//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://shifters.keenspace.com/keenshift.html"><IMG SRC="http://guide.keenspace.com/images/banners/995.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 Shapeshifter comic<\/OPTION>');
document.write('<OPTION VALUE="http://shifters.keenspace.com/keenshift.html">Join Keenshift!<\/OPTION>');
document.write('<OPTION VALUE=http://www.alternationstudios.com/cgi-bin/forum/ikonboard.cgi">Alternation Forums<\/OPTION>');
document.write('<OPTION VALUE="">-----<\/OPTION>');

document.write('<OPTION VALUE="http://shifters.keenspace.com/">Shifters<\/OPTION>');
document.write('<OPTION VALUE="http://blacktapestries.keenspace.com">Black Tapestries<\/OPTION>');
document.write('<OPTION VALUE="http://surrealkins.keenspace.com ">Surreal Kins<\/OPTION>');
document.write('<OPTION VALUE="http://pillarsoffaith.keenspace.com">Pillars of Faith<\/OPTION>');
document.write('<OPTION VALUE="http://www.kaerwyn.com/comic/">Kaerwyn<\/OPTION>');
document.write('<OPTION VALUE="http://alphaluna.keenspace.com/">Alpha Luna<\/OPTION>');
document.write('<OPTION VALUE="http://twopointsofview.keenspace.com/">Two Points of View<\/OPTION>');
document.write('<OPTION VALUE="http://sinnerdragon.keenspace.com/">The Sinner Dragon<\/OPTION>');
document.write('<OPTION VALUE="http://shift.hallopino.com">SHiFT<\/OPTION>');
document.write('<OPTION VALUE="http://www.prideoflife.com">The Pride of Life<\/OPTION>');
document.write('<OPTION VALUE="http://wanderingtrials.keenspace.com">Wandering Trials<\/OPTION>');
document.write('<OPTION VALUE="http://livefantasy.keenspace.com">Totally Unexpected<\/OPTION>');
document.write('<OPTION VALUE="http://stalag99.keenspace.com/">Stalag \'99<\/OPTION>');
document.write('<OPTION VALUE="http://palestra.keenspace.com">Palestra!<\/OPTION>');
document.write('<OPTION VALUE="http://kectug.keenspace.com">1hrAxis<\/OPTION>');
document.write('<OPTION VALUE="http://twelvedragons.keenspace.com">Twelve Dragons<\/OPTION>');
document.write('<OPTION VALUE="http://creature.keenspace.com">Creature<\/OPTION>');
document.write('<OPTION VALUE="http://nepthia.keenspace.com">Nepthia:TLOT <\/OPTION>');
document.write('<OPTION VALUE="http://blatah.keenspace.com">Blatah<\/OPTION>');
document.write('<OPTION VALUE="http://torio.keenspace.com ">Backtales From Kenneville <\/OPTION>');
document.write('<OPTION VALUE="http://graceland.keenspace.com">GraceLand<\/OPTION>');
document.write('<OPTION VALUE="http://foxtails.keenspace.com">Fox Tails<\/OPTION>');
document.write('<OPTION VALUE="http://lup.keenspace.com">Lup: Legend of the Wolf<\/OPTION>');
document.write('<OPTION VALUE="http://netrek.keenspace.com ">Netrek<\/OPTION>');
document.write('<OPTION VALUE="http://nemofiles.keenspace.com">Nemo Files<\/OPTION>');
document.write('<OPTION VALUE="http://catlegend.keenspace.com">Cat Legend<\/OPTION>');
document.write('<OPTION VALUE="http://crimsonfury.keenspace.com">Crimson Fury<\/OPTION>');
document.write('<OPTION VALUE="http://thatguy.keenspace.com">Thatguy<\/OPTION>');
document.write('<OPTION VALUE="http://wereiwolf.keenspace.com">Were I Wolf<\/OPTION>');
document.write('<OPTION VALUE="http://thehunters.keenspace.com">The Hunters<\/OPTION>');
document.write('<OPTION VALUE="http://kitsunekotaro.keenspace.com/">Kitsune Kintaro<\/OPTION>');
document.write('<OPTION VALUE="http://americangothic.comicgenesis.com">American Gothic Daily<\/OPTION>');
document.write('<OPTION VALUE="http://beast.comicgenesis.com/">Beast of Eden<\/OPTION>');
document.write('<OPTION VALUE="http://www.vulpeslibertas.com/rgs/rgshome.html">The Red Gate Society<\/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>');
