
  	function login(){
			document.form1.action="tyretoolcheck.php";
			document.form1.submit();
		}
		
		function logout(){
			document.form1.action="logout.php";
			document.form1.submit();
		}
		
		function init() {
			document.form1.userid.focus();
		}

