<!--

/*
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="dark green";
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="#008080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="orange";
linkTarget="_top";
linkAlign="Left";
barBGColor="#C00033";
barFontFamily="Verdana";
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]=["Menu"] //create header
ssmItems[1]=["Articles & Speeches", "http://www.amaana.org/articles.htm", ""]
ssmItems[2]=["What's New", "http://www.amaana.org/ismanew.html",""]
ssmItems[3]=["Prophet Muhammad", "http://www.amaana.org/ismailim.html", ""]
ssmItems[4]=["Hazrat Ali", "http://www.amaana.org/ali/hazratali2.htm", "_new"]
ssmItems[5]=["Aga Khan III", "http://www.amaana.org/sultweb/indexsultan.htm", ""]
ssmItems[6]=["Aga Khan IV", "http://www.amaana.org/agakhan/profile.htm", ""]

ssmItems[7]=["Muslim Holidays", "http://www.amaana.org/islam/muslimholidays.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:info@amaana.org", "",1]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["AKDN", "http://www.akdn.org/", ""]
ssmItems[11]=["IIS", "http://www.iis.ac.uk/", ""]
ssmItems[12]=["Aga Khan Speeches", "http://www.akdn.org/hh/speeches_main.html", ""]
ssmItems[13]=["Ismaili Net", "http://www.ismaili.net/", ""]
ssmItems[13]=["Salman Spiritual", "http://salmanspiritual.com/site_index.html", ""]

buildMenu();

//-->
