/* Questo script apre una finestra stretta con barra di scorrimento */
/* Serve per l'elenco degli anni                                    */
function openWin() 
{
	myWin= open("yeartab.htm", "finestra", 
	"width=250,height=300,scrollbars=yes");
}