﻿<!--

/*
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]=["Newsy","http://kapa.pl/newsy/", "",1]
ssmItems[3]=["Galeria", "http://kapa.pl/galeria/", "",1]
ssmItems[4]=["Pobierz", "http://kapa.pl/pobierz/", "",1]
ssmItems[5]=["Forum", "http://forum.kapa.pl/", "",1]
ssmItems[6]=["Muza", "http://music.kapa.pl/", "",1]
ssmItems[7]=["Kapapedia","http://kapa.pl/wiki/", "", 1]
ssmItems[8]=["Webdesktop", "http://desktop.kapa.pl/", "",1]
ssmItems[9]=["Sztuczny", "http://sztuczny.kapa.pl/", "",1]
ssmItems[10]=["Tnij", "http://tnij.kapa.pl/", "", 1]

ssmItems[11]=["Kapy z NiConde"]
ssmItems[12]=["Masło czy Margaryna?", "http://kapa.pl/teksty/m_czy_m.html", "",1]
ssmItems[13]=["Następna Stacja...", "http://kapa.pl/teksty/masakracja.html", "",1]
ssmItems[14]=["Webmail", "http://poczta.kapa.pl/", "",1]
ssmItems[15]=["Wiersz Poranny Produkcyjny", "http://kapa.pl/teksty/wiersz.html", "",1]



buildMenu();

//-->






