// MENU ----------------------------------------------------------------------

function openRistorantiMenu(ristorante, selezione) {
	altezza=screen.availHeight-30;
	larghezza=screen.availWidth-10;
	menu=window.open('../_script/popups.php?tipo=menu&ristorante='+ristorante+'&goto='+selezione, 'AbbiamoCaroTé','height='+altezza+', width='+larghezza+', top=0, left=0, toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0');
	menu.document.close();
	menu.window.focus();
	}


// PROMO ----------------------------------------------------------------------

function openRistorantiPromo(ristorante, selezione) {
	altezza=   screen.availHeight-30;
	larghezza= ((screen.availWidth-10)<650)  ? (screen.availWidth-10)  : 650;
	promo=window.open('../_script/popups.php?tipo=promo&ristorante='+ristorante+'&goto='+selezione,'AbbiamoCaroTé','height='+altezza+', width='+larghezza+', top=0, left=0, toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0');
	promo.document.close();
	promo.window.focus();
	}


// FOTO ----------------------------------------------------------------------

function openRistorantiFoto(ristorante, selezione) {
	altezza=screen.availHeight-30;
	larghezza= ((screen.availWidth-10)<650)  ? (screen.availWidth-10)  : 650;
	foto=window.open('../_script/popups.php?tipo=foto&ristorante='+ristorante+'&goto='+selezione, 'AbbiamoCaroTé','height='+altezza+', width='+larghezza+', top=0, left=0, toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0');
	foto.document.close();
	foto.window.focus();
	}



// CHEF ----------------------------------------------------------------------

function openRistorantiChef(ristorante, selezione) {
	altezza=screen.availHeight-30;
	larghezza= ((screen.availWidth-10)<650)  ? (screen.availWidth-10)  : 650;
	foto=window.open('../_script/popups.php?tipo=chef&ristorante='+ristorante+'&goto='+selezione, 'AbbiamoCaroTé','height='+altezza+', width='+larghezza+', top=0, left=0, toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0');
	foto.document.close();
	foto.window.focus();
	}
