<!--
	browserVer=parseInt(navigator.appVersion);
	
    function checkVersion () {
       if (browserVer>=3) return true;
       else return false;
       }
		
		if (checkVersion()) {
		btn1on = new Image(70,21);btn1on.src ="images/b_products_on.gif";
		btn1off = new Image(70,21);btn1off.src ="images/b_products.gif";
		btn2on = new Image(88,21);btn2on.src ="images/b_requestquote_on.gif";
		btn2off = new Image(88,21);btn2off.src ="images/b_requestquote.gif";
		btn3on = new Image(58,21);btn3on.src ="images/b_faq_on.gif";
		btn3off = new Image(58,21);btn3off.src ="images/b_faq.gif";
		btn4on = new Image(86,21);btn4on.src ="images/b_contactus_on.gif";
		btn4off = new Image(86,21);btn4off.src ="images/b_contactus.gif";
		btn5on = new Image(55,21);btn5on.src ="images/b_aboutus_on.gif";
		btn5off = new Image(55,21);btn5off.src ="images/b_aboutus.gif";
		btn6on = new Image(55,21);btn6on.src ="images/b_support_on.gif";
		btn6off = new Image(55,21);btn6off.src ="images/b_support.gif";
		btn7on = new Image(55,21);btn7on.src ="images/b_sitemap_on.gif";
		btn7off = new Image(55,21);btn7off.src ="images/b_sitemap.gif";
		btn8on = new Image(55,21);btn8on.src ="images/b_home_on.gif";
		btn8off = new Image(55,21);btn8off.src ="images/b_home.gif";
		
		}
		
		
	function img_act(imgName){
		if (checkVersion()) {
		imgOn = eval(imgName+"on.src");
		document [imgName].src=imgOn;
		}
	}
	
	function img_inact(imgName){
		if (checkVersion()) {
		imgOff = eval(imgName+"off.src");
		document [imgName].src=imgOff;
		}
	}
	
	
function NewWindow(pagename, pwidth, pheight) { 
	if (!pwidth) {
		pwidth = 600
		}
	if (!pheight) {
		pheight = 480
		}
	msgWindow=window.open(pagename,"warranty","toolbar=no,width=" + pwidth + ",height=" + pheight + ",directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no");
        } 
//-->

