<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAWIGACJA"; // <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]=["Podstawy genealogii", "http://republika.pl/niewiarowicz/gene_1.html", ""]
ssmItems[2]=["Historia poszukiwań", "http://republika.pl/niewiarowicz/niewiar.html",""]
ssmItems[3]=["DOKUMENTY", "http://republika.pl/niewiarowicz/papers.html", ""]
ssmItems[4]=["DRZEWO", "http://republika.pl/niewiarowicz/tree.html", "_new"]
ssmItems[5]=["Gdynia-dom z marzeń", "http://republika.pl/niewiarowicz/gdynia.htm", ""]
ssmItems[6]=["Pamiętnik A.Niewiarowicza 1870-VI.1897", "http://republika.pl/niewiarowicz/diary_1.html", "", 1, ] 
ssmItems[7]=["Pamiętnik A.Niewiarowicza-Chiny VII.1897-X.1898", "http://republika.pl/niewiarowicz/diary.html", "",1]
ssmItems[8]=["CMENTARZE", "http://republika.pl/niewiarowicz/cementary.html", ""]
ssmItems[9]=["FOTOGRAFIE", "http://republika.pl/niewiarowicz/photos.html", ""]
ssmItems[10]=["Ród Pękalskich", "http://republika.pl/niewiarowicz/ancestors.html", ""]
ssmItems[11]=["Rodzina Pade", "http://republika.pl/niewiarowicz/photos_pade.html", ""]
ssmItems[12]=["ŚMIERĆ, PRZEMIJANIE", "http://niewiarowicz.republika.pl/death_fil.html", ""]
ssmItems[13]=["INNE STRONY", "http://zbigkurzawa.cyberdusk.pl/", ""] 

buildMenu();

//-->