//admin login script
<!-- Begin
function popupWin(img, l, t, w, h) {
var windowprops = "location=no,scrollbars=yes,menubar=no,toolbar=yes,resizable=no" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;

var URL = "" + img;
popup = window.open(URL,"MenuPopup",windowprops);
}
//  End -->
document.write("<table width='300' height='60' cellpadding='0' cellspacing='0' border='0' class='ibox' align='center'><form name='login' method='post' action='http://www.propertybase.net/admin/login-process.asp' enctype='multipart/form-data'><tr><td class='headerrow' colspan='2' align='center' height='20'>Login Process</td></tr><tr><td width='100' height='20' class='userinfo'>Username:</td><td width='200' height='20'><input type='text' name='username' class='iForm'></td></tr><tr><td width='100' height='20' class='userinfo'>Password:</td><td width='200' height='20'><input type='password' name='password' class='iForm'><input type='hidden' name='access' class='iForm' value='3'></td></tr><tr><td height='30' colspan='2' align='center'><input type='image' src='images/button-login.gif'></td></tr><tr><td height='30' colspan='2' class='userinfo'>By logging into the PropertyBase system you indicate your acceptance of the PropertyBase <a href='javascript:;' onclick=popupWin('http://www.propertybase.net/advertiser-agreement.asp',10,10,620,400) class='inlinelink'>terms &amp; conditions</a> <input type='checkbox' name='terms' checked value=1></td></tr></form></table>")