function controllocampi(){
	
	if (document.frm.user.value.length==0 || document.frm.pass.value.length==0){
	   alert('Inserire nome utente e password!');
	   exit();
	}
	
	};
	
	
