<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=270; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=230; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#7D0404";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFF8C9";
linkOverBGColor="#D8C693";
linkTarget="_top";
linkAlign="left";
barBGColor="#7D0404";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="top";
barWidth=20; // no quotes!!
barText='MENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr('Menu');
addItem("Strona główna", "http://www.effatha.org.pl", "");
addItem("Effatha", "http://www.effatha.org.pl", "");
addItem("Sekty i nowe ruchy religijne", "http://www.effatha.org.pl", "");
addItem("Zagrożenia wiary", "http://www.effatha.org.pl", "");
addItem("Apologetyka", "http://www.effatha.org.pl", "");
addItem("Potrzebujesz pomocy?", "http://www.effatha.org.pl", "");
addItem("Czytelnia", "http://www.effatha.org.pl", "");
addItem("Katalog stron", "http://www.effatha.org.pl", "");
buildMenu();

//-->

//-->
