<!--
if (document.images) {

	tfw01_on = new Image();      
	tfw01_on.src = "images/tfw/01_on.gif"; 
	tfw01_off = new Image();      
	tfw01_off.src = "images/tfw/01_off.gif";
	tfw02_on = new Image();      
	tfw02_on.src = "images/tfw/02_on.gif"; 
	tfw02_off = new Image();      
	tfw02_off.src = "images/tfw/02_off.gif";
	tfw03_on = new Image();      
	tfw03_on.src = "images/tfw/03_on.gif"; 
	tfw03_off = new Image();      
	tfw03_off.src = "images/tfw/03_off.gif";
	tfw04_on = new Image();      
	tfw04_on.src = "images/tfw/04_on.gif"; 
	tfw04_off = new Image();      
	tfw04_off.src = "images/tfw/04_off.gif";
	tfw05_on = new Image();      
	tfw05_on.src = "images/tfw/05_on.gif"; 
	tfw05_off = new Image();      
	tfw05_off.src = "images/tfw/05_off.gif";
	
	tfw06_on = new Image();      
	tfw06_on.src = "images/tfw/06_on.gif"; 
	tfw06_off = new Image();      
	tfw06_off.src = "images/tfw/06_off.gif";
	
	tfw07_on = new Image();      
	tfw07_on.src = "images/tfw/07_on.gif"; 
	tfw07_off = new Image();      
	tfw07_off.src = "images/tfw/07_off.gif";
	
	tfw08_on = new Image();      
	tfw08_on.src = "images/tfw/08_on.gif"; 
	tfw08_off = new Image();      
	tfw08_off.src = "images/tfw/08_off.gif";
	
	tfw09_on = new Image();      
	tfw09_on.src = "images/tfw/09_on.gif"; 
	tfw09_off = new Image();      
	tfw09_off.src = "images/tfw/09_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"); }
}
//-->
