
/*var servhost = location.host;


var scrRes = screen.availWidth;


function loginOnLoad() {
	document.getElementById('usrname').value = '';
	document.getElementById('usrname').value = '';
	}
	*/
	

function getRes() {
	//if (scrRes >= 1152) {
		window.open('Login_Nav_WEB2.php','_parent','history=no');
		//alert("1");
	//} else if (scrRes < 1152 || scrRes >= 800) {
	//	window.open('Login_Nav_WEB2.php','_parent','history=no');
		//alert("2");
	//} else {
	//	window.open('Login_Nav_WEB3.php','_parent','history=no');
		//alert("3");
	//}
}

/*
function logOn() {
	var userInput = document.getElementById('usrname').value;
	var passInput = document.getElementById('paswd').value;
	xajax_cekLogin(userInput,passInput);
	}

function goLogin() {
	document.loginMaptrack.submit();
}
function goLogout1280() {
	open('Logout_Nav_WEB1.php','_parent','history=no');
}
function goLogout() {
	open('Logout_Nav_WEB2.php','_parent','history=no');
}
function goLogoutCell() {
	open('Logout_Nav_WEB3.php','_parent','history=no');
}*/
