<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=220; // no quotes!!
XOffset=0;
staticYOffset=100; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=700; // 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="#8A3324";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#a59559";
linkOverBGColor="#cccc9b";
linkTarget="_top";
linkAlign="Left";
barBGColor="#8A3324";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#cccc9b";
barVAlign="center";
barWidth=20; // no quotes!!
barText="EXPLORE"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

ssmItems[0]=["PBA Architects, P.A."] //create header
ssmItems[1]=["     Home", "index.htm", ""]
ssmItems[2]=["     About Us", "aboutus.htm",""]
ssmItems[3]=["     Services", "services.htm", ""]
ssmItems[4]=["     On the Boards", "ontheboards.htm",""]
ssmItems[5]=["     Under Construction", "underconstruction.htm",""]
ssmItems[6]=["     Publications", "publications.htm",""]
ssmItems[7]=["     Employment", "employment.htm", ""]
ssmItems[8]=["     Contact", "contact.htm", ""]
ssmItems[9]=["Portfolio"]
ssmItems[10]=["     Education", "education.htm", ""]
ssmItems[11]=["     Commercial", "commercial.htm", ""]
ssmItems[12]=["     Religious", "religious.htm", ""]
ssmItems[13]=["     Government", "government.htm", ""]
ssmItems[14]=["     Healthcare", "healthcare.htm", ""]
ssmItems[15]=["     Sports Facilities", "sports.htm", ""]
ssmItems[16]=["     Tornado Shelters", "tornado.htm", ""]

buildMenu();

//-->