<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=50 // no quotes!!
waitTime=30; // 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=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="navy";
hdrBGColor="#FFFFFF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontStyle="bold"
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="center";
barBGColor="#FFFFFF";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="c3c3c3";
barVAlign="center";
barWidth=15; // 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]=["MENU"] //create header
ssmItems[1]=["CEL KURSU", "index.php?dzial=cel_kursu", ""]
ssmItems[2]=["PROGRAM", "index.php?dzial=program",""]
ssmItems[3]=["ZAPISY", "index.php?dzial=zapisy", ""]
ssmItems[4]=["REZERWACJA MIEJSCA", "index.php?dzial=rezerwacja", ""]
ssmItems[5]=["REFERENCJE", "index.php?dzial=referencje", ""]
ssmItems[6]=["O NAS", "index.php?dzial=o_nas", ""]
ssmItems[7]=["HOME", "index.php?dzial=home", ""]
ssmItems[8]=["EUROGRUPA.PL", "http://www.eurogrupa.pl", "_blank"]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

//ssmItems[9]=["External Links", "", ""] //create header
//ssmItems[10]=["JavaScript Kit", "http://www.javascriptkit.com", ""]
//ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[12]=["Coding Forums", "http://www.codingforums.com", ""]

buildMenu();

//-->
