
	blackF_126w_off = new Image();
    blackF_126w_off.src = "/images/gallery/blackF_off_126w.png";
    blackF_126w_on = new Image();
    blackF_126w_on.src = "/images/gallery/blackF_on_126w.png";

	brownF_126w_off = new Image();
    brownF_126w_off.src = "/images/gallery/brownF_off_126w.png";
    brownF_126w_on = new Image();
    brownF_126w_on.src = "/images/gallery/brownF_on_126w.png";
	
	platF_126w_off = new Image();
    platF_126w_off.src = "/images/gallery/platF_off_126w.png";
    platF_126w_on = new Image();
    platF_126w_on.src = "/images/gallery/platF_on_126w.png";

	ecGreenF_126w_off = new Image();
    ecGreenF_126w_off.src = "/images/gallery/ecGreenF_off_126w.png";
    ecGreenF_126w_on = new Image();
    ecGreenF_126w_on.src = "/images/gallery/ecGreenF_on_126w.png";
	
	ecRedF_126w_off = new Image();
    ecRedF_126w_off.src = "/images/gallery/ecRedF_off_126w.png";
    ecRedF_126w_on = new Image();
    ecRedF_126w_on.src = "/images/gallery/ecRedF_on_126w.png";
	
	ecYellowF_126w_off = new Image();
    ecYellowF_126w_off.src = "/images/gallery/ecYellowF_off_126w.png";
    ecYellowF_126w_on = new Image();
    ecYellowF_126w_on.src = "/images/gallery/ecYellowF_on_126w.png";
	
	ecPurpleF_126w_off = new Image();
    ecPurpleF_126w_off.src = "/images/gallery/ecPurpleF_off_126w.png";
    ecPurpleF_126w_on = new Image();
    ecPurpleF_126w_on.src = "/images/gallery/ecPurpleF_on_126w.png";

	blackS_126w_off = new Image();
    blackS_126w_off.src = "/images/gallery/genS_off_126w.png";
    blackS_126w_on = new Image();
    blackS_126w_on.src = "/images/gallery/blackS_on_126w.png";

	brownS_126w_off = new Image();
    brownS_126w_off.src = "/images/gallery/genS_off_126w.png";
    brownS_126w_on = new Image();
    brownS_126w_on.src = "/images/gallery/brownS_on_126w.png";

	platS_126w_off = new Image();
    platS_126w_off.src = "/images/gallery/genS_off_126w.png";
    platS_126w_on = new Image();
    platS_126w_on.src = "/images/gallery/platS_on_126w.png";

	ecGreenS_126w_off = new Image();
    ecGreenS_126w_off.src = "/images/gallery/genS_off_126w.png";
    ecGreenS_126w_on = new Image();
    ecGreenS_126w_on.src = "/images/gallery/ecGreenS_on_126w.png";

	ecRedS_126w_off = new Image();
    ecRedS_126w_off.src = "/images/gallery/genS_off_126w.png";
    ecRedS_126w_on = new Image();
    ecRedS_126w_on.src = "/images/gallery/ecRedS_on_126w.png";

	ecYellowS_126w_off = new Image();
    ecYellowS_126w_off.src = "/images/gallery/genS_off_126w.png";
    ecYellowS_126w_on = new Image();
    ecYellowS_126w_on.src = "/images/gallery/ecYellowS_on_126w.png";

	ecPurpleS_126w_off = new Image();
    ecPurpleS_126w_off.src = "/images/gallery/genS_off_126w.png";
    ecPurpleS_126w_on = new Image();
    ecPurpleS_126w_on.src = "/images/gallery/ecPurpleS_on_126w.png";


	
function hiLite(imgDocID,imgObjName) {
        if (document.images) {
                document.images[imgDocID].src = eval(imgObjName + ".src");
        if ($.browser.msie) {
              $('img[@src$=.png]').ifixpng();
            }
        }
}