<!--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 checkFieldslogin() {	missinginfo = "";	if (document.login.Username.value == "") {		missinginfo += "\n- Username";	}	if (document.login.Password.value == "") {		missinginfo += "\n- Password";	}	if (missinginfo != "") {		missinginfo = "__________________________________\n" +		"You did not fill in your:\n" +		missinginfo + "\n__________________________________" +		"\nPlease re-enter and submit again!";		alert(missinginfo);		return false;	}	else {		document.login.submit();		return true;	}}

function whatsnewVis() {
	document.getElementById('whatsnew').style.display='block';
	document.getElementById('whatsnewlink').className="wnactive";
	return false;
}

function whatsnewInvis() {
	document.getElementById('whatsnew').style.display='none';
	document.getElementById('whatsnewlink').className="";
	return false;
}//-->