//This code is freely distributable but is prohibited from being resold for profit
//DO NOT CHANGE LINES UNLESS INSTRUCTED

function goto_URL(object) {
    window.location.href = object.options[object.selectedIndex].value;
}


//IMG SRC URL should point to the absolute URL of the dropdown graphic
//The HREF tag should show where clicking on the image should take you, 
//usually to a sign-up spot

document.writeln('<FORM" SIZE="500"><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD align="center"><FORM><A HREF="http://forums.keenspace.com/viewtopic.php?t=52186"><IMG SRC="http://guide.keenspace.com/images/banners/779.gif" border=0>');
document.writeln('<TR><TD align="center"><SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)">');

//If nothing is inside the quotes, the text is not a link
//If there is a meta-character included in the name, precede the character 
//with a backslach "\" to keep it from interfering with the script
//add new lines as needed, based on these

document.write('<OPTION VALUE="">Select a vampire or demon comic<\/OPTION>');
document.write('<OPTION VALUE="http://shifters.keenspace.com/bloodspace.html">Join BloodSpace!<\/OPTION>');
document.write('<OPTION VALUE="">-----<\/OPTION>');

document.write('<OPTION VALUE="http://shifters.keenspace.com">Shifters<\/OPTION>');
document.write('<OPTION VALUE="http://tartarus.keenspace.com">Tartarus<\/OPTION>');
document.write('<OPTION VALUE="http://www.hardunderbelly.com">Hard Underbelly<\/OPTION>');
document.write('<OPTION VALUE="http://klest.keenspace.com">The Nameless Story<\/OPTION>');
document.write('<OPTION VALUE="http://incubus.keenspace.com">Incubus<\/OPTION>');
document.write('<OPTION VALUE="http://firebird.keenspace.com">FireBird<\/OPTION>');
document.write('<OPTION VALUE="http://brokenglass.keenspace.com">Broken Glass<\/OPTION>');
document.write('<OPTION VALUE="http://chearts.keenspace.com">Cryptic Hearts<\/OPTION>');
document.write('<OPTION VALUE="http://eternaldestinies.keenspace.com/">Eternal Destinies<\/OPTION>');
document.write('<OPTION VALUE="http://isukiyomi.keenspace.com">Michiko Monagatari<\/OPTION>');
document.write('<OPTION VALUE="http://reflectionsofimmortality.keenspace.com">Reflections of Immortality<\/OPTION>');
document.write('<OPTION VALUE="http://orion.keenspace.com">Beyond Reality<\/OPTION>');
document.write('<OPTION VALUE="http://beforedawn.keenspace.com">Before Dawn<\/OPTION>');
document.write('<OPTION VALUE="http://www.hellboundcomic.com">Hellbound<\/OPTION>');
document.write('<OPTION VALUE="http://graceland.keenspace.com">GraceLand<\/OPTION>');
document.write('<OPTION VALUE="http://blackaby.keenspace.com">Blackaby<\/OPTION>')
document.write('<OPTION VALUE="http://americangothic.comicgenesis.com">American Gothic Daily<\/OPTION>');
document.write('<OPTION VALUE="goodnevil.comicgenesis.com">Beyond Good-n-Evil<\/OPTION>');

document.write('<OPTION VALUE="">------<\/OPTION>');
document.write('<OPTION VALUE="http://gear.keenspace.com/dropdowns.html">DROPDOWN DIRECTORY<\/OPTION>');

document.writeln('<\/SELECT><\/TD><\/TR><\/TD><\/TR><\/FORM><\/TABLE>');
