if (document.images) {hm_cookies_on = new Image();hm_cookies_on.src = "./images/hm_cookies_on.gif";hm_cookies_off = new Image();hm_cookies_off.src = "./images/hm_cookies_off.gif";hm_cakes_on = new Image();hm_cakes_on.src = "./images/hm_cakes_on.gif";hm_cakes_off = new Image();hm_cakes_off.src = "./images/hm_cakes_off.gif";hm_gifts_on = new Image();hm_gifts_on.src = "./images/hm_gifts_on.gif";hm_gifts_off = new Image();hm_gifts_off.src = "./images/hm_gifts_off.gif";hm_new_on = new Image();hm_new_on.src = "./images/hm_new_on.gif";hm_new_off = new Image();hm_new_off.src = "./images/hm_new_off.gif";hm_cookiestxt_on = new Image();hm_cookiestxt_on.src = "./images/hm_cookiestxt_on.gif";hm_cookiestxt_off = new Image();hm_cookiestxt_off.src = "./images/hm_cookiestxt_off.gif";hm_caketxt_on = new Image();hm_caketxt_on.src = "./images/hm_caketxt_on.gif";hm_caketxt_off = new Image();hm_caketxt_off.src = "./images/hm_caketxt_off.gif";hm_giftstxt_on = new Image();hm_giftstxt_on.src = "./images/hm_giftstxt_on.gif";hm_giftstxt_off = new Image();hm_giftstxt_off.src = "./images/hm_giftstxt_off.gif";hm_abouttxt_on = new Image();hm_abouttxt_on.src = "./images/hm_abouttxt_on.gif";hm_abouttxt_off = new Image();hm_abouttxt_off.src = "./images/hm_abouttxt_off.gif";sub_cookies_on = new Image();sub_cookies_on.src = "../images/sub_cookies_on.gif";sub_cookies_off = new Image();sub_cookies_off.src = "../images/sub_cookies_off.gif";sub_cakes_on = new Image();sub_cakes_on.src = "../images/sub_cakes_on.gif";sub_cakes_off = new Image();sub_cakes_off.src = "../images/sub_cakes_off.gif";sub_gifts_on = new Image();sub_gifts_on.src = "../images/sub_gifts_on.gif";sub_gifts_off = new Image();sub_gifts_off.src = "../images/sub_gifts_off.gif";sub_new_on = new Image();sub_new_on.src = "../images/sub_new_on.gif";sub_new_off = new Image();sub_new_off.src = "../images/sub_new_off.gif";sub_cookiestxt_on = new Image();sub_cookiestxt_on.src = "../images/sub_cookiestxt_on.gif";sub_cookiestxt_off = new Image();sub_cookiestxt_off.src = "../images/sub_cookiestxt_off.gif";sub_caketxt_on = new Image();sub_caketxt_on.src = "../images/sub_caketxt_on.gif";sub_caketxt_off = new Image();sub_caketxt_off.src = "../images/sub_caketxt_off.gif";sub_giftstxt_on = new Image();sub_giftstxt_on.src = "../images/sub_giftstxt_on.gif";sub_giftstxt_off = new Image();sub_giftstxt_off.src = "../images/sub_giftstxt_off.gif";sub_abouttxt_on = new Image();sub_abouttxt_on.src = "../images/sub_abouttxt_on.gif";sub_abouttxt_off = new Image();sub_abouttxt_off.src = "../images/sub_abouttxt_off.gif";}function turnOn(imgName) {        if (document.images) {        	document[imgName].src = eval(imgName + "_on.src");        }}function turnOff(imgName) {        if (document.images) {        	document[imgName].src = eval(imgName + "_off.src");        }}