<!--

/*
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="#996600";
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="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#996600";
linkOverBGColor="";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#996600";
barVAlign="center";
barWidth=30; // no quotes!!
barText="PAGE LINKS"; // <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 Page", "http://www.truheo.com", ""]
ssmItems[2]=["My Listings", "http://www.truheo.com/listing.htm",""]
ssmItems[3]=["Find Homes", "http://www.truheo.com/truheoidx2.htm", "_new"]
ssmItems[4]=["Buying?", "http://fs16.formsite.com/truheo/form924035059/index.html", "_new"]
ssmItems[5]=["Map", "http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&ll=35.689161,-105.94511&spn=0.007337,0.018582&z=16&msid=102354253782209862759.00046c2c8bef778b4d237", ""]
ssmItems[6]=["Refer a Friend", "http://fs16.formsite.com/truheo/form698495852/index.html", "_blank"]
ssmItems[7]=["Blog Me", "http://santafebesthomes.com/",""]
ssmItems[8]=["Email Me", "mailto:tom@truheo.com", "_new"]
ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["City Links", "http://truheo.com/citylinks.htm", "_new"]

buildMenu();

//-->
