<!-- Begin CSS Horizontal Menu - menu ver 3.15 2009

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


var menuside		= "left"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "900"		// TOTAL MENU WIDTH TO FIX WRAP



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<ul id="menunav">');




// START MENU LINKS - EDIT BELOW THIS AREA





document.write('  <li style="width: 110px;"><a href="index.html">Home</a>'); 

document.write('  </li>');





document.write('  <li style="width: 110px;"><a href="services.htm">Loan Articles</a>'); 
document.write('    <ul>');
document.write('      <li><a href="home-mortgage-loan-frequently-asked-questions.htm">Home Mortgage Loan Frequently Asked Questions</a></li>');
document.write('      <li><a href="first-time-home-buyer-mortgage-information.htm">First Time Home Buyer Mortgage Loan Information</a></li>');
document.write('      <li><a href="the-home-mortgage-lending-process.htm">The Home Mortgage Lending Process</a></li>');
document.write('      <li><a href="home-loan-application-checklist.htm">The Home Loan Application Checklist</a></li>');
document.write('      <li><a href="home-mortgage-loan-credit-basics.htm">Home Mortgage Loan Credit Basics</a></li>');
document.write('      <li><a href="home-loan-pre-approval-vs-home-loan-pre-qualification.htm">Home Mortgage Pre-Qualification Vs. Pre-Approval</a></li>');
document.write('      <li><a href="home-ownership-tax-benefits.htm">Tax Benefits of Home Ownership</a></li>');
document.write('      <li><a href="home-purchase-closing-costs.htm">Home Mortgage Loan and Home Purchase Closing Costs</a></li>');
document.write('      <li><a href="home-mortgage-loan-programs.htm">Home Mortgage Loan Programs</a></li>');
document.write('      <li><a href="adjustable-rate-mortgages.htm">Adjustable Rate Home Mortgage Loan Programs</a></li>');
document.write('      <li><a href="why-mortgage-rates-change.htm">Why Mortgage Rates Change</a></li>');
document.write('      <li><a href="home-mortgage-loan-glossary-of-terms.htm">Home Mortgage Loan Glossary of Terms</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('  <li style="width: 110px;"><a href="http://411homefinder.com" target="_blank">Homes for Sale</a>');

document.write('  </li>');





document.write('  <li style="width: 110px;"><a href="http://patlopez.com" target="_blank">Sell Your Home</a>');

document.write('  </li>');





document.write('  <li style="width: 140px;"><a href="http://411probateinfo.com" target="_blank">Probate Information</a>');
document.write('  </li>');




document.write('  <li style="width: 140px;"><a href="http://411realestatetv.com" target="_blank">411RealEstateTV.com</a>');
document.write('  </li>');


document.write('<li style="width: 110px;"><a href="contact.htm">Contact</a></li>');





// END LINKS //



document.write('</ul>');
document.write('</td></tr></table>');
   if (fixwrap == "yes") {
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}
document.write('</td></tr></table>');

// END -->
