var menu_data = {
	lang: {
		items: [
			{ title: "English", url: "http://www.tallemu.com" },
			{ title: "Italian", url: "http://ita.tallemu.com" },
			{ title: "Russian", url: "http://rus.tallemu.com" },
			{ title: "French", url: "http://fra.tallemu.com" },
			{ title: "Czech", url: "http://cz.tallemu.com" },
			{ title: "German", url: "http://www.tallemu.de" }
		]
	}
};

