/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us','about_us.html', {'tw' : ''},
	 ['Holidays in Europe','europe_holidays.php', {'tw' : ''}],
	 ['Media','media.html', {'tw' : ''}],
	 ['Testimonials','testimonials.html', {'tw' : ''}],
	],
	['Why Poland?','why_poland.html', {'tw' : ''},
	 ['Gallery','gallery.html', {'tw' : ''}],
	 ['Videos','http://www.sunshineworldpoland.com/html/ski_poland_video.php', {'tw' : ''}],
	 ['Piste Maps','piste_maps.html', {'tw' : ''}],
	 ['Academy','academy.html', {'tw' : ''}],
	 ['How to Get There','location.html', {'tw' : ''}],
	 ['Latest News in Poland','latest_news_in_poland.html', {'tw' : ''}],
	],
	['Destinations','destinations.html', {'tw' : ''},
	['Zakopane','destinations.html#zakopane', {'tw' : ''}],
	['Krakow','destinations.html#krakow', {'tw' : ''}],
	['Warsaw','destinations.html#warsaw', {'tw' : ''}],
	['Kolobrzeg','destinations.html#kolobrzeg', {'tw' : ''}], 
	['Wroclaw','destinations.html#wroclaw', {'tw' : ''}],
	['Poznan','destinations.html#poznan', {'tw' : ''}],
	['Wieliczka','destinations.html#wieliczka ', {'tw' : ''}],
	['Krynica','destinations.html#krynica', {'tw' : ''}],
	['Oswiecim (for Auschwitz museum)','destinations.html#oswiecim', {'tw' : ''}],
	],
	['Hotels','hotels.html', {'tw' : ''},
	  ['Zakopane','http://sunshineworldpoland.com/html/hotels.htm', {'tw' : '_blank'}],
	  ['Krakow','krakow_hotels.html', {'tw' : ''}],
	  ['Kolobrzeg','kolobrzeg_hotels.html', {'tw' : ''}],
	  ['Wroclaw','wroclaw_hotels.html', {'tw' : ''}],
	  ['Poznan','poznan_hotels.html', {'tw' : ''}],
	  ['Oswiecim (for Auschwitz museum)','Oswiecim_(for_Auschwitz_museum)_hotels.html', {'tw' : ''}],
	],
	['Packages','all_inclusive.html', {'tw' : ''},
	 ['Summer','tours_summer.php', {'tw' : ''}],
	 ['Winter','tours.php', {'tw' : ''}],
	 ['Northern Poland','north_poland_tour.php', {'tw' : ''}],
	 ['Warsaw City','warsaw_city_tour.php', {'tw' : ''}],
	],
	['Gallery','gallery.html', {'tw' : ''},
	],
	['Contact/Booking','contact_us.php', {'tw' : ''},
	['FAQs','faq.html', {'tw' : ''}],
	['Booking','book.html', {'tw' : ''}],
	['Terms','terms.html', {'tw' : ''}],
	],
];