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/group/1-3/">BSN</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/group/1-7/">EAS</option>' );
document.writeln( '<option value="shop/brand/ergogenix/">ErgoGenix (was Ergopharm)</option>' );
document.writeln( '<option value="shop/brand/ergopharm/">Ergopharm</option>' );
document.writeln( '<option value="shop/group/1-44/">Endorphin Systems</option>' );
document.writeln( '<option value="shop/brand/gaspari-nutrition/">Gaspari Nutrition</option>' );
document.writeln( '<option value="shop/group/1-12/">GU Sports</option>' );
document.writeln( '<option value="shop/brand/hammer-nutrition/">Hammer Nutrition</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/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/group/1-43/">Nutrex</option>' );
document.writeln( '<option value="shop/brand/optimum-nutrition/">Optimum Nutrition</option>' );
document.writeln( '<option value="shop/brand/pharmasports/">Pharmasports</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/group/1-31/">Red 8</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/universal/">Universal Nutrition</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( '</select>' );
document.writeln( '</form>' );

