<!--

/*
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=50; // 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="#4167B1";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=350; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#4167B1";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#4167B1";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=50; // no quotes!!
barText="GLAVNI MENI"; // <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]=["USLUGE I PROIZVODI"] //create header
ssmItems[1]=["KUHINJE", "kuhinje.htm", ""]
ssmItems[2]=["STOLOVI", "stolovi.htm",""]
ssmItems[3]=["KREVETI", "kreveti.htm", ""]
ssmItems[4]=["PLAKARI", "plakari.htm", ""]
ssmItems[5]=["POLICE I TV POLICE", "police.htm", ""]
ssmItems[6]=["KOMODE", "komode.htm", ""]
ssmItems[7]=["BIBLIOTEKE", "biblioteke.htm", ""]
ssmItems[8]=["CIPELARNICI", "cipelarnici.htm", ""]

ssmItems[9]=["NASLOVNA", "index.htm", "", 1, "no"] //create two column row
ssmItems[10]=["KONTAKT", "kontakt.htm", "",1]

ssmItems[11]=["INFORMACIJE"] //create header
ssmItems[12]=["USLOVI KUPOVINE PREKO KREDITA", "krediti.htm", ""]

buildMenu();

//-->