/*********************************************** * Omni Slide Menu script - © John Davenport Scheuer * very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code * as first mentioned in http://www.dynamicdrive.com/forums * username:jscheuer1 * Dynamic PHP Content by Jacek Partyka, 2008-05-06 ***********************************************/ resizereinit=true; menu[1] = { id:'JSmenu', //use unique quoted id (quoted) REQUIRED!! fontsize:'100%', // express as percentage with the % sign linkheight:22 , // linked horizontal cells height hdingwidth:210 , // heading - non linked horizontal cells width user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu user_defined_markup:false, //if true, prevents script from generating markup for this menu design_mode:false, //if true, generates a report of the script generated/intended styles and markup (as a design aid) bartext:'ADMIN', // Finished configuration. Use default values for all other settings for this particular menu (menu[1]) /// menuItems:[ // REQUIRED!! //[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ["Menu"], //create header ["Władze Gminy", "http://wwwpepowo.halpress.eu//wladze-gminy1.html", ""], ["Gminny Ośrodek Kultury z Biblioteką", "http://wwwpepowo.halpress.eu//gminny-osrodek-kultury-z-biblioteka.html", ""], ["Podatki na 2017 rok", "http://wwwpepowo.halpress.eu//podatki-na-2017-rok.html", ""], ["Strona archiwalna", "http://wwwpepowo.halpress.eu//strona-archiwalna.html", ""], ["Zamówienia publiczne", "http://wwwpepowo.halpress.eu//zamowienia-publiczne.html", ""], ["BIP", "http://wwwpepowo.halpress.eu//bip.html", ""], ["e-Skrzynka Podawcza", "http://wwwpepowo.halpress.eu//e-skrzynka-podawcza.html", ""], ["Aktualności", "http://wwwpepowo.halpress.eu//aktualnosci.html", ""], ["O Gminie", "http://wwwpepowo.halpress.eu//o-gminie.html", ""], ["Punkty adresowe", "http://wwwpepowo.halpress.eu//punkty-adresowe.html", ""], ["System Informacji Przestrzennej", "http://wwwpepowo.halpress.eu//system-informacji-przestrzennej.html", ""], ["Jak załatwić sprawę? (Druki i formularze)", "http://wwwpepowo.halpress.eu//jak-zalatwic-sprawe-druki-i-formularze.html", ""], ["Praca urzędu", "http://wwwpepowo.halpress.eu//praca-urzedu.html", ""], ["Gospodarka", "http://wwwpepowo.halpress.eu//gospodarka.html", ""], ["Oświata", "http://wwwpepowo.halpress.eu//oswiata.html", ""], ["Kultura i Sport", "http://wwwpepowo.halpress.eu//kultura-i-sport.html", ""], ["Turystyka", "http://wwwpepowo.halpress.eu//turystyka.html", ""], ["Galeria", "http://wwwpepowo.halpress.eu//galeria.html", ""], ["RSS", "http://wwwpepowo.halpress.eu//rss.html", ""], ["Kontakt z nami", "http://wwwpepowo.halpress.eu//kontakt.html",""], ["Szukaj w serwisie", "http://wwwpepowo.halpress.eu//szukaj.html",""], ]}; // REQUIRED!! do not edit or remove ////////////////////Stop Editing/////////////////