<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial narrow";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#990033";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial narrow";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFFCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#990033";
barFontFamily="arial narrow";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Menu"] //create header
ssmItems[1]=["Home", "http://www.donleaproperties.com", ""]
ssmItems[2]=["Current Listings", "http://www.donleaproperties.com/current_listings.htm", target="_blank"]
ssmItems[3]=["My Promise to You", "http://www.donleaproperties.com/mypromise.htm", target="_blank"]
ssmItems[4]=["Mortgage Calculator", "http://www.donleaproperties.com/mortgage_calculator.htm", target="_blank"]
ssmItems[5]=["Code of Ethics", "http://www.donleaproperties.com/code_ethics.pdf", target="_blank"]
ssmItems[6]=["Common House Selling Mistakes", "http://www.donleaproperties.com/mistakes.htm", target="_blank"]
ssmItems[7]=["Your Agent - What's Important", "http://www.donleaproperties.com/agent.htm", target="_blank"]
ssmItems[8]=["Testimonials", "http://www.donleaproperties.com/testamonial.htm", target="_blank"]
ssmItems[9]=["Links", "http://www.donleaproperties.com/links.htm", target="_blank"]
buildMenu();

//-->
