function Vota(url)
{
	window.open("http://www.iacosoft.com/votafile.asp?url=" + url, "votazione", "width=300,height=150");
	return;
}


function MailList()
{
	window.open("http://www.iacosoft.com/maillist.asp", "News", "width=400,height=200");
	return;
}

