<!--

/*
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=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=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Comic Sans MS";
hdrFontSize="2";
hdrFontColor="#333333";
hdrBGColor="#008000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Comic Sans MS";
linkFontSize="2";
linkBGColor="#333333";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="BOLD";
barFontSize="2";
barFontColor="#008000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Shabab reosh user 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]=["shabab reosh"] //create header
ssmItems[1]=["HOME", "http://www.shababreosh.zxq.net", ""]
ssmItems[2]=["FORUM", "http://www.shababreosh.zxq.net/vb",""]
ssmItems[3]=["chat", "http://www.shababreosh.zxq.net/chat.php", ""]
ssmItems[4]=["ISLAM LIB", "http://www.shababreosh.zxq.net/islam.php", ""]
ssmItems[5]=["VIDEO LIB", "http://www.shababreosh.zxq.net/video.php", ""]
ssmItems[6]=["Tv and Radio", "http://www.shababreosh.zxq.net/tvandradio.php", ""]

ssmItems[7]=["Winer In poll", "http://www.shababreosh.zxq.net/winer.php", "", 1, "no"] //create two column row
ssmItems[8]=["register in forum", "http://www.shababreosh.zxq.net/vb/register.php", "",1]

ssmItems[9]=["support", "", ""] //create header
ssmItems[10]=["want advs", "http://www.shababreosh.zxq.net/order.php", ""]
ssmItems[11]=["des.templates", "http://www.shababreosh.zxq.net/order.php", ""]
ssmItems[12]=["search engine", "http://www.shababreosh.zxq.net/google", ""]

buildMenu();

//-->