function ctrl(){
	if((document.log.user.value!="")&&(document.log.psw.value!="")){
		document.log.submit();
	}else{
		alert("Please, correctly fill in all the fields!");
	}
}
