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") {      
		
		bobby1 = new Image(); bobby1.src = "images/filmo_bobby_but1.jpg";
        bobby2 = new Image(); bobby2.src = "images/filmo_bobby_but2.jpg";  //function
		
		below1 = new Image(); below1.src = "images/filmo_8below_but1.jpg";
        below2 = new Image(); below2.src = "images/filmo_8below_but2.jpg";  //function		
		
		mist1 = new Image(); mist1.src = "images/filmo_mist_but1.jpg";
        mist2 = new Image(); mist2.src = "images/filmo_mist_but2.jpg";  //function		

		crash1 = new Image(); crash1.src = "images/filmo_crash_but1.jpg";
        crash2 = new Image(); crash2.src = "images/filmo_crash_but2.jpg";  
 
		cooler1 = new Image(); cooler1.src = "images/filmo_cooler_but1.jpg";
        cooler2 = new Image(); cooler2.src = "images/filmo_cooler_but2.jpg";  

		elah1 = new Image(); elah1.src = "images/filmo_elah_but1.jpg";
        elah2 = new Image(); elah2.src = "images/filmo_elah_but2.jpg";  //function

		blackdahlia1 = new Image(); blackdahlia1.src = "images/filmo_blackdahlia_but1.jpg";
        blackdahlia2 = new Image(); blackdahlia2.src = "images/filmo_blackdahlia_but2.jpg";  //function
		
		l4l1 = new Image(); l4l1.src = "images/filmo_l4l_but1.jpg";
        l4l2 = new Image(); l4l2.src = "images/filmo_l4l_but2.jpg";  //function

		house1 = new Image(); house1.src = "images/filmo_house_but1.jpg";
        house2 = new Image(); house2.src = "images/filmo_house_but2.jpg";  //function

		resroad1 = new Image(); resroad1.src = "images/filmo_resroad_but1.jpg";
        resroad2 = new Image(); resroad2.src = "images/filmo_resroad_but2.jpg";  //function		
		
		racingstripes1 = new Image(); racingstripes1.src = "images/filmo_racingstripes_but1.jpg";
        racingstripes2 = new Image(); racingstripes2.src = "images/filmo_racingstripes_but2.jpg";  //function

		invincible1 = new Image(); invincible1.src = "images/filmo_invincible_but1.jpg";
        invincible2 = new Image(); invincible2.src = "images/filmo_invincible_but2.jpg";  //function
		
		miracle1 = new Image(); miracle1.src = "images/filmo_miracle_but1.jpg";
        miracle2 = new Image(); miracle2.src = "images/filmo_miracle_but2.jpg";  //function		
		
		spartan1 = new Image(); spartan1.src = "images/filmo_spartan_but1.jpg";
        spartan2 = new Image(); spartan2.src = "images/filmo_spartan_but2.jpg";  //function

		inhershoes1 = new Image(); inhershoes1.src = "images/filmo_inhershoes_but1.jpg";
        inhershoes2 = new Image(); inhershoes2.src = "images/filmo_inhershoes_but2.jpg";  //function
		
		menofhonor1 = new Image(); menofhonor1.src = "images/filmo_menofhonor_but1.jpg";
        menofhonor2 = new Image(); menofhonor2.src = "images/filmo_menofhonor_but2.jpg";  //function		
		
		blade1 = new Image(); blade1.src = "images/filmo_blade_but1.jpg";
        blade2 = new Image(); blade2.src = "images/filmo_blade_but2.jpg";  //function

		engagement1 = new Image(); engagement1.src = "images/filmo_engagement_but1.jpg";
        engagement2 = new Image(); engagement2.src = "images/filmo_engagement_but2.jpg";  //function
		
		majestic1 = new Image(); majestic1.src = "images/filmo_majestic_but1.jpg";
        majestic2 = new Image(); majestic2.src = "images/filmo_majestic_but2.jpg";  //function		
		
		nell1 = new Image(); nell1.src = "images/filmo_nell_but1.jpg";
        nell2 = new Image(); nell2.src = "images/filmo_nell_but2.jpg";  //function

		quizshow1 = new Image(); quizshow1.src = "images/filmo_quizshow_but1.jpg";
        quizshow2 = new Image(); quizshow2.src = "images/filmo_quizshow_but2.jpg";  //function
		
														
        }
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;
        }
	}