<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="silver";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#060606";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="silver";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MODERN ARCHITECT"; // <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]=["The Modern Architect"] //create header
ssmItems[1]=["About TMA", "TMA/about.htm", ""]
ssmItems[2]=["Directors", "TMA/directors.htm",""]
ssmItems[3]=["Key Personnels", "TMA/key.htm", ""]
ssmItems[4]=["Departments", "TMA/department.htm", ""]
ssmItems[5]=["Photo gallery", "Tumbnail/Gallery.html", ""]
ssmItems[6]=["Contact Us", "TMA/Contactus.htm", ""]
ssmItems[7]=["Jobs", "mailto:modarch@batelco.com.bh", ""]

ssmItems[8]=["FAQ", "", "", 1, "no"] //create two column row
ssmItems[9]=["Email", "mailto:modarch@batelco.com.bh", "",1]


ssmItems[10]=["External Links", "", ""] //create header
ssmItems[11]=["Credits", "#.htm", ""]
ssmItems[12]=["WebMaster", "mailto:navin@batelco.com.bh", ""]


buildMenu();

//-->