
// >>>>>>>>>>>>>>>>>>>>>>>>>> FUNZIONI >>>>>>>>>>>>>>>>>>>>>>>

function OpenWin( nome )	{
	window.open( nome + '.htm','','width=580,height=510,resizable=no,scrollbars=yes,left=50,top=50')
}
	
function goTo( nome )	{
	document.location = nome + '.php'
}
