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") {      
		
		home1 = new Image(); home1.src = "images/home_but1.png";
        home2 = new Image(); home2.src = "images/home_but2.png";  //function

    	abt1 = new Image(); abt1.src = "images/about_but1.png";
        abt2 = new Image(); abt2.src = "images/about_but2.png";

		test1 = new Image(); test1.src = "images/testimonials_but1.png";
        test2 = new Image(); test2.src = "images/testimonials_but2.png";  //function

		holl1 = new Image(); holl1.src = "images/hollywood_but1.png";
        holl2 = new Image(); holl2.src = "images/hollywood_but2.png";  //function
		
		serv1 = new Image(); serv1.src = "images/services_but1.png";
        serv2 = new Image(); serv2.src = "images/services_but2.png";  

    	prod1 = new Image(); prod1.src = "images/products_but1.png";
        prod2 = new Image(); prod2.src = "images/products_but2.png"; 

        brid1 = new Image(); brid1.src = "images/bridal_but1.png";
        brid2 = new Image(); brid2.src = "images/bridal_but2.png";		
				
        faq1 = new Image(); faq1.src = "images/faq_but1.png";
        faq2 = new Image(); faq2.src = "images/faq_but2.png";		
		
        cont1 = new Image(); cont1.src = "images/contact_but1.png";
        cont2 = new Image(); cont2.src = "images/contact_but2.png";
		
		// bridal section
	
		
        }
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;
        }
	}