<!--
function mousesopra(oggetto)
{
	with(oggetto.style)
	{
		cursor="hand";
		color="#99001A";
	}
}
function mousefuori(oggetto)
{
	with(oggetto.style)
	{
		cursor="default";
		color="#000099";
	}
}
function Popup(apri)
{
	var h= Math.floor((screen.height-200)/2);
	var w= Math.floor((screen.width-750)/2);var 
	stile="top=10, left=10, width=750, height=115, status=no, menubar=no, toolbar=no, scrollbars=yes, resizable=yes";

	window.open(apri,"",stile+",top="+h+", left="+w);
}
//-->

