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="http://www.prestigebrands.com/allergen-block.htm">Allergen Block Products');
document.write('<option value="http://www.prestigebrands.com/chloraseptic.htm">Chloraseptic');
document.write('<option value="http://www.prestigebrands.com/choreboy.htm">Chore Boy');
document.write('<option value="http://www.prestigebrands.com/cinch.htm">Cinch');
document.write('<option value="http://www.prestigebrands.com/clear-eyes.htm">Clear Eyes');
document.write('<option value="http://www.prestigebrands.com/cloverine.htm">Cloverine');
document.write('<option value="http://www.prestigebrands.com/comet.htm">Comet');
document.write('<option value="http://www.prestigebrands.com/compound-w.htm">Compound W');
document.write('<option value="http://www.prestigebrands.com/compoz.htm">Compoz');
//document.write('<option value="cutex.htm">Cutex');
//document.write('<option value="den-psoriasis.htm">Denorex Psoriasis');
//document.write('<option value="den-shampoo.htm">Denorex Shampoos');
document.write('<option value="http://www.prestigebrands.com/dermoplast.htm">Dermoplast Sprays');
//document.write('<option value="dermoplast-poisonivy.htm">Dermoplast Poison Ivy');
document.write('<option value="http://www.prestigebrands.com/efferdent.htm">Efferdent');
document.write('<option value="http://www.prestigebrands.com/effergrip.htm">Effergrip');
document.write('<option value="http://www.prestigebrands.com/ezo.htm">Ezo');
document.write('<option value="http://www.prestigebrands.com/freezone.htm">Freezone');
//document.write('<option value="heet.htm">Heet');
document.write('<option value="http://www.prestigebrands.com/kerodex.htm">Kerodex');
document.write('<option value="http://www.prestigebrands.com/lil-remedies.htm">Little Remedies');
document.write('<option value="http://www.prestigebrands.com/ludens.htm">Luden\'s');
document.write('<option value="http://www.prestigebrands.com/momentum.htm">Momentum');
document.write('<option value="http://www.prestigebrands.com/mosco.htm">Mosco');
document.write('<option value="http://www.prestigebrands.com/murine-ears.htm">Murine Earigate');
document.write('<option value="http://www.prestigebrands.com/murine-ears.htm">Murine Ears');
document.write('<option value="http://www.prestigebrands.com/murine.htm">Murine Tears');
//document.write('<option value="murine-homeopathic.htm">Murine Homeopathic');
document.write('<option value="http://www.prestigebrands.com/nasalcrom.htm">Nasalcrom');
document.write('<option value="http://www.prestigebrands.com/new-skin.htm">New Skin Liquid Bandage');
document.write('<option value="http://www.prestigebrands.com/scar-fade.htm">New Skin Scar Fade');
document.write('<option value="http://www.prestigebrands.com/outgro.htm">Outgro');
document.write('<option value="http://www.prestigebrands.com/oxipor.htm">Oxipor');
document.write('<option value="http://www.prestigebrands.com/pediacare.htm">PediaCare');
document.write('<option value="http://www.prestigebrands.com/percogesic.htm">Percogesic');
//document.write('<option value="prell.htm">Prell Shampoos');
document.write('<option value="http://www.prestigebrands.com/spic-n-span.htm">Spic and Span');
document.write('<option value="http://www.prestigebrands.com/dr-brushpicks.htm">The Doctors Brush Picks');
document.write('<option value="http://www.prestigebrands.com/dr-nightguard.htm">The Doctors Night Guard');
document.write('<option value="http://www.prestigebrands.com/wartner.htm">Wartner');
//document.write('<option value="zincon.htm">Zincon Shampoo');
document.write('</select>');
