/*********************************************** * 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://strona.piaski-wlkp.pl/aktualnosci.html", ""], ["Filmy", "http://strona.piaski-wlkp.pl/filmy.html", ""], ["Gospodarka", "http://strona.piaski-wlkp.pl/gospodarka.html", ""], ["Kącik Malucha", "http://strona.piaski-wlkp.pl/kacik-malucha.html", ""], ["Kultura", "http://strona.piaski-wlkp.pl/kultura.html", ""], ["Media lokalne", "http://strona.piaski-wlkp.pl/media-lokalne.html", ""], ["NGO", "http://strona.piaski-wlkp.pl/ngo.html", ""], ["O gminie", "http://strona.piaski-wlkp.pl/o-gminie.html", ""], ["Ochrona środowiska", "http://strona.piaski-wlkp.pl/ochrona-srodowiska.html", ""], ["Ogłoszenia", "http://strona.piaski-wlkp.pl/ogloszenia.html", ""], ["Oświata", "http://strona.piaski-wlkp.pl/oswiata.html", ""], ["Sport", "http://strona.piaski-wlkp.pl/sport.html", ""], ["Turystyka", "http://strona.piaski-wlkp.pl/turystyka.html", ""], ["Twój komputer", "http://strona.piaski-wlkp.pl/twoj-komputer.html", ""], ["Unia Europejska", "http://strona.piaski-wlkp.pl/unia-europejska.html", ""], ["Zdrowie i bezpieczeństwo", "http://strona.piaski-wlkp.pl/zdrowie-i-bezpieczenstwo.html", ""], ["Twoje konto u nas", "",""], ["Zarejestruj się", "http://strona.piaski-wlkp.pl/user.php?register=yes", ""], ["Zaloguj się", "http://strona.piaski-wlkp.pl/user/", ""], ]}; // REQUIRED!! do not edit or remove ////////////////////Stop Editing/////////////////