<!--

/*
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=12;
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="#FFFFF4";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arabic Transparent";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#006666";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="20‎";
linkFontFamily="Arabic Transparent";
linkFontSize="3";
linkBGColor="#E0EBEB";
linkOverBGColor="#BDD5D5";
linkTarget="_top";
linkAlign="right";
barWidth=178; // no quotes!!

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=[""] //create header
ssmItems[1]=["النقابة في سطور", "association.asp", ""]
ssmItems[2]=["خدمات النقابة", "services.asp", ""]
ssmItems[3]=["النشاطات العلمية", "News/Events.asp", ""]
ssmItems[4]=["آخر الأخبار", "News/News.asp", ""]
ssmItems[5]=["مجلة السماعة", "Magazine/default.asp", ""]
ssmItems[6]=["المجلة الطبية", "Medical/default.asp", ""]
ssmItems[7]=["ساحة الحوار", "Forums/default.asp", ""]
ssmItems[8]=["المؤتمرات الطبية", "News/Conferances.asp", ""]
ssmItems[9]=["تعليمات الاشتراك", "join.asp", ""]
ssmItems[10]=["عناوين الأطباء", "addresses.asp", ""]
ssmItems[11]=["لائحة الأجور", "fees.asp", ""]
ssmItems[12]=["جمعيات النقابة", "associations.asp", ""]
ssmItems[13]=["مواقع هامة", "links.asp", ""]
ssmItems[14]=["اتصل بنا", "Contact.asp", ""]

buildMenu();

//-->