<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=288; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#035C61";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FBC87C";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="4";
linkBGColor="#16A8AD";
linkOverBGColor="#88F8FC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0D5F62";
barFontFamily="Centry glothic";
barFontSize="2";
barFontColor="white";
barVAlign="top";
barWidth=20; // no quotes!!
barText="SERVICES"; // <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]=["Women’s problems", "womens_problems.htm", ""]
ssmItems[2]=["Teen Issues", "teen_issues.htm", ""]
ssmItems[3]=["Obstetrics", "obstetrics.htm",""]
ssmItems[4]=["Endoscopic Surgery", "endoscopic_surgery.htm", ""]
ssmItems[5]=["Infertility", "infertlity.htm", "_parent"]
ssmItems[6]=["Abortion (M.T.P.)", "abortion.htm", ""]
ssmItems[7]=["Family planning", "family_planning.htm", ""]
ssmItems[8]=["Menopause", "menopause.htm", ""]
ssmItems[9]=["Heavy Bleeding", "heavybleeding.htm", ""]
ssmItems[10]=["Fibroid", "fibroid.htm", ""]
ssmItems[11]=["Hysterectomy", "hysterectomy.htm", ""]
ssmItems[12]=["Vaginal Discharge", "vaginaldischarge.htm", ""]
ssmItems[13]=["Breast Disease", "breast.htm", ""]
ssmItems[14]=["Annual women’s Health Checkup", "annual_women_health_checkup.htm", ""]


buildMenu();

//-->