<!--
	var browser = new String();
	var defdate = new String();
	var thedate = new String();
	var thetime = new String();
	var thetext = new String();
	browser = "null";

	if (document.layers)
		browser = "netscape";
	else if (document.all)
		browser = "ie";

function getdate() {
		thetext = "";
		defdate = document.lastModified;
	if (browser == "netscape") {
		thedate = defdate.substring(0,8);
		thetime = defdate.substring(9,defdate.length);
		} 
	if (browser == "ie") {
		thedate = defdate.substring(0,10);
		thetime = defdate.substring(11,defdate.length);
		}
	if (Date.parse(document.lastModified) != 0) {
		if (browser != "null") 
			thetext = "This page was last updated: "+defdate+" EST";
		}
		
		return thetext;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function showmenu(elmnt)
{
	document.all(elmnt).style.visibility="visible"
}

function hidemenu(elmnt)
{
	document.all(elmnt).style.visibility="hidden"
}
function formHandler1(){
var URL = document.form1.department.options[document.form1.department.selectedIndex].value;
window.location.href = URL;
}
function formHandler2(){
var URL = document.form2.quality.options[document.form2.quality.selectedIndex].value;
window.location.href = URL;
}
function formHandler3(){
var URL = document.form3.comm.options[document.form3.comm.selectedIndex].value;
window.location.href = URL;
}
function formHandler4(){
var URL = document.form4.resources.options[document.form4.resources.selectedIndex].value;
window.location.href = URL;
}

<!-- Hide from old browsers
function correct(){
if (finished){
setTimeout("begin()",3000)
}
return true
}
window.onerror=correct
function begin(){
if (!document.all)
return
if (maxheight==null)
maxheight=temp.offsetHeight
whatsnew.style.height=maxheight
temp.style.display="none"
c=1
finished=true
change()
}
// -- End Hiding Here -->


// -->
