document.writeln ("<font size='1' face='verdana'><select name= 'the_select' onChange = 'visitSite(this.options[this.selectedIndex].value);'></font>");
document.writeln ("<option value = '#'>Quick Jump Station");
document.writeln ("<option value='index.html'>Home Page");
document.writeln ("<option value='about.html'>Diamonds - About");
document.writeln ("<option value='early_recordings.html'>Diamonds - Early Recordings");
document.writeln ("<option value='diamonds_million_sellers.html'>Diamonds - Million Selling Hits");
document.writeln ("<option value='diamonds_monster_craze.html'>Diamonds - Monster Craze");
document.writeln ("<option value='diamonds_new_voices.html'>Diamonds - New Voices");
document.writeln ("<option value='diamonds_today.html'>Diamonds - Today");
document.writeln ("<option value='products.html'>Our Products");
document.writeln ("<option value='#'>----------------------------");
document.writeln ("<option value='#'>~~~ CD~LISTINGS ~~");
document.writeln ("<option value='#'>----------------------------");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>----The Blues----------->");
document.writeln ("<option value='etta_james_love_songs_cd.html'>Etta James ~ Love Songs");
document.writeln ("<option value='nina_simone_cd.html'>Nina Simone");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>----Doo-Wop----------->");
document.writeln ("<option value='the_diamonds.html'>The Diamonds");
document.writeln ("<option value='best_of_the_duprees.html'>The Duprees");
document.writeln ("<option value='doo_wop_jukebox.html'>Doo Wop Jukebox");
document.writeln ("<option value='doo_wop_classics.html'>Doo Wop Classics");
document.writeln ("<option value='doo_wop_greats.html'>Doo Wop Greats");
document.writeln ("<option value='one_hit_wonders.html'>One Hit Wonders");
document.writeln ("<option value='teenagers_in_love.html'>Teenagers In Love");
document.writeln ("<option value='thats_rock_and_roll_cd.html'>Thats Rock And Roll");
document.writeln ("<option value='the_fifties_cd.html'>The Fifties");
document.writeln ("<option value='the_sixties_cd.html'>The Sixties");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>---Rhythm & Blues--->");
document.writeln ("<option value='instrumental_rocksoul_cd.html'>Instrumental Rock/Soul");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>---Rockabilly--->");
document.writeln ("<option value='johnny_burnette_25_greatest_hits_cd.html'>Johnny Burnette ~ Greatest Hits");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>----Easy-Listening--->");
document.writeln ("<option value='julie_london_cd.html'>Julie London");
document.writeln ("<option value='memories.html'>Memories");
document.writeln ("<option value='jo_stafford_cd.html'>Jo Stafford");
document.writeln ("<option value='jo_stafford_all_hits_cd.html'>Jo Stafford ~ All Hits");
document.writeln ("<option value='tony_bennett_the_best_singer_in_the_business_cd.html'>Tony Bennett ~ The Best");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>----Big-Band----------->");
document.writeln ("<option value='louis_prima_cd.html'>Louis Prima");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>----Jazz----------------->");
document.writeln ("<option value='firehouse_five_cd.html'>Firehouse Five + 2");
document.writeln ("<option value='preservation_hall_cd.html'>Preservation Hall");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>----Gospel--------------->");
document.writeln ("<option value='country_gospel_cd.html'>Country Gospel");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>&#149; CATEGORY &#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;&#149;");
document.writeln ("<option value='#'>----Latin---------------->");
document.writeln ("<option value='#'>&nbsp;");
document.writeln ("<option value='#'>----------------------------");
document.writeln ("<option value = '#'>~~~ Site~Contact ~~~");
document.writeln ("<option value='#'>----------------------------");
document.writeln ("<option value='mailto:mike@doowopcity.com'>E-Mail Mike Douglas");
document.writeln ("<option value='mailto:webmaster@doowopcity.com'>E-Mail Webmaster");
document.writeln ("</select>");
	if ((navigator.appName == "Microsoft Internet Explorer") || ((navigator.appName == "Netscape") && (parseFloat(navigator.appVersion) > "4.6")))
	{window.document.the_form.the_select.style.background = "#000000";
	window.document.the_form.the_select.style.color = "#FFFFFF";
	window.document.the_form.the_select.style.fontFamily = "arial";
	window.document.the_form.the_select.style.fontSize = "8pt";
	window.document.the_form.the_select.style.fontWeight = "bold";}
function visitSite(the_site)
	{window.location = the_site;}