<!--

/*
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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="navy";
hdrBGColor="#99CCFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#EEF7FF";
linkTarget="_blank";
linkAlign="Left";
barBGColor="#666666";
barFontFamily="Lucida Handwriting";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="OTHER LINKS"; // <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]=["Somali Medical Sites"] //create header
ssmItems[1]=["SMA of North America", "http://www.somalimedicalassociationnordamerica.com", ""]
ssmItems[2]=["Somali Doctor Network ", "http://www.somalidoctor.com",""]
ssmItems[3]=["Somali Medical Charity ", "http://www.somalimedicalcharity.org",""]
ssmItems[4]=["Somali Medical Union (PK) ", "http://www.smupk.com",""]
ssmItems[5]=["Global Medical Sites"] //create header
ssmItems[6]=["WebMD", "http://www.webmd.com", "", 1, "no"] //create two column row
ssmItems[7]=["eMedicine", "http://www.emedicine.com", "",1]
ssmItems[8]=["HealthCenter", "http://www.healthcentral.com", "", 1, "no"] //create two column row
ssmItems[9]=["Health A to Z", "http://www.healthatoz.com", "",1]
ssmItems[10]=["MerckManual", "http://www.merck.com", "", 1, "no"] //create two column row
ssmItems[11]=["CDC Health", "http://www.cdc.gov/health/diseases.htm", "",1]


buildMenu();

//-->