function notify() {
	window.open('/global/alert_maintenance.asp',null,'height=400,width=400,top=40,left='+(screen.width - 400)/2+',scrollbars=0,directories=0,fullscreen=0,hotkeys=0,location=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0'); void(0);
}

if (top.IsDisabled) {
	document.write('<tr>');
	document.write('<td align="center" valign="middle" class="login" style="padding:10px;">The FCAT Explorer is temporarily unavailable to allow for technical enhancements needed to increase the bandwidth for FLDOE tools. We appreciate your patience and apologize for any inconvenience.</td>');
	document.write('</tr>');
}
else {	
	document.write('<tr>');
	document.write('<td rowspan="2" width="12%">&nbsp;</td>');
	document.write('<td valign="top" align="left" width="39%" class="login"><b>Sign-in Name</b></td>');
	document.write('<td rowspan="2" width="12%">&nbsp;</td>');
	document.write('<td valign="top" align="left" width="37%" class="login"><b>Password</b></td>');
	document.write('</tr>');
	
	document.write('<tr>');
	document.write ('<td valign="bottom" width="39%" class="login"><input type="text" name="username" size="15" maxlength="40"></td>');
	document.write ('<td valign="bottom" width="37%" class="login"><input type="password" name="password" size="15" maxlength="20"></td>');
	document.write('</tr>');

	document.form1.username.focus();
	if (top.IsExpired && !top.ExpiredShown) {
		//display alert session expired window
		top.ExpiredShown = true;
		window.open('/global/alert_expired.asp','hwndGlossary','width=400,height=400,resizable=no,scrollbars=no'); 
	}
}
