<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "15"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menuouter"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="http://www.cherokeerealty.com/picts/spacer.gif" width="'+menuspace+'" height="30"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="index.html" class="menu">HOME</a>');

document.write('</td><td>');
document.write('<a href="http://www.cherokeerealty.com/cherokee_realty_residential.html" class="menu">RESIDENTIAL LISTINGS</a>');

document.write('</td><td>');
document.write('<a href="http://www.cherokeerealty.com/cherokee_realty_commercial.html" class="menu">COMMERCIAL LISTINGS</a>');

document.write('</td><td>');
document.write('<a href="http://www.cherokeerealty.com/cherokee_realty_land.html" class="menu">VACANT LAND</a>');

document.write('</td><td>');
document.write('<a href="http://www.cherokeerealty.com/cherokee_realty_mls.html" class="menu">AREA MLS SEARCH</a>');

document.write('</td><td>');
document.write('<a href="http://www.cherokeerealty.com/cherokee_realty_rentals.html" class="menu">VACATION RENTALS</a>');

document.write('</td><td>');
document.write('<a href="http://www.cherokeerealty.com/cherokee_realty_areainfo.html" class="menu">AREA INFORMATION</a>');

document.write('</td><td>');
document.write('<a href="http://www.cherokeerealty.com/cherokee_realty_maps.html" class="menu">LOCATION MAPS</a>');

document.write('</td><td>');
document.write('<a href="http://www.cherokeerealty.com/cherokee_realty_contactus.html" class="menu">CONTACT US</a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="http://www.cherokeerealty.com/picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
