//New Side Menu JS
function toggleMenu(objID) {
if (!document.getElementById) return;
var ob = document.getElementById(objID).style;
ob.display = (ob.display == 'block')?'none': 'block';
}

//Right side navigation menu functions

var myvar;
function menuinit() {
        document.getElementById("m1").style.display="none";
        document.getElementById("m2").style.display="none";
        document.getElementById("m3").style.display="none";
				document.getElementById("m4").style.display="none";
        document.getElementById("m5").style.display="none";
				
				document.getElementById("pm1").src="../images/navigation_plus.gif";
				document.getElementById("pm2").src="../images/navigation_plus.gif";
				document.getElementById("pm3").src="../images/navigation_plus.gif";
				document.getElementById("pm4").src="../images/navigation_plus.gif";
				document.getElementById("pm5").src="../images/navigation_plus.gif";
}
function menuexpand (i) {
        menuinit();
        if (myvar == i) {
		document.getElementById('p' + i).src="../images/navigation_plus.gif";
		document.getElementById(i).style.display = 'none';
		myvar = '';
	}
        else {
		document.getElementById('p' + i).src="../images/navigation_plus.gif";
		document.getElementById(i).style.display = 'block';
		myvar = i;
	}
}


//End of Right side navigation menu functions

//  End -->

function shimImage(img){
    img.src = "../images/clear.gif"
}
    
function OpenWin(strURL)
{
	BrochWindow = window.open(strURL, "ViewBrochure", "menubar=no,location=no,scrollbars=yes,resizable=yes,dependent=yes,width=640,height=480, screenX=10, screenY=10")
	BrochWindow.focus()
	return;
}



function OpenWin2(strURL)
{
	BrochWindow = window.open(strURL, "ViewBrochure", "menubar=no,location=no,scrollbars=no,resizable=no,dependent=yes,width=550,height=540, screenX=10, screenY=10")
	BrochWindow.focus()
	return;
}

