<!--

/*
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000099";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=40; // 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]=["MSA@ODU"] //create header
ssmItems[1]=["Home", "index.htm", ""]
ssmItems[2]=["About MSA@ODU", "about.htm", ""]
ssmItems[3]=["MSA structure", "board.htm",""]
ssmItems[4]=["MSA board", "msaboard.htm",""]
ssmItems[5]=["Propose an activity", "activities.htm", ""]
ssmItems[6]=["Events calendar", "http://mhegazy.5gigs.com/calendar/calendar.php", ""]
ssmItems[7]=["Islamic center", "islamic_center.htm", ""]
ssmItems[8]=["Weekly newsletter", "letters.htm", ""]

ssmItems[9]=["Mailing list", "mailing.htm", "", ""] //create two column row
ssmItems[10]=["Contact MSA", "contact.htm", ""]

ssmItems[11]=["Islamic Links", "", ""] //create header
ssmItems[12]=["Prayer times", "prayer_times.htm", ""]
ssmItems[13]=["Islamic links", "islamic_links.htm", ""]

ssmItems[14]=["New Students", "", ""] //create header
ssmItems[15]=["Services", "new_students.htm", ""]
ssmItems[16]=["Useful information", "information.htm", ""]

ssmItems[17]=["New Muslims", "", ""] //create header
ssmItems[18]=["Learn Islam", "learn_islam.htm", ""]

ssmItems[19]=["Non-Muslims", "", ""] //create header
ssmItems[20]=["Know about Islam", "know_islam.htm", ""]

ssmItems[21]=["MCT", "", ""] //create header
ssmItems[22]=["MCT", "mct.htm", ""]

buildMenu();

//-->
