<!--
function sito(URL) 
{
 finestra = window.open(URL,"","menubar=no,toolbar=no,status=yes,"+
  "scrollbars=yes,resizable=yes,width=500,height=400,top=40,left=100");
}
//-->

