function newWin(page, x, y, scroll) {
	OpenWin = this.open(page, "CaffePizerriaVinice", "width=" + x + ",height=" + y + ", toolbar=no,menubar=no,location=no,status=no,scrollbars=" + scroll +",resizable=no");
}
