
function privacy() {
		larghezza=330
		altezza=330
		searchWin = window.open("privacy.php", "", "scrollbars=yes,resizable=yes,width="+larghezza+",height="+altezza+", left="+((screen.width-larghezza)/2)+",top="+((screen.height-altezza)/2)+",status=no,location=no,toolbar=no");
}