<!--

/*
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=4;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=150; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#171695";
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="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#e70d2f";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="18";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#c9d8fc";
linkTarget="_top";
linkAlign="Left";
barBGColor="#e70d2f";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="SITE 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]=["WEBSITE PAGES"] //create header
ssmItems[1]=["Home Page", "http://www.thebankdoctor.com", ""]
ssmItems[2]=["Principal's Message", "http://www.thebankdoctor.com/defaultPrincipal.htm",""]
ssmItems[3]=["Recent Engagements", "http://www.thebankdoctor.com/defaultEngagements.htm", ""]
ssmItems[4]=["How We Operate", "http://www.thebankdoctor.com/defaultOperate.htm", ""]
ssmItems[5]=["Exclusive Services", "http://www.thebankdoctor.com/defaultExclusive.htm", ""]
ssmItems[6]=["Associates", "http://www.thebankdoctor.com/defaultAssociates.htm", ""]
ssmItems[7]=["Associates (add'l info)", "http://www.thebankdoctor.com/defaultAssociates2.htm", ""]
ssmItems[8]=["Send an Email", "mailto: joshcox@thebankdoctor.com", ""]
ssmItems[9]=["Contact Us", "http://www.thebankdoctor.com/defaultContact.htm", ""]
ssmItems[10]=["Links", "http://www.thebankdoctor.com/page6.htm", ""]
ssmItems[11]=[""] //create header

buildMenu();

//-->