window.onerror=null;

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);


        if(browserName=="Netscape" || "Microsoft Internet Explorer" && browserVer > 3.02) ver = "yes";  else ver = "no";
        if(ver == "yes") {   
		
	
		bhome1 = new Image(); bhome1.src = "images/b-bridal-home_but1.jpg";
        bhome2 = new Image(); bhome2.src = "images/b-bridal-home_but2.jpg";  //function

		phot1 = new Image(); phot1.src = "images/b-photos_but1.jpg";
        phot2 = new Image(); phot2.src = "images/b-photos_but2.jpg";  //function
		
		cnt1 = new Image(); cnt1.src = "images/b-countdown_but1.jpg";
        cnt2 = new Image(); cnt2.src = "images/b-countdown_but2.jpg";  

		pric1 = new Image(); pric1.src = "images/b-prices_but1.jpg";
        pric2 = new Image(); pric2.src = "images/b-prices_but2.jpg";  //function

        bfaq1 = new Image(); bfaq1.src = "images/b-faqs_but1.jpg";
        bfaq2 = new Image(); bfaq2.src = "images/b-faqs_but2.jpg";			
		
    	link1 = new Image(); link1.src = "images/b-links_but1.jpg";
        link2 = new Image(); link2.src = "images/b-links_but2.jpg";	
				
		shome1 = new Image(); shome1.src = "images/b-salon-home_but1.jpg";
        shome2 = new Image(); shome2.src = "images/b-salon-home_but2.jpg";  //function
		
        bcont1 = new Image(); bcont1.src = "images/b-contact_but1.jpg";
        bcont2 = new Image(); bcont2.src = "images/b-contact_but2.jpg";
		
        }
function inactive(imgName){
        if (ver == "yes")  {
        img1 = eval(imgName + "1.src");
        document [imgName].src = img1;
        }
	}

function active(imgName){
        if (ver == "yes")  {
        img2 = eval(imgName + "2.src");
        document [imgName].src = img2;
        }
	}
