<!-- 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>');
// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON
document.write('</td><td>');
document.write('<a href="http://www.nwrealty.com/html/nwrem/set.cfm" class="menu">Search Homes</a>');
document.write('</td><td>');
document.write('<a href="http://www.nwreonline.com/buying.htm" class="menu">Buying</a>');
document.write('</td><td>');
document.write('<a href="http://www.nwreonline.com/selling.htm" class="menu">Selling</a>');
document.write('</td><td>');
document.write('<a href="http://www.nwreonline.com/about.htm" class="menu">About</a>');
document.write('</td><td>');
document.write('<a href="http://www.nwreonline.com/agents.cfm" class="menu">Agents</a>');
document.write('</td><td>');
document.write('<a href="http://www.nwreonline.com/calculator.htm" class="menu">Mortgage</a>');
document.write('</td><td>');
document.write('<a href="http://www.nwreonline.com/site_map.htm" class="menu">Site Map</a>');
document.write('</td><td>');
document.write('<a href="http://www.nwrealty.com/html/nwrem/contact.cfm" class="menu">Contact</a>');
document.write('</td><td>');
document.write('<a href="http://www.nwreonline.com" 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="http://www.nwrealty.com/html/nwrem/mls_listing.cfm" class="menu">Featured Homes</a>');
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 -->