<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=176; // no quotes!!
XOffset=5;
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="#f1383e";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="NAVIGACIJA"; // <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]=["O nama", "about.php?language=1", ""]
ssmItems[2]=["Tehni&#269ka podr&#353ka", "support.php?language=1",""]
ssmItems[3]=["Transporteri", "products_transport.php?language=1", ""]
ssmItems[4]=["Spojnice", "products_coupling.php?language=1", ""]
ssmItems[5]=["Galovi lanci", "products_roller.php?language=1", ""]
ssmItems[6]=["<b>Novosti</b>", "news.php?language=1", ""]
ssmItems[7]=["Kontakt", "contact.php?language=1", ""]

ssmItems[8] = ["Externi Linkovi", "", ""] //create header
ssmItems[9] = ["Rexnord Flattop Europe", "http://www.rexnordflattop.com", "_new"]
ssmItems[10]= ["Rexnord Galovi Lanci", "http://www.rexnord.de", "_new"]
ssmItems[11]= ["Rexnord Spojnice", "http://www.rexnord.com", "_new"]
ssmItems[12]= ["P&#233csi Conti-Trade", "http://www.pecsiconti.com", "_new"]
ssmItems[13]= ["Prva strana", "", ""]
ssmItems[14]= ["Home", "index.php", ""]

buildMenu();

//-->