
<!--


function WinAreaRis() {

	if (document.loginform.user.value == "") alert("Attenzione... Inserire Nome Utente");
	else if (document.loginform.pass.value == "") alert("Attenzione... Inserire Password");
	else
	{

	window.open("","AreaRiservata","width=796,height=540,directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,left=0,top=0")
	document.loginform.submit();

    location.reload();

	}

}


// -->
