<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#7898D0";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="#FFFF99";
hdrBGColor="#204898";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="#fffff";
linkOverBGColor="#7898D0";
linkTarget="_blank";
linkAlign="Left";
barBGColor="#245099";
barFontFamily="Tahoma";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="---ALSSUBHI---"; // <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]=["القائمة الرئيسية"] //create header
ssmItems[1]=["الصفـحة الرئيسية", "index.htm", ""]
ssmItems[2]=["البطاقات والصور", "album/",""]
ssmItems[3]=["منتدي شبكة الصبحي", "vb/index.php?", ""]
ssmItems[4]=["القرآن الكريم", "quran/", ""]
ssmItems[5]=["دليل الصبحي الشامل", "dalel/", ""]
ssmItems[6]=["مكتبة البرامج النادرة", "brameg/", ""]
ssmItems[7]=["اشترك في المنتدى", "/vb/register.php", ""]
ssmItems[8]=["راسل إدارة الموقع", "send/", ""]
ssmItems[9]=["صوت للموقـع"] //create header
ssmItems[10]=["أروش المواقع", "http://www.teifa.net/rank/in.php?id=alssubhi", ""]
ssmItems[11]=["أفضل 200 موقع ", "http://www.arb2000.com/in.php?id=alssubhi", ""]

buildMenu();

//-->