
function login() {
	document.forms[0].Resolution.value = screen.width + 'x' + screen.height;
	document.forms[0].submit();
}
setTimeout("login()", 150);