/*********************************************** * 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 ["RSS", "http://old.powiatgora.pl/rss.html", ""], ["NAGŁOWEK STRONY", "http://old.powiatgora.pl/naglowek-strony.html", ""], ["Aktualności", "http://old.powiatgora.pl/aktualnosci.html", ""], ["Nasz powiat", "http://old.powiatgora.pl/nasz-powiat.html", ""], ["Władze Powiatu", "http://old.powiatgora.pl/wladze-powiatu.html", ""], ["Starostwo Powiatowe", "http://old.powiatgora.pl/starostwo-powiatowe.html", ""], ["Fanpage Powiatu Górowskiego", "http://old.powiatgora.pl/fanpage-powiatu-gorowskiego.html", ""], ["BIP - Powiat Górowski", "http://old.powiatgora.pl/bip---powiat-gorowski.html", ""], ["Jednostki organizacyjne", "http://old.powiatgora.pl/jednostki-organizacyjne.html", ""], ["Służby, inspekcje i straże", "http://old.powiatgora.pl/sluzby-inspekcje-i-straze.html", ""], ["Zamówienia publiczne i przetargi", "http://old.powiatgora.pl/zamowienia-publiczne-i-przetargi.html", ""], ["Org. pozarządowe", "http://old.powiatgora.pl/org-pozarzadowe.html", ""], ["Geoportal", "http://old.powiatgora.pl/geoportal.html", ""], ["Galeria zdjęć", "http://old.powiatgora.pl/galeria-zdjec.html", ""], ["Elektroniczna skrzynka podawcza", "http://old.powiatgora.pl/elektroniczna-skrzynka-podawcza.html", ""], ["Pomoc prawna", "http://old.powiatgora.pl/pomoc-prawna.html", ""], ["Pomocne linki", "http://old.powiatgora.pl/pomocne-linki1.html", ""], ["Prognoza pogody", "http://old.powiatgora.pl/prognoza-pogody.html", ""], ["Kalendarz", "http://old.powiatgora.pl/kalendarz.html",""], ]}; // REQUIRED!! do not edit or remove ////////////////////Stop Editing/////////////////