/*********************************************** * 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 ["Parafia - dane kontaktowe", "http://siciny.pl/parafia---dane-kontaktowe.html",""], ["pogrzeb", "http://siciny.pl/pogrzeb.html",""], ["TEST", "http://siciny.pl/test2.html",""], ["TEST", "http://siciny.pl/test3.html",""], ["Zaproszenie na Wieczór Marcinowy 2013", "http://siciny.pl/zaproszenie-na-wieczor-marcinowy-2013.html",""], ["Brudnopis", "http://siciny.pl/brudnopis.html", ""], ["Aktualności", "http://siciny.pl/aktualnosci.html", ""], ["Bannery na górze strony", "http://siciny.pl/bannery-na-gorze-strony.html", ""], ["Nasza miejscowość", "http://siciny.pl/nasza-miejscowosc.html", ""], ["Parafia", "http://siciny.pl/parafia.html", ""], ["Szkoła", "http://siciny.pl/szkola.html", ""], ["Szkoły", "http://siciny.pl/szkoly.html", ""], ["Siciny", "http://siciny.pl/siciny.html", ""], ["Newsletter", "http://siciny.pl/newsletter.html", ""], ["Co? Gdzie? Kiedy?", "http://siciny.pl/co-gdzie-kiedy.html", ""], ["Skontaktuj się", "http://siciny.pl/skontaktuj-sie.html", ""], ["TEST", "http://siciny.pl/test1.html", ""], ["Kontakt z nami", "http://siciny.pl/kontakt.html",""], ["Szukaj w serwisie", "http://siciny.pl/szukaj.html",""], ]}; // REQUIRED!! do not edit or remove ////////////////////Stop Editing/////////////////