/* 
------------------------------------------------------------
	Configurazione opzioni menu IFA
	
	Data: 31-01-2006
------------------------------------------------------------
*/

var MENU_ITEMS_EN = [
	 ['HOME', 'index.html', null,
         ],
   ['RISTORANTE BERGAMO', 'ristorante-bergamo.html', null,
         ],
   ['RISTORANTE PORTOROTONDO', 'ristorante-portorotondo.html', null,
         ],
  ['MENU', null, null,
      ['IL MENÚ', 'menu.html', null],
	    ['I NOSTRI PIATTI', 'piatti.html', null],
	    ['I NOSTRI VINI', 'vini.html', null],
         ],
   ['EVENTI', 'eventi.html', null,
         ],
  ['STAMPA', 'stampa.html', null,
         ],

	 ['CONTATTI', 'contatti.html', null],
	      ];
