function openWinCO(url) {
	w = 650;
	h = 400;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open('fotoO.php?num='+url,'_blank','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=no');
}
function openWinCV(url) {
	w = 400;
	h = 600;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open('fotoV.php?num='+url,'_blank','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=no');
}
function apriEventi() {
	w = 748;
	h = 510;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open('eventi.php','_blank','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no');
}
function apriEventiEn() {
	w = 748;
	h = 510;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open('eventi-en.php','_blank','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no');
}
function apriGuestbook() {
	w = 748;
	h = 510;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open('guestbook','_blank','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=yes');
}
function apriGen(url) {
	w = 950;
	h = 700;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open(url,'_blank','width='+w+',height='+h+',top='+t+',left='+l+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=yes');	
}