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.avionics.com.au/' ;
  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( '">Select Product</option>' );
document.writeln( '<option value="">Choose Product</option>' );
document.writeln( '<option value="products/a6.html">Icom IC-A6 & IC - A24</option>' );
document.writeln( '<option value="products/a15.html">Icom IC-A15</option>' );
document.writeln( '<option value="products/a110.html">Icom IC-A110</option>' );
document.writeln( '<option value="products/a210.html">Icom IC-A210</option>' );
document.writeln( '<option value="products/r5.html">Icom IC-R5</option>' );
document.writeln( '<option value="products/r20.html">Icom IC-r20</option>' );
document.writeln( '<option value="products/r75.html">Icom IC-R75</option>' );
document.writeln( '<option value="products/rx7.html">Icom IC-R7</option>' );
document.writeln( '<option>---------------------------------</option>' );
document.writeln( '<option value="products/gi102a.html">Garmin GI - 102A</option>' );
document.writeln( '<option value="products/gma240.html">Garmin GMA 240</option>' );
document.writeln( '<option value="products/gnc250xl.html">Garmin GNC 250XL</option>' );
document.writeln( '<option value="products/gns430.html">Garmin GNS 430</option>' );
document.writeln( '<option value="products/gns530w.html">Garmin GNS 530W</option>' );
document.writeln( '<option value="products/gps150xl.html">Garmin GPS 150 XL</option>' );
document.writeln( '<option value="products/gps400w.html">Garmin GPS 400W</option>' );
document.writeln( '<option value="products/gnc250xl.html">Garmin GNC 250 XL</option>' );
document.writeln( '<option value="products/gtx320a.html">Garmin GTX 320A</option>' );
document.writeln( '<option value="products/gtx330.html">Garmin GTX 330</option>' );
document.writeln( '<option value="products/sl30.html">Garmin SL 30</option>' );
document.writeln( '<option>---------------------------------</option>' );
document.writeln( '<option value="products/davidc_h10134.html">David Clark H10-13.4</option>' );
document.writeln( '<option value="products/davidc_h1013xl.html">David Clark H10-13XL</option>' );
document.writeln( '<option value="products/davidc_h1020.html">David Clark H10-20</option>' );
document.writeln( '<option value="products/davidc_h1030.html">David Clark H10-30</option>' );
document.writeln( '<option value="products/davidc_h1060.html">David Clark H10-60</option>' );
document.writeln( '<option value="products/davidc_h2010.html">David Clark H20-10</option>' );
document.writeln( '<option>---------------------------------</option>' );
document.writeln( '<option value="products/220.html">Vertex VXA-220</option>' );
document.writeln( '<option value="products/300.html">Vertex VXA-300</option>' );
document.writeln( '<option value="products/710.html">Vertex VXA-710</option>' );
document.writeln( '<option>---------------------------------</option>' );
document.writeln( '<option value="products/wdfsg2t.htm">Walter Dittel FSG2T</option>' );
document.writeln( '<option value="products/fsg4.html">Walter Dittel FSG4</option>' );
document.writeln( '<option value="products/fsg5.html">Walter Dittel FSG5</option>' );
document.writeln( '<option value="products/fsg5w.html">Walter Dittel FSG5W</option>' );
document.writeln( '<option value="products/fsg90.html">Walter Dittel FSG90</option>' );
document.writeln( '<option>---------------------------------</option>' );

document.writeln( '</select>' );
document.writeln( '</form>' );




