function go2(sel) {
  ix = sel.selectedIndex;
  if (sel.options[ix].value != "none") {
	loc = sel.options[ix].value;
//	alert(loc);
	document.location = loc;
	return false;
  }
  return false;
}
document.writeln('<select name="select1" onChange="return go2(this)">');document.writeln('<option value="none" selected>Bird Control Products Menu');
document.writeln('<option value="none">- - -');
document.writeln('<option value="scarey-man.html">Scarey Man');
document.writeln('<option value="prowler-owl.html">Prowler Owl');
document.writeln('<option value="flash-tape.html">Flash Tape');
document.writeln('<option value="holographic-tape.html">Holographic Flash Tape');
document.writeln('<option value="irri-tape.html">Irri Tape');
document.writeln('<option value="coyote.html">3D-Coyote');
document.writeln('<option value="snakes.html">Rubber Snakes');
document.writeln('<option value="scare-cat.html">Scare Cat');
document.writeln('<option value="scare-eyes.html">Scare-Eyes');
document.writeln('<option value="terror-eyes.html">Terror-Eyes');
document.writeln('<option value="mobile-eyes.html">Mobil-eyes');
document.writeln('<option value="humming-line.html">Humming Line');
document.writeln('<option value="none">- - -');
document.writeln('<option value="spikes.html">What Bird Spikes to use?');
document.writeln('<option value="stainless-spikes.html">PAA Stainless Steel Bird Spikes');
document.writeln('<option value="avipoint.html">Avipoint Stainless Steel Bird Spikes');
document.writeln('<option value="spike-adhesive.html">Bird Spike Adhesive');
document.writeln('<option value="avipoint_marine.html">Avipoint Marine Grade Stainless Steel Bird Spikes');
document.writeln('<option value="stainless_marine.html">PAA T24 Marine Grade Stainless Steel Bird Spikes');
document.writeln('<option value="polycarb-spikes.html">Polycarbonate Bird Spikes');
document.writeln('<option value="none">- - -');
document.writeln('<option value="bird-net.html">Anti-Bird Net');
document.writeln('<option value="urban-netting.html">Urban Netting');
document.writeln('<option value="bulk-net.html">Bulk Netting');
document.writeln('<option value="none">- - -');
document.writeln('<option value="products.html">Products Home page');
document.writeln('<option value="ordering.html">Ordering Information');
document.writeln('<option value="shipping.html">Shipping Information');
document.writeln('<\/select>');
