function immagini() {
	w = 781;
	h = 547;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open('giro.html','memo','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no');
}
function premio(n) {
	w = 508;
	h = 682;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	if (l<0) l=0;
	if (t<0) t=0;
	newwindow = window.open('premio.php?n='+n,'memo2','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no');
}
function news(lang) {
	w = 800;
	h = 682;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	if (l<0) l=0;
	if (t<0) t=0;
	newwindow = window.open('news-'+lang+'.php','memo3','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=yes');
}
