function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.rubags.com/' ;
  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="www.rubags.com/INERT-MB-GPW-M2HB-DUMMY-REPLICA-BROWNING-GROUND-50-CAL-KIT.html">Inert MB GPW M2HB Dummy Replica</option>' );
document.writeln( '<option value="www.rubags.com/WII-WHERMACHT-GERMAN-SNIPER-SCOPE-MSW-WETZLAR-KAR-98.html">WWII KAR 98</option>' );
document.writeln( '<option value="www.rubags.com/GERMAN-SNIPER-SCOPE-NEDINSCO-Carl-Zeiss-KAR-98-MAUSER.html">German Sniper Scope KAR 98 Mauser</option>' );
document.writeln( '<option value="www.rubags.com/AN-PVS-4-NIGHT-VISION-GUNSIGHT-HUNTING-OPTIC-SCOPE.html">AN/PVS-4 Night Vision Scope</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