function OpenImagesWin(strURL, iWidth, iHeight)
{
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/4) - (122 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/4) - (27 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win2 = window.open(strURL,"Window2","status=no,scrollbars=yes,resizable=yes,height=" + iHeight + ",width=" + iWidth + ",menubar=no,location=no,dependent=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	win2.focus();	
	return;
	
}

function openWindow3(strURL, iWidth, iHeight)
{
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/4) - (122 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/4) - (100 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win2 = window.open(strURL,"Window4","status=no,scrollbars=no,resizable=no,height=" + iHeight + ",width=" + iWidth + ",menubar=no,location=no,dependent=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	win2.focus();	
	return;
}

function OpenImagesWin2(strURL, iWidth, iHeight)
{
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/4) - (122 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/4) - (27 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win2 = window.open(strURL,"Window2","status=no,scrollbars=yes,resizable=yes,height=" + iHeight + ",width=" + iWidth + ",menubar=no,location=no,dependent=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	win2.focus();	
	return;
	
}


function checkinput(theForm)
{

  if (theForm.strSearch.value == "")
  {
    alert("Please enter a value for the \"Search\" field.");
    theForm.strSearch.focus();
    return (false);
  }
  
  
  if (theForm.strSearch.value == " keyword or item search")
  {
    alert("Please enter a value for the \"Search\" field.");
    theForm.strSearch.focus();
    return (false);
  }

  if (theForm.strSearch.value == "keyword or item search")
  {
    alert("Please enter a value for the \"Search\" field.");
    theForm.strSearch.focus();
    return (false);
  }  
  
  if (theForm.strSearch.value.length < 2)
  {
    alert("Please enter more than one letter for the \"Search\" field.");
    theForm.strSearch.focus();
    return (false);
  }  
  
	return(true);
}


function popUp(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
self.name = "mainWin"; }


function popUpCenteredWindow(strURL) {
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/4) - (122 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/4) - (27 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win2 = window.open(strURL,"Window2","status=no,scrollbars=yes,resizable=yes,height=350,width=400,menubar=no,location=no,dependent=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	win2.focus();
}

function popUpCenteredWindow2(strURL) {
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/4) - (122 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/4) - (27 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win2 = window.open(strURL,"Window3","status=no,scrollbars=yes,resizable=no,height=400,width=430,menubar=no,location=no,dependent=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	win2.focus();
}

function openWindow(strURL, iWidth, iHeight)
{
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/4) - (122 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/4) - (27 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win2 = window.open(strURL,"Window2","status=no,scrollbars=no,resizable=no,height=" + iHeight + ",width=" + iWidth + ",menubar=no,location=no,dependent=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	win2.focus();	
	return;
}

function openWindow2(strURL, iWidth, iHeight)
{
	var iMyWidth;
	var iMyHeight;
	//gets top and left positions based on user's resolution so hint window is centered.
	iMyWidth = (window.screen.width/4) - (122 + 10); //half the screen width minus half the new window width (plus 5 pixel borders).
	iMyHeight = (window.screen.height/4) - (27 + 50); //half the screen height minus half the new window height (plus title and status bars).
	var win2 = window.open(strURL,"Window2","status=no,scrollbars=yes,resizable=yes,height=" + iHeight + ",width=" + iWidth + ",menubar=no,location=no,dependent=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight);
	win2.focus();	
	return;
}



function checkKey()
{
   if ( window.event.keyCode > 57 | window.event.keyCode < 48)
   {
      alert("Please enter only digits in this box")
      window.event.returnValue=false
   }
}


function shimImage(img){
    img.src = "../images/clear.gif"
}





var a000001 = new Array("('Select Category','',true,true)",
"('Ethernet')");
			
var a000169 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000174 = new Array("('Select Category','',true,true)",
"('Ethernet')");
			
var a000299 = new Array("('Select Category','',true,true)",
"('Time & Attendance')");
			
var a000344 = new Array("('Select Category','',true,true)",
"('Cabling')");
			
var a000302 = new Array("('Select Category','',true,true)",
"('Data Communication')");
			
var a000195 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('Ethernet')");
			
var a000231 = new Array("('Select Category','',true,true)",
"('Monitors')",
			"('RF - Wireless')");
			
var a000004 = new Array("('Select Category','',true,true)",
"('Accessories')");
			
var a000368 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Decoders')",
			"('Portable Readers')");
			
var a000005 = new Array("('Select Category','',true,true)",
"('Ups')");
			
var a000409 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000007 = new Array("('Select Category','',true,true)",
"('POS')");
			
var a000291 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000300 = new Array("('Select Category','',true,true)",
"('Portable Readers')");
			
var a000440 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000010 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000342 = new Array("('Select Category','',true,true)",
"('RFID')");
			
var a000242 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000011 = new Array("('Select Category','',true,true)",
"('Ethernet')");
			
var a000136 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000175 = new Array("('Select Category','',true,true)",
"('Data Communication')");
			
var a000286 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('Barcode Scanners')",
			"('Cabling')");
			
var a000014 = new Array("('Select Category','',true,true)",
"('Ups')");
			
var a000295 = new Array("('Select Category','',true,true)",
"('POS')");
			
var a000280 = new Array("('Select Category','',true,true)",
"('Cabling')");
			
var a000416 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000015 = new Array("('Select Category','',true,true)",
"('RF - Wireless')",
			"('Terminals')");
			
var a000292 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000017 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000018 = new Array("('Select Category','',true,true)",
"('Parts')",
			"('Printers')",
			"('Supplies')");
			
var a000366 = new Array("('Select Category','',true,true)",
"('Cabling')");
			
var a000020 = new Array("('Select Category','',true,true)",
"('Decoders')",
			"('Ocr')");
			
var a000253 = new Array("('Select Category','',true,true)",
"('Printer Interfaces')",
			"('Printers')");
			
var a000402 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000023 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('POS')");
			
var a000307 = new Array("('Select Category','',true,true)",
"('Cabling')",
			"('RF - Wireless')");
			
var a000270 = new Array("('Select Category','',true,true)",
"('POS')",
			"('Printers')",
			"('Supplies')");
			
var a000143 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000062 = new Array("('Select Category','',true,true)",
"('Printer Interfaces')");
			
var a000427 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('RF - Wireless')");
			
var a000027 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Software')",
			"('Supplies')");
			
var a000028 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('Barcode Scanners')",
			"('Decoders')",
			"('Portable Readers')",
			"('RF - Wireless')",
			"('Services')");
			
var a000164 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000419 = new Array("('Select Category','',true,true)",
"('RF - Wireless')");
			
var a000190 = new Array("('Select Category','',true,true)",
"('POS')",
			"('Software')");
			
var a000213 = new Array("('Select Category','',true,true)",
"('Printer Interfaces')");
			
var a000338 = new Array("('Select Category','',true,true)",
"('Cameras')");
			
var a000178 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('POS')");
			
var a000209 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000425 = new Array("('Select Category','',true,true)",
"('Printer Interfaces')",
			"('RF - Wireless')");
			
var a000035 = new Array("('Select Category','',true,true)",
"('Time & Attendance')");
			
var a000356 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Software')",
			"('Supplies')");
			
var a000393 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('RF - Wireless')");
			
var a000037 = new Array("('Select Category','',true,true)",
"('Cabling')",
			"('Parts')",
			"('Printers')",
			"('Supplies')",
			"('Verifiers')");
			
var a000246 = new Array("('Select Category','',true,true)",
"('Portable Readers')");
			
var a000130 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000301 = new Array("('Select Category','',true,true)",
"('Data Communication')");
			
var a000304 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000358 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000045 = new Array("('Select Category','',true,true)",
"('Image Scanners')",
			"('Parts')",
			"('POS')",
			"('Printers')",
			"('Supplies')");
			
var a000172 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000170 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000310 = new Array("('Select Category','',true,true)",
"('Accessories')");
			
var a000359 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000260 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000051 = new Array("('Select Category','',true,true)",
"('Portable Readers')",
			"('POS')");
			
var a000424 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000237 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')");
			
var a000219 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('Barcode Scanners')",
			"('Biometric')",
			"('Cabling')",
			"('Cameras')",
			"('Decoders')",
			"('Ethernet')",
			"('Monitors')",
			"('POS')",
			"('Printers')",
			"('RF - Wireless')",
			"('Software')",
			"('Supplies')",
			"('Ups')");
			
var a000052 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000352 = new Array("('Select Category','',true,true)",
"('POS')");
			
var a000432 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000400 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')");
			
var a000054 = new Array("('Select Category','',true,true)",
"('Data Communication')");
			
var a000171 = new Array("('Select Category','',true,true)",
"('Accessories')");
			
var a000055 = new Array("('Select Category','',true,true)",
"('Ethernet')",
			"('Printers')",
			"('Supplies')");
			
var a000122 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('Decoders')",
			"('Portable Readers')",
			"('POS')",
			"('RF - Wireless')",
			"('Supplies')",
			"('Verifiers')");
			
