<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspaceL	= "6"		// MENU END SPACING LEFT
var menuspaceR	= "6"		// MENU END SPACING RIGHT
var rightlink	= "yes"		// SHOW LINK ON RIGHT



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="picts/menu-background.jpg" class="menuouter"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspaceL+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspaceL+'" height="18"></a><br>');





document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/index.php" class="menu">For Sale</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/properties-for-lease.html" class="menu">For Lease</a>');

//document.write('</td><td>');
//document.write('<a href="http://www.thecottageproperties.com/open-houses.html" class="menu">Open Houses</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/property-management.html" class="menu">Property Management</a>');

//document.write('</td><td>');
//document.write('<a href="http://www.chasonhomes.com" target="_blank" class="menu">Construction</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/buying-a-home.html" class="menu">Buying</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/selling-a-home.html" class="menu">Selling</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/leasing-a-home.html" class="menu">Leasing</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/about.html" class="menu">About</a>');


document.write('</td><td>');
document.write('<a href="http://dannyharthomes.com/blog" class="menu">Blog</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/mortgage-calculator.html" class="menu">Mortgage</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/credit-scores.html" class="menu">Credit Scores</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/forms.html" class="menu">Forms</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/links.html" class="menu">Resources</a>');

document.write('</td><td>');
document.write('<a href="http://www.thecottageproperties.com/contact.html" class="menu">Contact</a>');

document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');





document.write('</td></tr></table>');

if (rightlink == "yes") {

document.write('</td><td align="right">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');




// FEATURED HOMES LINK

// document.write('<a href="featured-homes.html" class="menu">Featured Homes</a>');
// direct link:document.write('<a href="http://framing.usamls.net/framing/default.asp?f_id=RZS%5DTVXXXXVT%5DSZR" target="parent" class="menu">Search MLS</a>');
document.write('</td><td>');
document.write('<a href="http://thecottageproperties.com/featured-MLS.html" class="menu">Search MLS</a>');
//http://framing.usamls.net/framing/default.asp?f_id=RZS%5DTVXXXXVT%5DSZR



document.write('</td></tr></table>');
}

document.write('</td><td width="'+menuspaceR+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspaceR+'" height="18"></a><br>');
document.write('</td></tr></table>');



//  End -->
