function goto(field){
var index=field.selectedIndex;
var value=document.myform.pages.options[index].value;
switch(value){
case "thermal":
location.href="thermal-receipt-printers.html"
break;
case "impact":
location.href="impact-receipt-printers.html"
break;
case "pos-touch":
location.href="pos-touch-systems.html"
break;
case "pos-peripherals":
location.href="pos-peripherals.html"
break;
case "barcode-scanners":
location.href="barcode-scanners.html"
break;
case "barcode-printers":
location.href="barcode-printers.html"
break;
case "handheld":
location.href="handheld-terminals.html"
break;
case "Access-Control":
location.href="Access-Control.html"
break;
case "cctv-indoor":
location.href="cctv-indoor-cameras.html"
break;
case "cctv-outdoor":
location.href="cctv-outdoor-cameras.html"
break;
case "cctv-access":
location.href="cctv-accessories.html"
break;
}
}