<!--

/*
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=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#0099FF";
hdrAlign="center"; // Item "Menu"
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#0099FF";
linkTarget="_top";
linkAlign="Center"; // Items in menu
barBGColor="#0099ff"; // Background color for "MENU"
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=12; // no quotes!!
barText="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]=["Meni"] //create header
ssmItems[1]=["Home", "index.htm", "_self"]
ssmItems[2]=["Vrh", "#Vrh","_self"]
ssmItems[3]=["Aranzmani", "#Aranzmani","_self"]
ssmItems[4]=["Bidermajeri", "#Bidermajeri", "_self"]
ssmItems[5]=["Korsazi", "#Korsazi", "_self"]
ssmItems[6]=["Svece", "#Svece", "_self"]
ssmItems[7]=["Automobili", "#Automobili", "_self"]
ssmItems[8]=["Ambijent", "#Ambijent", "_self"]

buildMenu();

//-->
