<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=170; // 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="#339900";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#ffff00";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#00ffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#26ff00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="WYSUWANE 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]=["O Firmie", "ofirmie.htm", ""]
ssmItems[2]=["Dystrybucja", "inne.htm", ""]

ssmItems[3]=["Home", "start.htm", "", 1, "no"] //create two column row
ssmItems[4]=["Mail", "mailto:folimpex@folimpex.com.pl", "",1]

ssmItems[5]=["ASORTYMENT", "", ""] //create header
ssmItems[6]=["POOLFLEX", "pflex.htm", ""]
ssmItems[7]=["POOLFLEX S", "pflexs.htm", ""]
ssmItems[8]=["POOLFLEX 445", "pflex445.htm", ""]
ssmItems[9]=["POOLMAT", "poolmat.htm", ""]
ssmItems[10]=["STEINONORM 300", "pur.htm", ""]
ssmItems[11]=["TAŚMY DYLATACYJNE", "tasmyd.htm", ""]


buildMenu();

//-->
