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.sportnutrition.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/brand/advanced-muscle-science/">Advanced Muscle Science</option>' );
document.writeln( '<option value="/shop/brand/balance/">Balance</option>' );
document.writeln( '<option value="shop/brand/biotest/">Biotest</option>' );
document.writeln( '<option value="shop/brand/bpi/">BPI</option>' );
document.writeln( '<option value="shop/brand/bsn/">BSN</option>' );
document.writeln( '<option value="shop/brand/carboshotz/">CarboShotz</option>' );
document.writeln( '<option value="shop/brand/clif-bar/">CLIF Bar</option>' );
document.writeln( '<option value="/shop/brand/cytosport/">Cytosport</option>' );
document.writeln( '<option value="shop/brand/ems-power-cookies/">Ems Power Cookies</option>' );
document.writeln( '<option value="shop/brand/enervit/">ENERVIT</option>' );
document.writeln( '<option value="shop/brand/ergogenix/">ErgoGenix (was Ergopharm)</option>' );
document.writeln( '<option value="shop/brand/E-Pharm/">E-PHARM</option>' );
document.writeln( '<option value="shop/brand/ergopharm/">Ergopharm</option>' );
document.writeln( '<option value="shop/brand/endorphin-systems/">Endorphin Systems</option>' );
document.writeln( '<option value="shop/brand/endura/">Endura</option>' );
document.writeln( '<option value="shop/brand/gaspari-nutrition/">Gaspari Nutrition</option>' );
document.writeln( '<option value="shop/brand/gu_sports/">GU Sports</option>' );
document.writeln( '<option value="shop/brand/hammer-nutrition/">Hammer Nutrition</option>' );
document.writeln( '<option value="shop/brand/hch-formulas/">HCH Formulas</option>' );
document.writeln( '<option value="shop/group/1-15/">Horleys</option>' );
document.writeln( '<option value="shop/brand/isl-herbal/">ISL Herbal</option>' );
document.writeln( '<option value="shop/brand/jelly-belly/">Jelly Belly</option>' );
document.writeln( '<option value="shop/group/1-18/">Leppin Sport</option>' );
document.writeln( '<option value="shop/group/1-19/">Muscletech</option>' );
document.writeln( '<option value="shop/group/1-21/">NOW Sports</option>' );
document.writeln( '<option value="shop/group/1-22/">Nutrabolics</option>' );
document.writeln( '<option value="shop/brand/nutrafusion/">NutraFusion</option>' );
document.writeln( '<option value="shop/group/1-43/">Nutrex</option>' );
document.writeln( '<option value="shop/brand/nuun/">NUUN</option>' );
document.writeln( '<option value="shop/brand/optimum-nutrition/">Optimum Nutrition</option>' );
document.writeln( '<option value="shop/brand/pharmafreak/">PharmaFreak</option>' );
document.writeln( '<option value="shop/brand/pharmasports/">Pharmasports</option>' );
document.writeln( '<option value="shop/brand/polar/">POLAR</option>' );
document.writeln( '<option value="shop/brand/powerbar/">PowerBar</option>' );
document.writeln( '<option value="shop/brand/primaforce/">primaFORCE</option>' );
document.writeln( '<option value="shop/group/1-29/">Prolab</option>' );
document.writeln( '<option value="shop/group/1-30/">Reactiv</option>' );
document.writeln( '<option value="shop/brand/red8/">Red 8</option>' );
document.writeln( '<option value="shop/brand/saltstick/">Saltstick</option>' );
document.writeln( '<option value="shop/brand/scivation/">Scivation</option>' );
document.writeln( '<option value="shop/brand/skins/">Skins</option>' );
document.writeln( '<option value="shop/brand/tanita/">Tanita Scales</option>' );
document.writeln( '<option value="shop/brand/universal/">Universal Nutrition</option>' );
document.writeln( '<option value="shop/brand/usp-labs/">USP Labs</option>' );
document.writeln( '<option value="shop/brand/waihi-bush/">Waihi Bush</option>' );
document.writeln( '<option value="shop/group/1-42/">Youth Addict</option>' );
document.writeln( '<option value="shop/brand/zym/">ZYM</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


