<!--if (document.images) {	bg01_on = new Image();      	bg01_on.src = "images/bg/bg_01_on.gif"; 	bg01_off = new Image();      	bg01_off.src = "images/bg/bg_01_off.gif";	bg02_on = new Image();      	bg02_on.src = "images/bg/bg_02_on.gif"; 	bg02_off = new Image();      	bg02_off.src = "images/bg/bg_02_off.gif";	bg03_on = new Image();      	bg03_on.src = "images/bg/bg_03_on.gif"; 	bg03_off = new Image();      	bg03_off.src = "images/bg/bg_03_off.gif";	bg04_on = new Image();      	bg04_on.src = "images/bg/bg_04_on.gif"; 	bg04_off = new Image();      	bg04_off.src = "images/bg/bg_04_off.gif";	bg05_on = new Image();      	bg05_on.src = "images/bg/bg_05_on.gif"; 	bg05_off = new Image();      	bg05_off.src = "images/bg/bg_05_off.gif";	bg06_on = new Image(); 	bg06_on.src = "images/bg/bg_06_on.gif"; 	bg06_off = new Image();      	bg06_off.src = "images/bg/bg_06_off.gif";	}	// Function for activating topbar rolloversfunction rolloverOn(imgName) {		if (document.images) {	  document[imgName].src = eval(imgName + "_on.src"); }}// Function for deactivating topbar rolloversfunction rolloverOff(imgName) {        if (document.images) {	  document[imgName].src = eval(imgName + "_off.src"); }}//-->