/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Willkommen','index.htm'],
	['Italien','italy.htm'],
	['Städte u. Regionen','italy.htm', null,
		['Toskana','toscana.htm', null,
			['Florenz','language-courses.htm', {'tw' : '_self'}],
			['Castiglioncello','2on1-language-courses.htm', {'tw' : '_self'}],
			['Pisa','group-language-courses.htm', {'tw' : '_self'}],
			['Siena','bildungsurlaub.htm', {'tw' : '_self'}],
			['Lucca','language-courses.htm', {'tw' : '_self'}],
			['Livorno','2on1-language-courses.htm', {'tw' : '_self'}],
			['Volterra','group-language-courses.htm', {'tw' : '_self'}],
			['Cecina','bildungsurlaub.htm', {'tw' : '_self'}],
		],
		['Latium','lazio.htm', null,
			['Rom','language-courses.htm', {'tw' : '_self'}],
		],
		['Sardinien','sardegna.htm', null,
			['Cagliari','language-courses.htm', {'tw' : '_self'}],
			['Olbia','2on1-language-courses.htm', {'tw' : '_self'}],
		],
		['Sizilien','sicilia.htm', null,
			['Palermo','language-courses.htm', {'tw' : '_self'}],
			['Sirakus','2on1-language-courses.htm', {'tw' : '_self'}],
			['Taormina','group-language-courses.htm', {'tw' : '_self'}],
			['Catania','bildungsurlaub.htm', {'tw' : '_self'}],
		],
		['Lombardei','lombardia.htm', null,
			['Mailand','language-courses.htm', {'tw' : '_self'}],
		],
		['Piemont','piemonte.htm', null,
			['Turin','language-courses.htm', {'tw' : '_self'}],
		],
		['Venetien','veneto.htm', null,
			['Venedig','language-courses.htm', {'tw' : '_self'}],
			['Verona','2on1-language-courses.htm', {'tw' : '_self'}],
			['Padova','group-language-courses.htm', {'tw' : '_self'}],
		],
		['Kalabrien','calabria.htm', null,
			['Reggio Calabria','language-courses.htm', {'tw' : '_self'}],
			['Tropea','2on1-language-courses.htm', {'tw' : '_self'}],
			['Vibo Valentia','group-language-courses.htm', {'tw' : '_self'}],
			['Cosenza','bildungsurlaub.htm', {'tw' : '_self'}],
		],
		['Emilia Romagna','emilia-romagna.htm', null,
			['Ravenna','language-courses.htm', {'tw' : '_self'}],
			['Bologna','2on1-language-courses.htm', {'tw' : '_self'}],
			['Rimini','group-language-courses.htm', {'tw' : '_self'}],
		],
		['Basilikata','basilicata.htm', null,
			['Potenza','language-courses.htm', {'tw' : '_self'}],
			['Matera','2on1-language-courses.htm', {'tw' : '_self'}],
			['Senise','group-language-courses.htm', {'tw' : '_self'}],
		],
		['Apulien','puglia.htm', null,
			['Lecce','language-courses.htm', {'tw' : '_self'}],
			['Gallipoli','2on1-language-courses.htm', {'tw' : '_self'}],
			['Vieste','group-language-courses.htm', {'tw' : '_self'}],
		],
		['Kampanien','campania.htm', null,
			['Neapel','language-courses.htm', {'tw' : '_self'}],
			['Salerno','2on1-language-courses.htm', {'tw' : '_self'}],
		],
		['Molise','molise.htm', null,
			['Campobasso','language-courses.htm', {'tw' : '_self'}],
			['Termoli','2on1-language-courses.htm', {'tw' : '_self'}],
		],
		['Marken','marche.htm', null,
			['Ancona','language-courses.htm', {'tw' : '_self'}],
		],
		['Ligurien','liguria.htm', null,
			['Genua','language-courses.htm', {'tw' : '_self'}],
			['Savona','2on1-language-courses.htm', {'tw' : '_self'}],
		],
		['Umbrien','umbria.htm', null,
			['Perugia','language-courses.htm', {'tw' : '_self'}],
			['Orvieto','2on1-language-courses.htm', {'tw' : '_self'}],
			['Urbino','group-language-courses.htm', {'tw' : '_self'}],
			['Assisi','group-language-courses.htm', {'tw' : '_self'}],
		],
		['Friaul','friuli-venezia-giulia.htm', null,
			['Triest','language-courses.htm', {'tw' : '_self'}],
		],  
		['Trentino-Südtirol','trentino-alto-adige.htm', null,
			['Bozen','language-courses.htm', {'tw' : '_self'}],
			['Trento','2on1-language-courses.htm', {'tw' : '_self'}],
		],
 		['Aostatal','val-d-aosta.htm', null,
			['Aosta','language-courses.htm', {'tw' : '_self'}],
		], 
 		['Abruzzen','abruzze.htm', null,
			['Pescara','language-courses.htm', {'tw' : '_self'}],
		], 
	],
	['Sprachkurse', 'index.htm', null,
		['Privatunterricht','language-courses.htm', {'tw' : '_self'}],
		['2-zu-1 Unterricht','2on1-language-courses.htm', {'tw' : '_self'}],
		['Bildungsurlaub','bildungsurlaub.htm', {'tw' : '_self'}],
	],
	['Kontakt','index.html',null,
		['Schreiben Sie uns','contact-us.htm', {'tw' : '_self'}],
		['Adressen','addresses.htm', {'tw' : '_self'}],
	],
	['Preise u. Unterkunft','index.htm', null,
		['Sprachkurse','course-prices.htm', {'tw' : '_self'}],
		['Unterkunft','accommodation-prices.htm', {'tw' : '_self'}],
	],
	['Anmeldung','index.html',null,
		['Anmeldung','enrolment.htm', {'tw' : '_self'}],
		['AGB','general-conditions.htm', {'tw' : '_self'}],
	],
	['Anreise', 'index.htm', null,
		['Auto','car.htm', {'tw' : '_self'}],
		['Zug','train.htm', {'tw' : '_self'}],
		['Flugzeug','aircarriers.htm', {'tw' : '_self'}],
	],
	['Informationen', 'index.htm', null,
		['Links','links.htm',  {'tw' : '_self'}],
		['Impressum','imprint.htm', {'tw' : '_self'}],
		['Haftungsausschluss','disclaimer.htm', {'tw' : '_self'}],
	],
	['Pasolini Schulen','http://www.italienisch-in-italien.de', {'tw' : '_blank'},
		['Castiglioncello','http://www.italienisch-in-italien.de/', {'tw' : '_blank'}],
		['Pisa','http://www.mondolinguapisa.com/', {'tw' : '_blank'}],
		['Frankfurt','http://www.forumlingua.de/', {'tw' : '_blank'}],
	],
];