		function checktxtName()
		{
			if(document.all("txtName").value =="")
			{
				alert("ÇëÌîÐ´µÇÂ½Ãû³Æ£¡£¡£¡");
				return false;
			}
			if(document.all("txtPass").value =="")
			{
				alert("ÇëÌîÐ´µÇÂ½ÃÜÂë£¡£¡£¡");
				return false;
			}
		}
		function serchtxtName()
		{
			if(document.all("txtSerch").value =="")
			{
				alert("ÇëÌîÐ´ËÑË÷¹Ø¼ü´Ê£¡£¡£¡");
				return false;
			}
			return true;
		}
