﻿<!--

/*
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="#ffffff";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#f9f9f9";
linkOverBGColor="#cccccc";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="000000";
barVAlign="center";
barWidth=10; // 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]=["Kapa Główna"] //create header
ssmItems[1]=["Chome", "http://kapa.pl/", "", 1]
ssmItems[2]=["Forum","http://forum.kapa.pl/", "",1]
ssmItems[3]=["Kapapedia","http://wiki.kapa.pl/", "", 1]

ssmItems[4]=["Kapy z NiConde"]
ssmItems[5]=["Webdesktop", "http://desktop.kapa.pl/", "",1]
ssmItems[6]=["Tnij", "http://tnij.kapa.pl/", "", 1]
ssmItems[7]=["Webmail", "http://poczta.kapa.pl/", "",1]
ssmItems[8]=["Muza", "http://music.kapa.pl/", "",1]
ssmItems[9]=["Sztuczny", "http://sztuczny.kapa.pl/", "",1]


buildMenu();

//-->





