{
document.write('<form name=f1 method=post action="checklogin.asp">')
document.write('<table cellspacing="0" cellpadding="0" border="0">')
document.write('<tr><td class="format"><img SRC="../images/logintop.gif" WIDTH="136" HEIGHT="33"></td></tr>')
document.write('<tr><td class="format" bgcolor="#848289">')
document.write('&nbsp;Username<br>&nbsp;<input type="text" name="username" size="12">')
document.write('<br><br>')
document.write('&nbsp;Password<br>&nbsp;<input type="password" name="password" size="12">')
document.write('<br><br>')
document.write('<center><input type="image" src="../images/submit.gif" border=0></center><br><br>')
document.write('&nbsp;<a href="../beforlogin/form.asp"><font color="white"><b><u>Register a company</u></b></font></a><br>')
document.write('&nbsp;<a href="../beforlogin/userform.asp"><font color="white"><b><u>Register as a User</u></b></font></a><br>')
document.write('&nbsp;<a href="../beforlogin/forget.asp"><font color="white"><b><u>Forgot password</u></b></font></a><br><br><br>')

document.write('</td></tr>')

document.write('<tr><td class="format"><img SRC="../images/loginbott.gif" WIDTH="136" HEIGHT="17"></td></tr>')

document.write('</table>')
document.write('</form>')
}