<!-- 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.prellismanagement.com" class="menu">Home</a>');



document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/ownerservices.html" class="menu">Owner Services</a>');



document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/tenantservices.html" class="menu">Tenant Services</a>');



document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/agents1.html" class="menu">Staff</a>');



document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/pmp/property.php?op=search&po=R" class="menu">Property Listings</a>');


document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/faq.html" class="menu">FAQs</a>');


document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/paymentgateway" class="menu">Tenant Application</a>');


document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/ppmwp/?page_id=2" class="menu">Service Request</a>');

document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/ownerservices.html" class="menu">Testimonials</a>');


document.write('</td><td>');
document.write('<a href="http://www.prellismanagement.com/contactus.php" class="menu">Contact Us</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.htm" 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 -->