<!--
function rf(imgDocID,imgObjName)
 {
 document.images[imgDocID].src = eval(imgObjName + ".src")  // image name, then function
 }

function GoLink(s) { 
	var URL = s.options[s.selectedIndex].value
	window.open(URL,'','width=500,height=275,scrollbars=1,toolbar=0,menubar=1,location=0,directories=0,status=1,top=0,left=0,resizable=1');
	s.selectedIndex=0;
	}
	
function winPop(URL)
	{
	window.open(URL,'popWin','width=500,height=275,scrollbars=1,toolbar=0,menubar=1,location=0,directories=0,status=1,top=0,left=0,resizable=1');
	}
	
 sub_off  = new Image();   sub_off.src   = "images/ffffff.gif";
 sub_on   = new Image();   sub_on .src   = "images/subnav_arrow.gif";
 
		als  	= new Image();   		als.src   	= "repository/als.jpg";
		pilf   	= new Image();   		pilf.src   	= "repository/pilf.jpg";
		mhap   	= new Image();   		mhap.src   	= "repository/mhap.jpg";
		lacy   	= new Image();   		lacy.src   	= "repository/lacy.jpg";
		fhlp   	= new Image();   		fhlp.src   	= "repository/fhlp.jpg";
		ffffff 	= new Image();   		ffffff.src 	= "images/ffffff.gif";
 
 // -->