function a(kr)
{

if((kr.a1.value=="harbour") && (kr.a2.value=="view"))	location="popmailchecker.htm";

else	alert("Access Denied");
	
}
