<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // 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="blue";
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="veronica";
hdrFontSize="2";
hdrFontColor="#FFFFcc";
hdrBGColor="#2f4ecd";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#faf5ef";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="right";
barBGColor="#2f4ecd";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#ffffcc";
barVAlign="center";
barWidth=20; // no quotes!!
barText="M E R R C A C"; // <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]=["الصفخة الرئيسية", "home.htm", ""]
ssmItems[2]=["أهداف المركز", "h.htm", ""]
ssmItems[3]=["الهيكل التنظيمى", "haykal.htm",""]
ssmItems[4]=["الخدمات", "service.htm", ""]
ssmItems[5]=["المجلة", "magazinsub.htm", ""]
ssmItems[6]=["الدورات التدريبية", "c.htm", ""]
ssmItems[7]=["منح الزمالة", "men7elzamala.htm", ""]


buildMenu();

//-->