<!-- Begin SIDEBAR LINKS

// NOTE: If you use a ' add a slash before it like this \'



var showlink	= "yes"		// SHOW SIDEBAR LINKS
var spacing	= "55"		// SPACE RIGHT SIDEBAR DOWN - 1 = minimum



document.write('<img src="picts/spacer.gif" width="10" height="'+spacing+'" alt="image"><br>');

if (showlink == "yes") {

// START MENU LINKS - EDIT BELOW THIS AREA


document.write('<table cellpadding="3" cellspacing="0" border="0" width="100%"><tr><td align="left" valign="top" class="smalltext">');


// COPY THE NEXT LINE AND PASTE ABOVE THIS LINE TO ADD A LINK


document.write('<a href="apartments.htm">Apartments</a><br>');


document.write('<a href="houses.htm">Homes</a><br>');


document.write('<a href="condo.htm">Condo\'s</a><br>');


document.write('<a href="maintenance.htm">Maintenance</a><br>');


document.write('<a href="renting.htm">Rent with APM</a><br>');


document.write('<a href="agents.htm">Contact an Agent</a><br>');


document.write('<a href="contact.php">Contact Us</a><br>');


document.write('<a href="apartments.htm">Search for a Home</a><br>');


document.write('<a href="testimonials.htm">Testimonials</a><br>');


// END LINKS


document.write('<br>');
document.write('</td></tr></table>');

}

// END -->
