/**
 * @author markus
 */
function showAlert(){
	alert('Login failed. Username or password incorrect.');
}
function setFocus(){ 
	document.forms[0].user.focus();
}

