<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=170; // 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="#66cc00";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Comic Sant MS";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#66cc00";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Comic Sant MS";
linkFontSize="1";
linkBGColor="#ffffff";
linkOverBGColor="#0000ff";
linkTarget="_blank";
linkAlign="Left";
barBGColor="#66cc00";
barFontFamily="Comic Sant MS";
barFontSize="1";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!
barText="M E N I U"; // <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]=["<b>Meniu Site!</b>"] //create header
ssmItems[1]=["<b> Top Siteuri</b>", "http://top11.do.am/", "_blank"],
ssmItems[2]=["<b> Jocuri Online</b>", "http://hituri.ucoz.net/photo/", "_blank"],
ssmItems[3]=["<b> Bancuri</b>", "http://hituri.ucoz.net/faq/","_blank"],
ssmItems[4]=["<b> Videoclipuri Online</b>", "http://hituri.ucoz.net/publ/","_blank"],
ssmItems[5]=["<b> Muzica</b>", "http://hituri.ucoz.net/","_blank"],
ssmItems[6]=["<b> Forum</b>", "http://hituri.ucoz.net/forum/", "_blank"],
ssmItems[7]=["<b> Blog</b>", "http://hituri.ucoz.net/blog/", "_blank"],
ssmItems[8]=["<b> LinkEX</b>", "http://hituri.ucoz.net/index/0-51", "_blank"],
ssmItems[9]=["<b> BannerEX</b>", "http://hituri.ucoz.net/index/0-52", "_blank"],
ssmItems[10]=["<b> Ro-CStrike! <font color='red'>Nou</font></b>", "http://ro-cstrike.clan.su/", "_blank"],
ssmItems[11]=["<b> Scurtare linkuri</b>", "http://hituri.ucoz.net/board/", "_blank"],

ssmItems[12]=["<b> Acasa</b>", "http://hituri.ucoz.net/", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
ssmItems[13]=["<b> Contact</b>", "http://hituri.ucoz.net/index/0-3", "_blank",1],


buildMenu();

//-->