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.techpos.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="">Select a product...</option>' );
document.writeln( '<option value="techpos_printers.html">TechPOS Printers</option>' );
document.writeln( '<option value="barcodescanners.html">Barcode Scanners</option>' );
document.writeln( '<option value="cashdrawers.html">Cash Drawers</option>' );
document.writeln( '<option value="cashregisters.html">Cash Registers</option>' );
document.writeln( '<option value="security/security.html">CCTV Cameras</option>' );
document.writeln( '<option value="cleaningcards.html">Cleaning Cards</option>' );
document.writeln( '<option value="displays.html">Customer Displays</option>' );
document.writeln( '<option value="eftposterminals.html">EFTPOS Terminals</option>' );
document.writeln( '<option value="keyboards.html">Keyboards</option>' );
document.writeln( '<option value="labelprinters.html">Label Printers</option>' );
document.writeln( '<option value="mobilecomputers.html">Mobile Computers</option>' );
document.writeln( '<option value="pagingsystems.html">Paging Systems</option>' );
document.writeln( '<option value="panel_printers.html">Panel Printers</option>' );
document.writeln( '<option value="receiptprinters.html">Receipt Printers</option>' );
document.writeln( '<option value="scales.html">Scales</option>' );
document.writeln( '<option value="security/security.html">Security Products</option>' );
document.writeln( '<option value="displays_standalone.html">Standalone Displays</option>' );
document.writeln( '<option value="touchscreens.html">Touch Screens</option>' );
document.writeln( '<option value="touchmonitors.html">Touch Monitors</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

