function openMain(strurl) {
	grandezza=screen.width-10;
	altezza=screen.height-56;
	//settaggio='top=0,left=0,statusbar,height='+altezza+', width='+grandezza;
	settaggio='fullscreen';
 	newWin = window.open('index2.php', 'Luminara', settaggio);
	newWin.moveTo(0,0);
	newWin.focus();
}

function openMain_en(strurl) {
	grandezza=screen.width-10;
	altezza=screen.height-56;
	//settaggio='top=0,left=0,statusbar,height='+altezza+', width='+grandezza;
	settaggio='fullscreen';
 	newWin = window.open('en/index2.php', 'Luminara', settaggio);
	newWin.moveTo(0,0);
	newWin.focus();
}