var a000387 = new Array("('Select Category','',true,true)",
"('Access Control')");
			
var a000211 = new Array("('Select Category','',true,true)",
"('Printer Interfaces')");
			
var a000059 = new Array("('Select Category','',true,true)",
"('Ethernet')",
			"('Printer Interfaces')");
			
var a000060 = new Array("('Select Category','',true,true)",
"('Ethernet')",
			"('Printers')",
			"('Services')",
			"('Supplies')");
			
var a000088 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000411 = new Array("('Select Category','',true,true)",
"('Accessories')");
			
var a000151 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Software')");
			
var a000236 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')");
			
var a000281 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('Decoders')");
			
var a000002 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000406 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000206 = new Array("('Select Category','',true,true)",
"('Parts')",
			"('Printers')",
			"('Supplies')");
			
var a000206 = new Array("('Select Category','',true,true)",
"('Parts')",
			"('Printers')",
			"('Supplies')");
			
var a000191 = new Array("('Select Category','',true,true)",
"('Cabling')",
			"('POS')");
			
var a000148 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Printers')",
			"('Software')");
			
var a000276 = new Array("('Select Category','',true,true)",
"('RF - Wireless')");
			
var a000441 = new Array("('Select Category','',true,true)",
"('RFID')");
			
var a000225 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000137 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000203 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('Decoders')",
			"('Parts')",
			"('Portable Readers')",
			"('Printers')",
			"('RF - Wireless')",
			"('RFID')",
			"('Services')",
			"('Software')",
			"('Supplies')");
			
var a000185 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Printers')");
			
var a000443 = new Array("('Select Category','',true,true)",
"('Portable Readers')");
			
var a000415 = new Array("('Select Category','',true,true)",
"('Ocr')");
			
var a000167 = new Array("('Select Category','',true,true)",
"('Cabling')",
			"('Printers')",
			"('Supplies')");
			
var a000404 = new Array("('Select Category','',true,true)",
"('Cabling')");
			
var a000350 = new Array("('Select Category','',true,true)",
"('Software')",
			"('Supplies')");
			
var a000187 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000272 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000255 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000224 = new Array("('Select Category','',true,true)",
"('Parts')",
			"('Printers')");
			
var a000289 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000066 = new Array("('Select Category','',true,true)",
"('Cabling')",
			"('Ethernet')",
			"('Parts')",
			"('Printers')",
			"('Software')",
			"('Supplies')");
			
var a000308 = new Array("('Select Category','',true,true)",
"('Network')");
			
var a000298 = new Array("('Select Category','',true,true)",
"('Services')",
			"('Software')");
			
var a000249 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('POS')");
			
var a000250 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000222 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000067 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('Parts')",
			"('POS')");
			
var a000205 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('Barcode Scanners')");
			
