function makeNewWindow(lingua)
{
windowFeatures = "top=0,left=0,resizable=yes,width="+(screen.width)+",height="+(screen.height);
if (lingua == 'ita') newWindow=window.open("index_ita.htm","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
// if (lingua == 'eng') newWindow=window.open("EN/index.html","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
newWindow.focus();
}
