/*********************************************** * 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 ["Aktualności", "http://archiwum.borekwlkp.pl/aktualnosci.html", ""], ["Wybory Prezydenta RP", "http://archiwum.borekwlkp.pl/wybory-prezydenta-rp.html", ""], ["Spis Rolny 2020", "http://archiwum.borekwlkp.pl/spis-rolny-2020.html", ""], ["Deklaracja dostępności", "http://archiwum.borekwlkp.pl/deklaracja-dostepnosci.html", ""], ["Wieści boreckie", "http://archiwum.borekwlkp.pl/wiesci-boreckie.html", ""], ["Samorząd", "http://archiwum.borekwlkp.pl/samorzad.html", ""], ["Filmy o gminie", "http://archiwum.borekwlkp.pl/filmy-o-gminie.html", ""], ["O gminie", "http://archiwum.borekwlkp.pl/o-gminie.html", ""], ["Gospodarka", "http://archiwum.borekwlkp.pl/gospodarka.html", ""], ["Środowisko", "http://archiwum.borekwlkp.pl/srodowisko.html", ""], ["Oświata", "http://archiwum.borekwlkp.pl/oswiata.html", ""], ["Dzienniki urzędowe", "http://archiwum.borekwlkp.pl/dzienniki-urzedowe.html", ""], ["Ochrona Danych Osob.", "http://archiwum.borekwlkp.pl/ochrona-danych-osob.html", ""], ["100 lecie Niepodległości", "http://archiwum.borekwlkp.pl/100-lecie-niepodleglosci.html", ""], ["Praca", "http://archiwum.borekwlkp.pl/praca.html", ""], ["Kalendarz imprez '2016", "http://archiwum.borekwlkp.pl/kalendarz-imprez-2016.html", ""], ["Bannery", "http://archiwum.borekwlkp.pl/bannery.html", ""], ["RSS", "http://archiwum.borekwlkp.pl/rss.html", ""], ]}; // REQUIRED!! do not edit or remove ////////////////////Stop Editing/////////////////