if (document.images) {            // Active Images	img1on = new Image();          img1on.src = "res/nav_hm_personal_on.gif";	img2on = new Image();          img2on.src = "res/nav_hm_errand_on.gif";	img3on = new Image();          img3on.src = "res/nav_hm_pet_on.gif";  	img4on = new Image();          img4on.src = "res/nav_hm_corporate_on.gif";  	img5on = new Image();          img5on.src = "res/nav_hm_move_on.gif"; 		img6on = new Image();          img6on.src = "res/bot_hm_seemore_on.gif";		img7on = new Image();          img7on.src = "res/bot_signup_on.gif"; 					img8on = new Image();          img8on.src = "res/sub_nav_personal_on.gif";  	img9on = new Image();          img9on.src = "res/sub_nav_errand_on.gif";  	img10on = new Image();          img10on.src = "res/sub_nav_pet_on.gif";  	img11on = new Image();          img11on.src = "res/sub_nav_cor_on.gif";  	img12on = new Image();          img12on.src = "res/sub_nav_move_on.gif";		img13on = new Image();          img13on.src = "res/nav_hm_transportation_on.gif"; 	img14on = new Image();          img14on.src = "res/sub_nav_transport_on.gif"; 	 				    img1off = new Image();          img1off.src = "res/nav_hm_personal.gif";	img2off = new Image();          img2off.src = "res/nav_hm_errand.gif";	img3off = new Image();          img3off.src = "res/nav_hm_pet.gif";  	img4off = new Image();          img4off.src = "res/nav_hm_corporate.gif";  	img5off = new Image();          img5off.src = "res/nav_hm_move.gif";  		img6off = new Image();          img6off.src = "res/bot_hm_seemore.gif";		img7off = new Image();          img7off.src = "res/bot_signup.gif"; 			img8off = new Image();          img8off.src = "res/sub_nav_personal.gif"; 	img9off = new Image();          img9off.src = "res/sub_nav_errand.gif"; 	img10off = new Image();          img10off.src = "res/sub_nav_pet.gif"; 	img11off = new Image();          img11off.src = "res/sub_nav_cor.gif"; 	img12off = new Image();          img12off.src = "res/sub_nav_move.gif"; 		img13off = new Image();          img13off.src = "res/nav_hm_transportation.gif"; 	img14off = new Image();          img14off.src = "res/sub_nav_transport.gif"; 					}// Function to 'activate' images.function imgOn(imgName) {        if (document.images) {            document[imgName].src = eval(imgName + "on.src");        }}// Function to 'deactivate' images.function imgOff(imgName) {        if (document.images) {            document[imgName].src = eval(imgName + "off.src");        }}// function to open new windowfunction openBrWindow(theURL,winName,features) {  window.open(theURL,winName,features);}// -->// Function to change TD background colors.function fncChangeBackGround(objTD,strStyle) {	objTD.className = strStyle;}function openBrWindow(theURL,winName,features) {  window.open(theURL,winName,features);}// -->