function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.allpest.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="chemical-labels-and-material-safety-datasheets.html">GET PRODUCT LABEL & M.S.D.S.</option>' );
document.writeln( '<option value="labels/AirDevil_Label.pdf">Air Devil HPX - Label</option>' );
document.writeln( '<option value="labels/AirDevil-MSDS.pdf">Air Devil HPX - MSDS</option>' );
document.writeln( '<option value="labels/Avitrol_Whole_Corn-Label.pdf">Avitrol Whole Corn - Label</option>' );
document.writeln( '<option value="labels/Avitrol-WholeCorn-MSDS.pdf">Avitrol Whole Corn - MSDS</option>' );
document.writeln( '<option value="labels/Baygon-Bait-2-pct.pdf">Baygon 2% bait - Label</option>' );
document.writeln( '<option value="labels/Baygon-Bait-2-pct-msds.pdf">Baygon 2% bait - MSDS</option>' );
document.writeln( '<option value="labels/Bora-Care.pdf">Bora Care - Label</option>' );
document.writeln( '<option value="labels/Bora-Care-msds.pdf">Bora Care - MSDS</option>' );
document.writeln( '<option value="labels/Conquer-16oz.pdf">Conquer - Label</option>' );
document.writeln( '<option value="labels/Conquer-16oz-msds.pdf">Conquer - MSDS</option>' );
document.writeln( '<option value="labels/DeltaDust_Label.pdf">Delta Dust - Label</option>' );
document.writeln( '<option value="labels/DeltaDust_MSDS.pdf">Delta Dust - MSDS</option>' );
document.writeln( '<option value="labels/Demize_Label.pdf">Demize EC - Label</option>' );
document.writeln( '<option value="labels/Demize_MSDS.pdf">Demize EC - MSDS</option>' );
document.writeln( '<option value="labels/ditrac-tracking-powder.pdf">Ditrac tracking Dust - Label</option>' );
document.writeln( '<option value="labels/ditrac-tracking-powder-msds.pdf">Ditrac tracking Dust - MSDS</option>' );
document.writeln( '<option value="labels/drione.pdf">Drione - Label</option>' );
document.writeln( '<option value="labels/drione-msds.pdf">Drione - MSDS</option>' );
document.writeln( '<option value="labels/finalblox-label.pdf">Final Blox - Label</option>' );
document.writeln( '<option value="labels/final_all_weather_blox_us.pdf">Final Blox - MSDS</option>' );
document.writeln( '<option value="labels/Gentrol.pdf">Gentrol IGR - Label</option>' );
document.writeln( '<option value="labels/Gentrol-msds.pdf">Gentrol IGR - MSDS</option>' );
document.writeln( '<option value="labels/Liquatox.pdf">Liqua Tox - Label</option>' );
document.writeln( '<option value="labels/Liquatox-MSDS.pdf">Liqua Tox - MSDS</option>' );
document.writeln( '<option value="labels/Maxforce-Gel-bait_label.pdf">MaxForce Ant Bait Gel - Label</option>' );
document.writeln( '<option value="labels/Maxforce-AntBait_Gel_MSDS.pdf">MaxForce Ant Bait - MSDS</option>' );
document.writeln( '<option value="labels/Maxforce-Roach-Gel.pdf">MaxForce Roach Bait Gel - Label</option>' );
document.writeln( '<option value="labels/Maxforce-Roach-Gel-msds.pdf">MaxForce Roach Bait Gel - MSDS</option>' );
document.writeln( '<option value="labels/Petcor_Label.pdf">Petcor Pet Spray - Label</option>' );
document.writeln( '<option value="labels/Petcor-MSDS.pdf">Petcor Pet Spray - MSDS</option>' );
document.writeln( '<option value="labels/Precor.pdf">Precor IGR - Label</option>' );
document.writeln( '<option value="labels/Precor-msds.pdf">Precor IGR - MSDS</option>' );
document.writeln( '<option value="labels/Premise-75.pdf">Premise 75 - Label</option>' );
document.writeln( '<option value="labels/Premise-75-msds.pdf">Premise 75 - MSDS</option>' );
document.writeln( '<option value="labels/TermidorSC_Label.pdf">Termidor SC - Label</option>' );
document.writeln( '<option value="labels/TermidorSC_msds.pdf">Termidor SC - MSDS</option>' );
document.writeln( '<option value="labels/Tim-bor_Label.pdf">Tim-bor - Label</option>' );
document.writeln( '<option value="labels/Tim-bor_MSDS.pdf">Tim-bor - MSDS</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


