<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
var mrdXOffSet;
var reSizing = false;
function CatchResize()
{
	window.location.href=window.location;
	
}
switch(window.screen.availWidth)
{
	case 800:
		menuWidth=135;
		break;
	default:
		menuWidth=135;
		break;
	
}



/*if(mrdAnchor.offsetLeft > 400)
{
	mrdXOffSet = mrdAnchor.offsetLeft - 410;
}
else
{
	mrdXOffSet = 0;
}*/
var halfWidth = (carlot.scrollWidth/2);
if(halfWidth > 400)
{
	mrdXOffSet = halfWidth-405;
}
else
{
	mrdXOffSet = 0;
}
YOffset=145; // no quotes!!
XOffset=mrdXOffSet;
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=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#4B2704";
hdrBGColor="#B58E59";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontColor="#FFFFFF"
linkFontSize="2";
linkBGColor="#EEBE90";
linkOverBGColor="#FFCC99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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
/*MenuItems*/
ssmItems[0]=['Site Navigation'];
ssmItems[1]=['Home','index.php',''];
ssmItems[2]=['Featured Homes','mylistings.php',''];
ssmItems[3]=['Testimonials','testimonials.php',''];
ssmItems[4]=['Nashville Area Info','links.php',''];
ssmItems[5]=['School Info','schoolinfo.php',''];
ssmItems[6]=['About Moses','bio.php',''];
ssmItems[7]=['Buyers Help'];
ssmItems[8]=['<font color=red>Newest Listings!</font>','autosearch.php',''];
ssmItems[9]=['1st Time Buyers','firsttimebuyer.php',''];
ssmItems[10]=['Buyer FAQ\'s','buyeragent.php',''];
ssmItems[11]=['Buying Guidelines','homebuyingguidelines.php',''];
ssmItems[12]=['Steps To Buying','stepstobuying.php',''];
ssmItems[13]=['Home Loan Info','homeloaninfo.php',''];
ssmItems[14]=['Lenders','lenders.php',''];
ssmItems[15]=['Sellers Help'];
ssmItems[16]=['<font color=red>Your Home\'s Value!','cma.php',''];
ssmItems[17]=['Home Selling FAQ\'s','sellerfaq.php',''];
ssmItems[18]=['Listing Programs','sellerlisting.php',''];
ssmItems[19]=['Seller Checklist','checklist.php',''];
ssmItems[20]=['Tools'];
ssmItems[21]=['Calculators','calculators.php',''];
ssmItems[22]=['Search For Homes','propsearch.php',''];
ssmItems[23]=['Moving Help','moving.php',''];

buildMenu()

