// preload_inside.js

<!--

       if (document.images) {            // Active Images

            img0_on = new Image(); 
            img0_on.src = "../images/global/search_on.gif";
			//img1_on = new Image(); 
            //img1_on.src = "../images/global/logo.gif";
			img2_on = new Image(); 
            img2_on.src = "../images/subpages/act_hunt_on.jpg";
			img3_on = new Image(); 
            img3_on.src = "../images/subpages/act_fish_on.jpg";
			img4_on = new Image(); 
            img4_on.src = "../images/subpages/act_out_on.jpg";
			img5_on = new Image(); 
            img5_on.src = "../images/subpages/act_diy_on.jpg";
			img6_on = new Image(); 
            img6_on.src = "../images/subpages/act_prof_on.jpg";
			img7_on = new Image(); 
            img7_on.src = "../images/subpages/fend_on.gif";   
			img8_on = new Image(); 
            img8_on.src = "../images/subpages/buy_online_on.gif";   

            img0_off = new Image(); 
            img0_off.src = "../images/global/search_off.gif";
			//img1_off = new Image(); 
            //img1_off.src = "../images/global/logo.gif";
			img2_off = new Image(); 
            img2_off.src = "../images/subpages/act_hunt_off.jpg";
			img3_off = new Image(); 
            img3_off.src = "../images/subpages/act_fish_off.jpg";
			img4_off = new Image(); 
            img4_off.src = "../images/subpages/act_out_off.jpg";
			img5_off = new Image(); 
            img5_off.src = "../images/subpages/act_diy_off.jpg";
			img6_off = new Image(); 
            img6_off.src = "../images/subpages/act_prof_off.jpg";
			img7_off = new Image(); 
            img7_off.src = "../images/subpages/fend_off.gif";
			img8_off = new Image(); 
            img8_off.src = "../images/subpages/buy_online_off.gif";   
			  
        }


//-->