var a000070 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('Decoders')",
			"('Portable Readers')",
			"('RF - Wireless')",
			"('Software')");
			
var a000241 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000275 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000290 = new Array("('Select Category','',true,true)",
"('Ups')");
			
var a000071 = new Array("('Select Category','',true,true)",
"('POS')");
			
var a000197 = new Array("('Select Category','',true,true)",
"('Cabling')",
			"('Printers')",
			"('RF - Wireless')",
			"('Supplies')");
			
var a000075 = new Array("('Select Category','',true,true)",
"('Printer Interfaces')");
			
var a000076 = new Array("('Select Category','',true,true)",
"('Voice Over Ip')");
			
var a000078 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000346 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000341 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000142 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000083 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Services')",
			"('Supplies')");
			
var a000445 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000085 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')");
			
var a000086 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000087 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000335 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000145 = new Array("('Select Category','',true,true)",
"('Time & Attendance')");
			
var a000382 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000089 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Portable Readers')");
			
var a000134 = new Array("('Select Category','',true,true)",
"('Ethernet')");
			
var a000434 = new Array("('Select Category','',true,true)",
"('POS')");
			
var a000235 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Decoders')",
			"('POS')");
			
var a000233 = new Array("('Select Category','',true,true)",
"('POS')",
			"('Printers')");
			
var a000257 = new Array("('Select Category','',true,true)",
"('RF - Wireless')");
			
var a000439 = new Array("('Select Category','',true,true)",
"('Ethernet')");
			
var a000336 = new Array("('Select Category','',true,true)",
"('Ups')");
			
var a000381 = new Array("('Select Category','',true,true)",
"('Cabling')",
			"('POS')");
			
var a000353 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000139 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000093 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000430 = new Array("('Select Category','',true,true)",
"('POS')");
			
var a000095 = new Array("('Select Category','',true,true)",
"('RFID')");
			
var a000096 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Decoders')",
			"('Portable Readers')",
			"('RF - Wireless')",
			"('Services')",
			"('Software')",
			"('Verifiers')");
			
var a000201 = new Array("('Select Category','',true,true)",
"('Portable Readers')");
			
var a000245 = new Array("('Select Category','',true,true)",
"('Portable Readers')");
			
var a000141 = new Array("('Select Category','',true,true)",
"('Portable Readers')");
			
var a000294 = new Array("('Select Category','',true,true)",
"('Computer Security')",
			"('RFID')");
			
var a000294 = new Array("('Select Category','',true,true)",
"('Computer Security')",
			"('RFID')");
			
var a000396 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Handheld Pc')",
			"('Portable Readers')",
			"('RF - Wireless')");
			
var a000414 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000204 = new Array("('Select Category','',true,true)",
"('Parts')",
			"('Verifiers')");
			
var a000371 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000097 = new Array("('Select Category','',true,true)",
"('Parts')",
			"('Printers')",
			"('Supplies')",
			"('Verifiers')");
			
var a000273 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Ocr')");
			
var a000159 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000347 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000395 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')");
			
var a000258 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Handheld Pc')",
			"('Portable Readers')");
			
var a000417 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000102 = new Array("('Select Category','',true,true)",
"('Portable Readers')",
			"('Supplies')");
			
var a000259 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000316 = new Array("('Select Category','',true,true)",
"('Biometric')");
			
var a000183 = new Array("('Select Category','',true,true)",
"('Accessories')");
			
var a000103 = new Array("('Select Category','',true,true)",
"('Cabling')",
			"('Parts')",
			"('Printers')",
			"('Supplies')");
			
var a000386 = new Array("('Select Category','',true,true)",
"('Printers')");
			
var a000265 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000104 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000408 = new Array("('Select Category','',true,true)",
"('Verifiers')");
			
var a000100 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000106 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('Decoders')",
			"('Handheld Pc')",
			"('Parts')",
			"('Portable Readers')",
			"('POS')",
			"('RF - Wireless')",
			"('Services')",
			"('Software')");
			
var a000126 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('Cabling')",
			"('Printer Interfaces')",
			"('Supplies')");
			
var a000125 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('Barcode Scanners')",
			"('Portable Readers')",
			"('POS')",
			"('Printers')",
			"('Supplies')");
			
var a000109 = new Array("('Select Category','',true,true)",
"('Parts')",
			"('Printers')",
			"('Supplies')");
			
var a000207 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Software')");
			
var a000262 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000370 = new Array("('Select Category','',true,true)",
"('Portable Readers')",
			"('RF - Wireless')");
			
var a000114 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Decoders')",
			"('Portable Readers')");
			
var a000111 = new Array("('Select Category','',true,true)",
"('Software')");
			
