<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=300; // 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="666666";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=70; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#666666";
hdrAlign="left";
hdrVAlign="bottom";
hdrHeight="12";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#cc0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#666666";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=22; // no quotes!!
barText=" VSTUPENKY "; // <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]=["<IMG SRC='images/ikona_goticket.png' width='38' height='34'>"] //create header
ssmItems[1]=["Divadlo", "zoznam_divadiel.asp", ""]
ssmItems[2]=["Hudba", "akcie_hudba.asp", ""]
ssmItems[3]=["Festival", "akcie_festival.asp", ""]
ssmItems[4]=["Kino", "akcie_kino.asp", ""]
ssmItems[5]=["Muzikál", "akcie_muzikal.asp", ""]
ssmItems[6]=["Show", "akcie_show.asp", ""]
ssmItems[7]=["Šport", "akcie_sport.asp", ""]
//ssmItems[8]=["", "", ""]
//ssmItems[9]=["", "", ""]



//ssmItems[7]=["FAQ", "faq.asp", "", 1, "no"] //vytvori dva stlpce
//ssmItems[8]=["KONTAKT", "/kontakt.asp", "",1]

buildMenu();

//-->
