/*********************************************** * 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 ["Strona główna", "http://strona.wijewo.pl/", ""], ["DEUTSCH", "http://strona.wijewo.pl/deutsch1.html",""], ["ENGLISH", "http://strona.wijewo.pl/english2.html",""], ["Gmina Wijewo", "http://strona.wijewo.pl/gmina-wijewo1.html",""], ["Mapa Gminy", "http://strona.wijewo.pl/mapa-gminy.html",""], ["Aktualności", "http://strona.wijewo.pl/aktualnosci.html", ""], ["Dialog Społeczny", "http://strona.wijewo.pl/dialog-spoleczny.html", ""], ["Fundusze EU", "http://strona.wijewo.pl/fundusze-eu.html", ""], ["Galerie zdjęć", "http://strona.wijewo.pl/galerie-zdjec.html", ""], ["Gazeta Wizja Lokalna", "http://strona.wijewo.pl/gazeta-wizja-lokalna.html", ""], ["Gospodarka", "http://strona.wijewo.pl/gospodarka.html", ""], ["Informator", "http://strona.wijewo.pl/informator.html", ""], ["Kultura", "http://strona.wijewo.pl/kultura.html", ""], ["Materiały reklamowe", "http://strona.wijewo.pl/materialy-reklamowe.html", ""], ["Oświata", "http://strona.wijewo.pl/oswiata.html", ""], ["Pomoc społeczna", "http://strona.wijewo.pl/pomoc-spoleczna.html", ""], ["Publikacje urzędowe", "http://strona.wijewo.pl/publikacje-urzedowe.html", ""], ["Sport", "http://strona.wijewo.pl/sport.html", ""], ["Turystyka", "http://strona.wijewo.pl/turystyka.html", ""], ["Twoje konto u nas", "",""], ["Zarejestruj się", "http://strona.wijewo.pl/user.php?register=yes", ""], ["Zaloguj się", "http://strona.wijewo.pl/user/", ""], ]}; // REQUIRED!! do not edit or remove ////////////////////Stop Editing/////////////////