﻿
    b1_on = new Image();
    b1_on.src = "images/home_on.jpg";
    b2_on = new Image();
    b2_on.src = "images/links_on.jpg";
    b3_on = new Image();
    b3_on.src = "images/faqs_on.jpg";
    b4_on = new Image();
    b4_on.src = "images/contact_on.jpg";
    b5_on = new Image();
    b5_on.src = "images/about_on.jpg";
    b6_on = new Image();
    b6_on.src = "images/portfolio_on.jpg";
    b7_on = new Image();
    b7_on.src = "images/services_on.jpg";
    b8_on = new Image();
    b8_on.src = "images/tips_and_trends_on.jpg";	    	    	    
    b9_on = new Image();
    b9_on.src = "images/planning_your_project_on.jpg";	
    b10_on = new Image();
    b10_on.src = "images/general_kitchen_and_bath_trends_on.jpg";	
    b11_on = new Image();
    b11_on.src = "images/kitchen_trends_on.jpg";	
    b12_on = new Image();
    b12_on.src = "images/bathroom_trends_on.jpg";	    
        
    b1_off = new Image();
    b1_off.src = "images/home_off.jpg";
    b2_off = new Image();
    b2_off.src = "images/links_off.jpg";
    b3_off = new Image();
    b3_off.src = "images/faqs_off.jpg";
    b4_off = new Image();
    b4_off.src = "images/contact_off.jpg";
    b5_off = new Image();
    b5_off.src = "images/about_off.jpg";
    b6_off = new Image();
    b6_off.src = "images/portfolio_off.jpg";
    b7_off = new Image();
    b7_off.src = "images/services_off.jpg";
    b8_off = new Image();
    b8_off.src = "images/tips_and_trends_off.jpg";
    b9_off = new Image();
    b9_off.src = "images/planning_your_project_off.jpg";	
    b10_off = new Image();
    b10_off.src = "images/general_kitchen_and_bath_trends_off.jpg";	
    b11_off = new Image();
    b11_off.src = "images/kitchen_trends_off.jpg";	
    b12_off = new Image();
    b12_off.src = "images/bathroom_trends_off.jpg";	     	

    function imgOn(imgName) {
	    document[imgName].src = eval(imgName + "_on.src");
    }

    function imgOff(imgName) {
	    document[imgName].src = eval(imgName + "_off.src");
    }
