<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=280; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="solid yellow";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="yellow";
linkOverBGColor="magenta";
linkTarget="_top";
linkAlign="Left";
barBGColor="cyan";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="Tekstovni menu"; // <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]=["<big><font face='Times New Roman'>M e n u</font></big>"]
ssmItems[1]=[" ",""]
ssmItems[2]=["Ptiči", "http://www.pbs.org/lifeofbirds"]
ssmItems[3]=["Mačke                 ", "http://cats.about.com/"]
ssmItems[4]=["Psi                   ", "http://www.akc.org/breeds/index.cfm?nav_area=breeds"]
ssmItems[5]=["Psi na Ognjeni        ", "http://www.ognjena.com"]
ssmItems[6]=["Cvetje-vrtnice, orhideje, lilije, sroboti, rodrendroni", "http://lem-computers.net/Povezave/povezave cvetje.htm"]
ssmItems[7]=["Akvarijske ribe       ", "http://fins.actwin.com/index.php"]
ssmItems[8]=["Ribe rečne in morske", "http://www.fishbase.org/search.cfm"]
ssmItems[9]=["Največja kolekcija gob", "http://www.rogersmushrooms.com/"]
ssmItems[10]=["Eksotične živali", "http://lem-computers.net/Povezave/povezave narava exotic.htm"]
ssmItems[11]=["Gradovi na slovenskem", "http://lem-computers.net/Povezave/povezave gradovi.htm"]
ssmItems[12]=["Naš vrt              ", "http://community.webshots.com/user/borulda"]
ssmItems[13]=["Nazaj                ","http://lem-computers.net/Povezave/skupine_povezav.htm"]   
ssmItems[14]=["Domov","http://www.lem-computers.net"] 
ssmItems[15]=["",""]     
buildMenu();

//-->