function gotourl(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.top.location.href = URL;
}

document.write('<select name="site" font class="droptext">');
document.write('<option value="">Please Select Your Product');
document.write('<option value="allergen-block.htm">Allergen Block Products');
document.write('<option value="chloraseptic.htm">Chloraseptic');
document.write('<option value="choreboy.htm">Chore Boy');
document.write('<option value="cinch.htm">Cinch');
document.write('<option value="clear-eyes.htm">Clear Eyes');
document.write('<option value="cloverine.htm">Cloverine');
document.write('<option value="comet.htm">Comet');
document.write('<option value="compound-w.htm">Compound W');
document.write('<option value="compoz.htm">Compoz');
document.write('<option value="cutex.htm">Cutex');
document.write('<option value="dermoplast.htm">Dermoplast Sprays');
document.write('<option value="ezo.htm">Ezo');
document.write('<option value="freezone.htm">Freezone');
document.write('<option value="kerodex.htm">Kerodex');
document.write('<option value="lil-remedies.htm">Little Remedies');
document.write('<option value="momentum.htm">Momentum');
document.write('<option value="mosco.htm">Mosco');
document.write('<option value="murine-ears.htm">Murine Earigate');
document.write('<option value="murine-ears.htm">Murine Ears');
document.write('<option value="murine.htm">Murine Tears');
document.write('<option value="murine-homeopathic.htm">Murine Homeopathic');
document.write('<option value="new-skin.htm">New Skin Liquid Bandage');
document.write('<option value="scar-therapy.htm">New Skin Scar Therapy');
document.write('<option value="outgro.htm">Outgro');
document.write('<option value="oxipor.htm">Oxipor');
document.write('<option value="percogesic.htm">Percogesic');
document.write('<option value="spic-n-span.htm">Spic and Span');
document.write('<option value="dr-brushpicks.htm">The Doctors Brush Picks');
document.write('<option value="dr-nightguard.htm">The Doctors Night Guard');
document.write('<option value="wartner.htm">Wartner');
document.write('</select>');