<HTML><HEAD>
[b]
<script language="JavaScript" src="overlib2.js"></script>
[/b]
<SCRIPT LANGUAGE="JavaScript"><!--
var expireDate = new Date();
expireDate.setTime(Date.parse("01/01/3000"));
function setCookie(name, value, expires, path, domain, secure)
{
document.cookie= name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
function getCookie(name)
{
var dc = document.cookie;
var prefix = name + "=";
var begin = dc.indexOf("; " + prefix);
if (begin == -1)
{
begin = dc.indexOf(prefix);
if (begin != 0) return null;
}
else
{
begin += 2;
}
var end = document.cookie.indexOf(";", begin);
if (end == -1)
{
end = dc.length;
}
return unescape(dc.substring(begin + prefix.length, end));
}
function loadPage() {
radioStatus = getCookie('Help_Status');
[b]if (radioStatus != 0 && radioStatus != 1) {
radioStatus = 0;
}[/b]
document.HelpForm.Help[radioStatus].checked = true;
if (radioStatus == 0) {
onHelp();
}
else {
offHelp();
}
}
// End hiding --></SCRIPT>
</HEAD>
<body onload="loadPage();">
<SCRIPT LANGUAGE="JavaScript"><!--
Global_help_on = true;
Global_showObject_backup = overlib;
function offHelp()
{
if(Global_help_on)
{
overlib = function(){};
Global_help_on = false;
}
}
function onHelp()
{
if(!Global_help_on)
{
overlib = Global_showObject_backup;
Global_help_on = true;
}
}
// End hiding --></SCRIPT>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<form name="HelpForm"><table width="100%">
<tr><td align="right"><font size="2"><b>Expanded Help System</b></font></td></tr>
<tr><td align="right"><font size="1">Turn ON:</font> <input type="radio" Name="Help" Value="Turn_On" style="border: 0px;background-color: #FFFFFF" onclick="onHelp();[b]setCookie('Help_Status', 0, expireDate);[/b]"> <font size="1">Turn OFF:</font> <input type="radio" Name="Help" Value="Turn_Off" style="border: 0px;background-color: #FFFFFF" onclick="offHelp();[b]setCookie('Help_Status', 1, expireDate);[/b]"></td></tr>
</table></form><br>
<BR><BR><center><font size="5" face="Comic Sans MS"><b>Welcome, please login below:</b></center>
<FORM NAME="login" METHOD="POST" ACTION="authenticate.cfm">
<center>
<table cellpadding="3">
<tr><td colspan="2">
<TABLE CELLPADDING=2>
<TR><TD VALIGN="MIDDLE"><font size="-1">DS ID</TD>
<TD VALIGN="MIDDLE"><INPUT TYPE="TEXT" NAME="PensID" SIZE="10" MAXLENGTH="8" onmouseover="return overlib('Please input your DS (Directory Services) ID in this field. If you do not know what your DS ID is, you can get that information by clicking on the <b>DS ID Lookup</b> link below.', TEXTFONT, 'Verdana', FGCOLOR, '99CCFF', TEXTCOLOR, '000000', WIDTH, '175');" onmouseout="return nd();"></TD></TR>
<TR><TD><font size="-1">Password</TD>
<TD><INPUT TYPE="PASSWORD" NAME="PensPassword" SIZE="10" MAXLENGTH="30" onmouseover="return overlib('Please input your DS (Directory Services) password in this field. If you do not know what your DS password is, you can reset it by clicking on the <b>DS ID Lookup</b> link below and clicking the ”DS User Password Reset” link.', TEXTFONT, 'Verdana', FGCOLOR, '99CCFF', TEXTCOLOR, '000000', WIDTH, '175');" onmouseout="return nd();"></TD></TR>
</TABLE>
</td></tr>
<tr><td> </td><td> </td></tr>
</table>
<INPUT TYPE="submit" VALUE="Log on the Website" onmouseover="return overlib('After entering in your information above click here to log into the system.', TEXTFONT, 'Verdana', FGCOLOR, '99CCFF', TEXTCOLOR, '000000', WIDTH, '175');" onmouseout="return nd();"></center>
</form>
</td></tr></table></center>
</font>
<br><hr>
</body></html>