<!--
if (document.images) {

	plasm01_on = new Image();      
	plasm01_on.src = "images/1996/plasm_01_on.gif"; 
	plasm01_off = new Image();      
	plasm01_off.src = "images/1996/plasm_01_off.gif";
	plasm02_on = new Image();      
	plasm02_on.src = "images/1996/plasm_02_on.gif"; 
	plasm02_off = new Image();      
	plasm02_off.src = "images/1996/plasm_02_off.gif";
	plasm03_on = new Image();      
	plasm03_on.src = "images/1996/plasm_03_on.gif"; 
	plasm03_off = new Image();      
	plasm03_off.src = "images/1996/plasm_03_off.gif";
	plasm04_on = new Image();      
	plasm04_on.src = "images/1996/plasm_04_on.gif"; 
	plasm04_off = new Image();      
	plasm04_off.src = "images/1996/plasm_04_off.gif";
	plasm05_on = new Image();      
	plasm05_on.src = "images/1996/plasm_05_on.gif"; 
	plasm05_off = new Image();      
	plasm05_off.src = "images/1996/plasm_05_off.gif";
	plasm06_on = new Image();      
	plasm06_on.src = "images/1996/plasm_06_on.gif"; 
	plasm06_off = new Image();      
	plasm06_off.src = "images/1996/plasm_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"); }
}
//-->
