function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.fuelme.co.nz/' ;
  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="shop/group/">Shop By Brand</option>' );
document.writeln( '<option value="shop/brand/2XU/">2XU</option>' );
document.writeln( '<option value="shop/group/2-25/">Balance</option>' );
document.writeln( '<option value="shop/group/2-24/">Bontrager</option>' );
document.writeln( '<option value="shop/group/2-39/">BSN</option>' );
document.writeln( '<option value="shop/group/2-22/">CamelBak</option>' );
document.writeln( '<option value="shop/group/2-43/">Carb BOOM</option>' );
document.writeln( '<option value="shop/group/2-10/">CarboShotz</option>' );
document.writeln( '<option value="shop/brand/clif-bar/">Clif Bar</option>' );
document.writeln( '<option value="shop/group/2-4/">Cytosport</option>' );
document.writeln( '<option value="shop/brand/dox-sunblaster/">DOX Sunblaster</option>' );
document.writeln( '<option value="shop/group/2-12/">EAS</option>' );
document.writeln( '<option value="shop/brand/ems-power-cookies/">Ems Power Cookies</option>' );
document.writeln( '<option value="shop/group/2-16/">Endura</option>' );
document.writeln( '<option value="shop/group/2-1/">Enervit</option>' );
document.writeln( '<option value="shop/brand/ergogenix/">Ergogenix</option>' );
document.writeln( '<option value="shop/group/2-15/">Ergopharm</option>' );
document.writeln( '<option value="shop/brand/E-Pharm/">E-PHARM</option>' );
document.writeln( '<option value="shop/group/2-36/">Ethical Nutrients</option>' );
document.writeln( '<option value="shop/brand/fuelbelt/">FuelBelt</option>' );
document.writeln( '<option value="shop/brand/gaspari-nutrition/">Gaspari Nutrition</option>' );
document.writeln( '<option value="shop/brand/go-fast/">Go Fast</option>' );
document.writeln( '<option value="shop/brand/gu-sports/">GU Sports</option>' );
document.writeln( '<option value="shop/group/2-27/">Hammer Nutrition</option>' );
document.writeln( '<option value="shop/group/2-11/">HCH Formulas</option>' );
document.writeln( '<option value="shop/brand/high5/">High5</option>' );
document.writeln( '<option value="shop/group/2-13/">Horleys</option>' );
document.writeln( '<option value="shop/brand/hydrapak/">hydrapak</option>' );
document.writeln( '<option value="shop/brand/jelly-belly/">Jelly Belly</option>' );
document.writeln( '<option value="shop/group/2-2/">Leppin Sport</option>' );
document.writeln( '<option value="shop/brand/nathan/">Nathan</option>' );
document.writeln( '<option value="shop/group/2-18/">Natures Kiss</option>' );
document.writeln( '<option value="shop/group/2-35/">New Era</option>' );
document.writeln( '<option value="shop/group/2-31/">NFS</option>' );
document.writeln( '<option value="shop/brand/nuun/">NUUN</option>' );
document.writeln( '<option value="shop/group/2-29/">ORCA</option>' );
document.writeln( '<option value="shop/group/2-8/">Oxygen Eyewear</option>' );
document.writeln( '<option value="shop/group/2-38/">Pacific Health</option>' );
document.writeln( '<option value="shop/group/2-28/">PeakFuel</option>' );
document.writeln( '<option value="shop/group/2-30/">Pharmasports</option>' );
document.writeln( '<option value="shop/brand/polar/">Polar</option>' );
document.writeln( '<option value="shop/group/2-20/">PowerBar</option>' );
document.writeln( '<option value="shop/group/2-41/">PrimaForce</option>' );
document.writeln( '<option value="shop/group/2-3/">Pro4</option>' );
document.writeln( '<option value="shop/brand/reactiv/">Reactiv</option>' );
document.writeln( '<option value="shop/brand/red8/">Red8</option>' );
document.writeln( '<option value="shop/brand/saltstick/">SaltStick</option>' );
document.writeln( '<option value="shop/group/2-45/">Scivation</option>' );
document.writeln( '<option value="shop/brand/skins/">Skins</option>' );
document.writeln( '<option value="shop/brand/smartwool/">Smartwool</option>' );
document.writeln( '<option value="shop/brand/suunto/">Suunto</option>' );
document.writeln( '<option value="shop/brand/tanita/">Tanita Scales</option>' );
document.writeln( '<option value="shop/group/2-23/">Trek</option>' );
document.writeln( '<option value="shop/brand/usp-labs/">USP Labs</option>' );
document.writeln( '<option value="shop/group/2-32/">ZYM</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


