<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#ffc0c0";
linkTarget="_top";
linkAlign="right";
barBGColor="#444444";
barFontFamily="Tahoma";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["القائمة الرئيسية"] //create header
ssmItems[1]=["الصفحة الرئيسية", "http://web.1asphost.com/lattakiayouth",""]
ssmItems[2]=["نشيد القسم", "http://web.1asphost.com/lattakiayouth/aboutme.htm",""]
ssmItems[3]=["أدب - فن - ثقافة", "http://web.1asphost.com/lattakiayouth/adab.htm", ""]
ssmItems[4]=["مسائل تهم الشباب", "http://web.1asphost.com/lattakiayouth/interest.htm", ""]
ssmItems[5]=["المواقع المفضلة", "http://web.1asphost.com/lattakiayouth/favorite.htm", ""]
ssmItems[6]=["قاطع البضائع الأمريكية", "http://web.1asphost.com/lattakiayouth/cut.htm", ""]
ssmItems[7]=["", "http://web.1asphost.com/lattakiayouth/.htm", ""] 
ssmItems[8]=["اتصل بنا", "http://www.lattakiayouth.9f.com/index.htm", ""]
ssmItems[9]=["معرض الصور ", "", ""] //create header
ssmItems[10]=["كاريكاتير ناجي العلي", "http://web.1asphost.com/lattakiayouth/kar.htm", ""]
ssmItems[11]=["صور الرفيق جيفارا", "http://web.1asphost.com/lattakiayouth/guevara.htm", ""]
ssmItems[12]=["من أمريكا", "http://web.1asphost.com/lattakiayouth/us-pic.htm", ""]
ssmItems[13]=["كاريكاتير الفنان رائد خليل ","http://web.1asphost.com/lattakiayouth/raed.htm",""]

buildMenu();

//-->