<!-- NAV IMAGESb_be_off = new Image();b_be_off.src = "images/b_be.gif";b_be_on = new Image();b_be_on.src = "images/b_be_f2.gif";b_hb_off = new Image();b_hb_off.src = "images/b_hb.gif";b_hb_on = new Image();b_hb_on.src = "images/b_hb_f2.gif";b_sp_off = new Image();b_sp_off.src = "images/b_sp.gif";b_sp_on = new Image();b_sp_on.src = "images/b_sp_f2.gif";b_order_off = new Image();b_order_off.src = "images/b_order.gif";b_order_on = new Image();b_order_on.src = "images/b_order_f2.gif";b_process_off = new Image();b_process_off.src = "images/b_process.gif";b_process_on = new Image();b_process_on.src = "images/b_process_f2.gif";b_faqs_off = new Image();b_faqs_off.src = "images/b_faqs.gif";b_faqs_on = new Image();b_faqs_on.src = "images/b_faqs_f2.gif";b_contact_off = new Image();b_contact_off.src = "images/b_contact.gif";b_contact_on = new Image();b_contact_on.src = "images/b_contact_f2.gif";b_jobs_off = new Image();b_jobs_off.src = "images/b_jobs.gif";b_jobs_on = new Image();b_jobs_on.src = "images/b_jobs_f2.gif";function rollOn(imgName) {  if (document.images) {    document[imgName].src = eval(imgName + "_on.src");  }}function rollOff(imgName) {  if (document.images) {    document[imgName].src = eval(imgName + "_off.src");  }}<!-- used to popup any side notes -->function popNote(url) {// width & height & topvar w = 400;var h = 350;var top = 48// new window position -- right, left, centervar position = "center"var winX = 32;var winY = top;bVer = parseInt(navigator.appVersion); if(bVer >= 4) {	if(position=="right"){		winX = screen.width - w -32;		}	if(position=="center"){		winX = (screen.width/2)-(w/2);		winY = (screen.height/2)-(h/2);		}}popupWin = window.open(url,'newwin','toolbar=no,width='+ w +',height= ' + h + ',directories=no,status=no,scrollbars=no,resizable=yes,top=' + winY + ',left=' + winX +',menubar=no');}<!-- used to show product detail -->function superPop(url) {// width & height & topvar w = 550;var h = 400;var top = 48// new window position -- right, left, centervar position = "center"var winX = 32;var winY = top;bVer = parseInt(navigator.appVersion); if(bVer >= 4) {	if(position=="right"){		winX = screen.width - w -32;		}	if(position=="center"){		winX = (screen.width/2)-(w/2);		winY = (screen.height/2)-(h/2);		}}popupWin = window.open(url,'newwin','toolbar=no,width='+ w +',height= ' + h + ',directories=no,status=no,scrollbars=no,resizable=yes,top=' + winY + ',left=' + winX +',menubar=no');}<!-- used to show HANDLEBAR product detail -->function popHB(url) {// width & height & topvar w = 690;var h = 350;var top = 48// new window position -- right, left, centervar position = "center"var winX = 32;var winY = top;bVer = parseInt(navigator.appVersion); if(bVer >= 4) {	if(position=="right"){		winX = screen.width - w -32;		}	if(position=="center"){		winX = (screen.width/2)-(w/2);		winY = (screen.height/2)-(h/2);		}}popupWin = window.open(url,'newwin','toolbar=no,width='+ w +',height= ' + h + ',directories=no,status=no,scrollbars=no,resizable=yes,top=' + winY + ',left=' + winX +',menubar=no');}<!-- used to show HANDLEBAR product detail -->function popOrder(url) {// width & height & topvar w = 700;var h = 350;var top = 48// new window position -- right, left, centervar position = "center"var winX = 32;var winY = top;bVer = parseInt(navigator.appVersion); if(bVer >= 4) {	if(position=="right"){		winX = screen.width - w -32;		}	if(position=="center"){		winX = (screen.width/2)-(w/2);		winY = (screen.height/2)-(h/2);		}}popupWin = window.open(url,'newwin','toolbar=yes,width='+ w +',height= ' + h + ',directories=no,status=no,scrollbars=yes,resizable=yes,top=' + winY + ',left=' + winX +',menubar=no');}
