<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=5;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="navy"; //tlo naglowka menu pq
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15"; //wysokosc naglowkow menu pq
linkFontFamily="verdana";
linkFontSize="1";
linkBGColor="#cccccc";
linkOverBGColor="white"; //podswietlone menu pq
linkTarget="_top";
linkAlign="center";
barBGColor="navy"; //kolor tla nazwy calego menu pq
barFontFamily="verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Strona główna", "main.htm", "main"]
ssmItems[2]=["Dyrekcja", "dyrekcja.htm", "main"]
ssmItems[3]=["Oddziały i pracownie", "oddzialy.htm", "main"]
ssmItems[4]=["Przychodnia", "przychodnia.htm", "main"]
ssmItems[5]=["Informacje dla pacjentów", "info_dla_pacjentow.htm", "main"]
ssmItems[6]=["Patron", "patron.htm", "main"]
ssmItems[7]=["Zamówienia publiczne", "zampubl.htm", "main"] 
ssmItems[8]=["Schemat organizacyjny", "Schemat.htm", "main"] //,1
ssmItems[9]=["Lokalizacja", "mapa.htm", "main"]
ssmItems[10]=["Linki", "", ""]
ssmItems[11]=["NFZ", "http://www.nfz-bydgoszcz.pl/", "_new"]
ssmItems[12]=["AIDS", "http://www.aids.gov.pl/", "_new"]
ssmItems[13]=["BIP", "http://www.biuletyn.abip.pl/wsoz-bydgoszcz/", "_new"]
ssmItems[14]=["Kontakt", "", ""]
ssmItems[15]=["WSOZ", "kontakt.htm", "main"]
ssmItems[16]=["Webmaster", "mailto:informatyk@wsoz.pl", "_new"]
      
buildMenu();

//-->
