function openwin(url)
{
   window.open(url,'BBB','scrollbars=auto,toolbar=no,directories=no,statusbar=no,resizable=yes,width=200,height=500');
   return true
}

bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
    if ((bName == "Netscape" && bVer >= 3) || (bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3"; 
    else br = "n2";

    if (br== "n3") 
    { 
        rifleson = new Image();           	     
	rifleson.src = "images/en/rifles2.gif";      

        riflesoff = new Image();              
        riflesoff.src = "images/en/rifles1.gif";  

        accesson = new Image();           	     
	accesson.src = "images/en/access2.gif";      

        accessoff = new Image();              
        accessoff.src = "images/en/access1.gif";  

        customon = new Image();           	     
	customon.src = "images/en/custom2.gif";      

        customoff = new Image();              
        customoff.src = "images/en/custom1.gif";  


        dealerson = new Image();           	     
	dealerson.src = "images/en/dealers2.gif";      

        dealersoff = new Image();              
        dealersoff.src = "images/en/dealers1.gif";
        
        companyon = new Image();           	     
	companyon.src = "images/en/company2.gif";      

        companyoff = new Image();              
        companyoff.src = "images/en/company1.gif";
        
        classicon = new Image();           	     
	classicon.src = "images/varb_classic2.gif";      

        classicoff = new Image();              
        classicoff.src = "images/varb_classic1.gif";       

        rak_clason = new Image();           	     
	rak_clason.src = "images/varb_rak_classic2.gif";      

        rak_clasoff = new Image();              
        rak_clasoff.src = "images/varb_rak_classic1.gif";        

        hunteron = new Image();           	     
	hunteron.src = "images/varb_hunter2.gif";      

        hunteroff = new Image();              
        hunteroff.src = "images/varb_hunter1.gif";         

        varb_cuson = new Image();           	     
	varb_cuson.src = "images/varb_custom2.gif";      

        varb_cusoff = new Image();              
        varb_cusoff.src = "images/varb_custom1.gif";  

        mounton = new Image();           	     
	mounton.src = "images/varb_mountain2.gif";      

        mountoff = new Image();              
        mountoff.src = "images/varb_mountain1.gif"; 
        
    }

function imgOn(imgName) 
{
    if (br == "n3") 
    {
    	document.images[imgName].src = eval(imgName + "on.src");
    }
}

function imgOff(imgName) 
{
    if (br == "n3") 
    {
    	document.images[imgName].src = eval(imgName + "off.src");
    }
}


