// We use CSS only to display tabs, not JavaScript.  
// This JS file is used only so tabs only need to be changed within this single file to populate across all pages. 
// See hiscnew.css file for documentation on how tabs are displayed using CSS.

document.write('<ul id="headernav" style="margin-top:2px;">'); // top margin inserted as a hack since the JS file reduces the top margin for some reason
document.write('<li class="tab1 marginspace"><a href="/over65/medicaresupplement/index.htm" title="Home">Home</a></li>');
document.write('<li class="tab2 marginspace"><a href="/over65/medicaresupplement/compare.htm" title="Compare and Save">Compare and Save</a></li>');
document.write('<li class="tab3 marginspace"><a href="/over65/medicaresupplement/plans.htm" title="Insurance Plans">Insurance Plans</a></li>');
document.write('<li class="tab4 marginspace"><a href="/over65/medicaresupplement/member.htm" title="Member Advantages">Member Advantages</a></li>');
document.write('<li class="tab5 marginspace"><a href="/over65/medicaresupplement/lead.htm" title="Free Kit">FREE Kit</a></li>');
document.write('</ul>');

document.write('<div id="subnav_default"><div id="welcome"> ');
document.write('&nbsp;');
document.write('</div></div> ');
document.write('<div id="subnav_home"><div id="welcome"> ');
document.write('<a href="/over65/">Medicare Products</a> | <a href="/over65/basics.htm">Medicare Basics</a> | <a href="/over65/T65.htm">Turning 65?</a>');
document.write('</div></div> ');
document.write('<div id="subnav_plans"><div id="welcome"> ');
document.write('&nbsp;');
document.write('</div></div> ');
document.write('<div id="subnav_members"><div id="welcome"> ');
document.write('&nbsp;');
document.write('</div></div> ');
document.write('<div id="subnav_quote"><div id="welcome"> ');
document.write('&nbsp;');
document.write('</div></div> ');



