function OpenW(theURL,nomefin,largh,alt)
{
window.open(theURL,nomefin,'top=200,left=200,width='+largh+',height='+alt+',menubar=no,toolbar=yes,scrollbars=yes,resizable=no,location=no,status=yes,directories=no')
}
