<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=58; // 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="a1a1a1";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#559B36";
hdrBGColor="#e3e3e3";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkFontColor="#559B36";
linkBGColor="white";
linkOverBGColor="#bababa";
linkTarget="_top";
linkAlign="Left";
barBGColor="#e3e3e3";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="a1a1a1";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" MENIU "; // <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]=["Forumas", "http://balanda.lt"]
ssmItems[1]=["Liniuotės", "http://liniuotes.balanda.lt"]
ssmItems[2]=["Konkursai", "/publ"]
ssmItems[3]=["Atvirukai", "/blog"]
ssmItems[4]=["Skelbimai", "http://skelbimai.balanda.lt"]
ssmItems[5]=["Radijo stotys", "/index/0-24"]
ssmItems[6]=["Žaidimai", "/stuff"]
ssmItems[7]=["Įžiebk savo žvaigždę", "/gb"]
ssmItems[8]=["Photoshop Online", "/photoshop.html"]

buildMenu();

//-->