<!--
if (document.images) {

	fhb01_on = new Image();      
	fhb01_on.src = "images/1992/fhb01-on.gif"; 
	fhb01_off = new Image();      
	fhb01_off.src = "images/1992/fhb01-off.gif";
	fhb02_on = new Image();      
	fhb02_on.src = "images/1992/fhb02-on.gif"; 
	fhb02_off = new Image();      
	fhb02_off.src = "images/1992/fhb02-off.gif";
	fhb03_on = new Image();      
	fhb03_on.src = "images/1992/fhb03-on.gif"; 
	fhb03_off = new Image();      
	fhb03_off.src = "images/1992/fhb03-off.gif";
	fhb04_on = new Image();      
	fhb04_on.src = "images/1992/fhb04-on.gif"; 
	fhb04_off = new Image();      
	fhb04_off.src = "images/1992/fhb04-off.gif";
	fhb05_on = new Image();      
	fhb05_on.src = "images/1992/fhb05-on.gif"; 
	fhb05_off = new Image();      
	fhb05_off.src = "images/1992/fhb05-off.gif";
	fhb06_on = new Image();      
	fhb06_on.src = "images/1992/fhb06-on.gif"; 
	fhb06_off = new Image();      
	fhb06_off.src = "images/1992/fhb06-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"); }
}
//-->
