function makeNewWindow(lingua)
{
windowFeatures = "top=0,left=0,resizable=yes,width="+(screen.width)+",height="+(screen.height);
if (lingua == 'hafro_ita') newWindow=window.open("http://www.hafro.it/index_ita.html","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
if (lingua == 'hafro_eng') newWindow=window.open("http://www.hafro.it/EN","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
if (lingua == 'geromin_ita') newWindow=window.open("http://www.geromin.it/index_ita.html","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
if (lingua == 'geromin_eng') newWindow=window.open("http://www.geromin.it/EN","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
if (lingua == 'relax_ita') newWindow=window.open("http://www.relaxsrl.com/index_ita.html","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
if (lingua == 'relax_eng') newWindow=window.open("http://www.relaxsrl.com/EN/index.html","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
if (lingua == 'saunavita_ita') newWindow=window.open("http://www.saunavita.com/index_ita.html","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
if (lingua == 'saunavita_eng') newWindow=window.open("http://www.saunavita.com/EN","",windowFeatures,"url=0","scrollbars=0","status=0","taskbar=0","toolbar=0")
newWindow.focus();
}
