<!-- Begin

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


var menuside	= "right"	// MENU SIDE | left, right or center


document.write('<div id="menu2" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" height="24"><tr><td>');

document.write('<a href="index.html">About LTC Partnership Programs</a><br>');
document.write('</td><td>');

document.write('<a href="long-term-care-insurance-partnership-states.html">States</a><br>');
document.write('</td><td>');

document.write('<a href="long-term-care.html">About LTC</a><br>');
document.write('</td><td>');

document.write('<a href="long-term-care-dra.html">About the DRA of 2005</a><br>');
document.write('</td><td>');


document.write('<a href="long-term-care-insurance-partnership-quote.htm">Request Quote</a><br>');
document.write('</td><td>');


document.write('<a href="long-term-care-partnership-articles.htm">Articles</a><br>');
document.write('</td><td>');


document.write('<a href="http://blog.ltcpartnershiponly.com">Blog</a><br>');
document.write('</td><td>');

document.write('<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
document.write('</div>');
//  End -->




