if (TransMenu.isSupported()) {
				TransMenu.updateImgPath('http://eturystyka.org/modules/ja_transmenu/');
				var ms = new TransMenuSet(TransMenu.direction.down, 0, 3, TransMenu.reference.bottomLeft);
				TransMenu.subpad_x = 0;
				TransMenu.subpad_y = 0;

			var tmenu82 = ms.addMenu(document.getElementById("menu82"));
tmenu82.addItem("<b>Wyjady zorganizowane</b>", "http://eturystyka.org/oferty/section,210/", 0, 0);
tmenu82.addItem("<b>Noclegi</b>", "http://eturystyka.org/oferty/section,150/", 0, 0);
tmenu82.addItem("<b>Kursy / szkolenia / kluby</b>", "http://eturystyka.org/oferty/section,166/", 0, 0);
tmenu82.addItem("<b>Wypo&#380;yczalnie / czartery</b>", "http://eturystyka.org/oferty/section,176/", 0, 0);
tmenu82.addItem("<b>Przystanie</b>", "http://eturystyka.org/oferty/section,165/", 0, 0);
tmenu82.addItem("<b>W&#281;dkarstwo / &#322;owiska</b>", "http://eturystyka.org/oferty/section,188/", 0, 0);
tmenu82.addItem("<b>Gastronomia</b>", "http://eturystyka.org/oferty/section,172/", 0, 0);
tmenu82.addItem("<b>Wypoczynek rodzinny</b>", "http://eturystyka.org/oferty/section,200/", 0, 0);
var tmenu56 = ms.addMenu(document.getElementById("menu56"));
tmenu56.addItem("<b>Mazury</b>", "http://eturystyka.org/content/section/14/54/", 0, 0);
tmenu56.addItem("<b>Pojezierze I&#322;awskie</b>", "http://eturystyka.org/content/section/33/412/", 0, 0);
tmenu56.addItem("<b>Przewodnik po wojew&#243;dztwach</b>", "http://eturystyka.org/content/section/20/66/", 0, 0);
var tmenu57 = ms.addMenu(document.getElementById("menu57"));
tmenu57.addItem("<b>Europa</b>", "http://eturystyka.org/content/section/7/47/", 0, 0);
tmenu57.addItem("<b>Afryka</b>", "http://eturystyka.org/content/section/9/48/", 0, 0);
tmenu57.addItem("<b>Ameryka Po&#322;udniowa</b>", "http://eturystyka.org/content/section/11/50/", 0, 0);
tmenu57.addItem("<b>Ameryka P&#243;&#322;nocna</b>", "http://eturystyka.org/content/section/10/49/", 0, 0);
tmenu57.addItem("<b>Azja", "http://eturystyka.org/content/section/8/53/", 0, 0);
var tmenu102 = ms.addMenu(document.getElementById("menu102"));
tmenu102.addItem("<b>Podr&#243;&#380;e samochodem</b>", "http://eturystyka.org/content/category/120/102/", 0, 0);
tmenu102.addItem("<b>Wakacyjne wydatki</b>", "http://eturystyka.org/content/category/65/102/", 0, 0);
tmenu102.addItem("<b>Przepisy wizowe i paszportowe</b>", "http://eturystyka.org/content/category/61/102/", 0, 0);
tmenu102.addItem("<b>Zdrowie w podr&#243;&#380;y</b>", "http://eturystyka.org/content/category/49/102/", 0, 0);
tmenu102.addItem("<b>Zakupy</b>", "http://eturystyka.org/content/category/117/102/", 0, 0);
var tmenu395 = ms.addMenu(document.getElementById("menu395"));
tmenu395.addItem("<b>SPA &amp; Wellness</b>", "http://eturystyka.org/content/category/112/395/", 0, 0);
tmenu395.addItem("<b>Agroturystyka</b>", "http://eturystyka.org/content/category/111/395/", 0, 0);
tmenu395.addItem("<b>Survival - Szko&#322;y Przetrwania</b>", "http://eturystyka.org/content/category/32/118/395/", 0, 0);

				document.getElementById("menu191").onmouseover = function() {
					ms.hideCurrent();
				}
				
				document.getElementById("menu101").onmouseover = function() {
					ms.hideCurrent();
				}
				
				document.getElementById("menu427").onmouseover = function() {
					ms.hideCurrent();
				}
				
				TransMenu.renderAll();
			}
			init1=function(){TransMenu.initialize();}
			if (window.attachEvent) {
				window.attachEvent("onload", init1);
			}else{
				TransMenu.initialize();			
			}