if (document.images) {            // Active Images	img1on = new Image();          img1on.src = "res/nav_gettingstarted_on.jpg";	img2on = new Image();          img2on.src = "res/nav_sales_on.jpg";	img3on = new Image();          img3on.src = "res/nav_support_on.jpg";  	img4on = new Image();          img4on.src = "res/nav_about_on.jpg";  	img5on = new Image();          img5on.src = "res/nav_currentfranch_on.jpg"; 	img6on = new Image();          img6on.src = "res/nav_mediacenter_on.jpg";	img7on = new Image();          img7on.src = "res/nav_contactus_on.jpg"; 		    img1off = new Image();          img1off.src = "res/nav_gettingstarted.jpg";	img2off = new Image();          img2off.src = "res/nav_sales.jpg";	img3off = new Image();          img3off.src = "res/nav_support.jpg";  	img4off = new Image();          img4off.src = "res/nav_about.jpg";  	img5off = new Image();          img5off.src = "res/nav_currentfranch.jpg";  	img6off = new Image();          img6off.src = "res/nav_mediacenter.jpg";	img7off = new Image();          img7off.src = "res/nav_contactus.jpg"; 				}// 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);}// -->