var a000399 = new Array("('Select Category','',true,true)",
"('POS')");
			
var a000113 = new Array("('Select Category','',true,true)",
"('Ups')");
			
var a000296 = new Array("('Select Category','',true,true)",
"('Printer Interfaces')");
			
var a000364 = new Array("('Select Category','',true,true)",
"('POS')");
			
var a000444 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Software')",
			"('Supplies')");
			
var a000116 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('Cabling')",
			"('Decoders')",
			"('Portable Readers')",
			"('POS')",
			"('Time & Attendance')");
			
var a000117 = new Array("('Select Category','',true,true)",
"('Data Communication')");
			
var a000287 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000118 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000339 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')",
			"('POS')",
			"('Printers')",
			"('Supplies')");
			
var a000120 = new Array("('Select Category','',true,true)",
"('Access Control')",
			"('Cabling')",
			"('Portable Readers')");
			
var a000264 = new Array("('Select Category','',true,true)",
"('Monitors')");
			
var a000288 = new Array("('Select Category','',true,true)",
"('Data Communication')");
			
var a000196 = new Array("('Select Category','',true,true)",
"('Accessories')");
			
var a000127 = new Array("('Select Category','',true,true)",
"('Accessories')",
			"('Barcode Scanners')",
			"('Biometric')",
			"('Cabling')",
			"('Decoders')",
			"('Parts')",
			"('Portable Readers')",
			"('POS')",
			"('Printer Interfaces')",
			"('Printers')",
			"('RF - Wireless')",
			"('RFID')",
			"('Software')",
			"('Supplies')",
			"('Time & Attendance')",
			"('Wasp Accessories')");
			
var a000426 = new Array("('Select Category','',true,true)",
"('RF - Wireless')",
			"('Services')",
			"('Software')");
			
var a000293 = new Array("('Select Category','',true,true)",
"('Portable Readers')");
			
var a000354 = new Array("('Select Category','',true,true)",
"('Terminals')");
			
var a000385 = new Array("('Select Category','',true,true)",
"('Supplies')");
			
var a000232 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000379 = new Array("('Select Category','',true,true)",
"('Barcode Scanners')");
			
var a000124 = new Array("('Select Category','',true,true)",
"('Ethernet')",
			"('Parts')",
			"('Portable Readers')",
			"('Printers')",
			"('Services')",
			"('Software')",
			"('Supplies')");
			
var a000135 = new Array("('Select Category','',true,true)",
"('Decoders')",
			"('Software')");
			
var a000135 = new Array("('Select Category','',true,true)",
"('Decoders')",
			"('Software')");
			
var a000044 = new Array("('Select Category','',true,true)",
"('Printers')",
			"('Supplies')");
			
var a000266 = new Array("('Select Category','',true,true)",
"('RF - Wireless')");
			
function populateCategory(inForm,selected) {
var selectedArray = eval("a" + selected);
while (selectedArray.length < inForm.category.options.length) {
inForm.category.options[(inForm.category.options.length - 1)] = null;
}
for (var i=0; i < selectedArray.length; i++) {
eval("inForm.category.options[i]=" + "new Option" + selectedArray[i]);
}
if (inForm.manufacturer.options[0].value == '') {
inForm.manufacturer.options[0]= null;
if ( navigator.appName == 'Netscape') {
if (parseInt(navigator.appVersion) < 4) {
window.history.go(0);
}
else {
if (navigator.platform == 'Win32' || navigator.platform == 'Win16') {
window.history.go(0);
            }
         }
      }
   }
}
function populateCat(inForm,selected) {

	if(inForm.category.options[0].text == 'Select category') {
	inForm.category.options[0]= null;
	}
	
}
// End -->





<!-- Begin PopUp Survey
var expDays = 30; // number of days the cookie should last

//Pop-under window- By JavaScript Kit 
//Credit notice must stay intact for use 
//Visit http://javascriptkit.com for this script 
//specify page to pop-under 
var popunder="http://www.surveymonkey.com/s.aspx?sm=E6AzLdBukOgb4Tlc04T3IQ%3d%3d" 
//specify popunder window features 
//set 1 to enable a particular feature, 0 to disable 
var winfeatures="width=725,height=450,scrollbars=1,resizable=1,toolbar=0,location=0,menubar=0,status=0,directories=0" 
//Pop-under only once per browser session? (0=no, 1=yes) 
//Specifying 0 will cause popunder to load every time page is loaded 
var once_per_session=1 /
//No editing beyond here required//

function loadpopunder(){

win2=window.open(popunder,"",winfeatures) 
win2.blur() 
window.focus()

}


