functionfnRead(jID){document.frm.hdnid.value=jID;document.frm.submit();returntrue;}functionfnRead_Book(jID){document.frm.hdnid.value=jID;document.frm.action="book.php";document.frm.submit();returntrue;}
function fnLogin(){
	if(!fnError("frm","txtusername","PleaseenterUsername.",""))
	returnfalse;
	if(!fnError("frm","txtpwd","PleaseenterPassword.",""))
	returnfalse;
	document.frm.action="chklogin.php";
	}
	
	function fnLogin1(){
		alert("sf");
	if(!fnError("frm","txtusername","PleaseenterUsername.",""))
	returnfalse;
	if(!fnError("frm","txtpwd","PleaseenterPassword.",""))
	returnfalse;
	document.frm.action="chklogin.php";
	}