<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>APC | Log On</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<link href="core.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function isValidBrowser() {
var nVer = navigator.appVersion;
var nAgt = navigator.userAgent;
var fullVersion = parseFloat(nVer);
// In Internet Explorer, the true version is after "MSIE"
if ((verOffset = nAgt.indexOf("MSIE")) != -1) {
fullVersion = parseFloat(nAgt.substring(verOffset+5,nAgt.length));
}
// In Opera, the true version is after "Opera"
if ((verOffset = nAgt.indexOf("Opera")) != -1) {
fullVersion = parseFloat(nAgt.substring(verOffset+6,nAgt.length));
}
if (((navigator.appName == "Microsoft Internet Explorer") && (fullVersion >= 5.5)) || ((navigator.appName == "Netscape") && (fullVersion >= 5.0))) {
return true;
} else {
return false;
}
}
if (isValidBrowser() == false) {
alert("Browser is incompatible with this device!");
}
function areCookiesEnabled() {
var tmpcookie = new Date();
chkcookie = (tmpcookie.getTime() + '');
document.cookie = "chkcookie=" + chkcookie + "; path=/";
if (document.cookie.indexOf(chkcookie,0) < 0) {
return false;
} else {
return true;
}
}
if (areCookiesEnabled() == false) {
alert("Browser does not have cookies enabled!");
}
function placeFocus() {
if (document.forms.length > 0) {
var field = document.forms[0];
for (i = 0; i < field.length; i++) {
if ((field.elements[i].type == "text") || (field.elements[i].type == "textarea")) {
document.forms[0].elements[i].focus();
break;
}
}
}
}
</script>	</head>
<body OnLoad="placeFocus()">
<table cellpadding="0" cellspacing="0" id="message">
<tr>
<td class="edging"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="msg">
<form method="post" action="/Forms/login1" name="HashForm1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="27%" class="dataName">User Name:</td>
<td width="73%"><input type="text" name="login_username" size="17" maxlength="16" value="" />
</td>
</tr>
<tr>
<td class="dataName">Password:</td>
<td><input type="password" name="login_password" size="17" maxlength="32" value="" />
</td>
</tr>
<tr>
<td colspan="2" class="applyCancel"><input type="submit" name="submit" value="Log On" class="btn" />
&nbsp;<input type="reset" value="Reset" />
</td>
</tr>
</table>

</form>
</td>
</tr>
<tr>
<td class="apclogo"><a href="http://www.apc.com"><img src="images/smapc.gif" alt="APC Website" width="59" height="17" border="0" align="top" /></a>&nbsp;&nbsp;</td>
</tr>
</table>

</body>
</html>
