<!--

/*
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=20 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=90; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="arial";
linkFontSize="2";
linkFontColor="white";
linkBGColor="#ffffff";
linkOverBGColor="#aeaeae";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="FMT"; // <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]=["www.fmt.si", "http://www.fmt.si/index.php", ""]
ssmItems[1]=["", "http://www.fmt.si/index.php", ""]
ssmItems[2]=["asia - random", "http://www.fmt.si/asia1.php", ""]
ssmItems[3]=["asia - stories", "http://www.fmt.si/asia2.php",""]
ssmItems[4]=["people", "http://www.fmt.si/people.php", ""]
ssmItems[5]=["abstract", "http://www.fmt.si/abstract.php", "_new"]
ssmItems[6]=["macro", "http://www.fmt.si/macro.php", ""]
ssmItems[7]=["balkan", "http://www.fmt.si/balkan.php", ""]
ssmItems[8]=["around", "http://www.fmt.si/around.php", ""]
ssmItems[9]=["", "http://www.fmt.si/index.php", ""]
ssmItems[10]=["latest", "http://www.fmt.si/latest.php", ""]


buildMenu();

//-->
