// menu.js


var pane1 = "<DIV class='sm1'><TABLE cellSpacing='0' cellPadding='1' width='600' border='0'><TR><TD width='1'><A class='sm' href='life_ins.dhtml' target='_top'>Life</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='annuities.dhtml' target='_top'>Annuities</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='109'><A class='sm' href='property_and_casualty.dhtml' target='_top'>Property&nbsp;and&nbsp;Casualty</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='93'><A class='sm' href='credit_ins.dhtml' target='_top'>Credit Insurance</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='health_ins.dhtml' target='_top'>Health</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='mutual_funds.dhtml' target='_top'>Mutual&nbsp;Funds</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='80'><A class='sm' href='pension_plan_serv.dhtml'>Pension&nbsp;Plan&nbsp;Services</A></TD></TR></TABLE></Div>";
 
var pane2 = "<DIV class='sm2'><TABLE cellSpacing='0' cellPadding='1' width='205' border='0'><TR><TD width='1'><A class='sm' href='current_agent.dhtml' target='_top'>Current&nbsp;Agents</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='prospective_agent.dhtml'>Prospective&nbsp;Agents</A></TD></TR></TABLE></Div>";

var pane3 = "<DIV class='sm3'><TABLE cellSpacing=0 cellPadding=1 border=0 width='480'><TR><TD width='30'><A class='sm' href='purchase_products.dhtml' target=_top>Purchase&nbsp;Products</A></TD><TD width=8><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='80'><A class='sm' href='401k.dhtml'>401(k)&nbsp;Access</A></TD><TD width=8><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='forms.dhtml' target=_top>Forms</A></TD><TD width=8><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='customer_service_faqs.dhtml' target=_top>FAQs</A></TD><TD width=8><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='8'><A class='sm' href='privacy_policies.dhtml' target=_top>Privacy&nbsp;Policies</A></TD><TD width=8><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='contact_us.dhtml' target=_top>Contact&nbsp;Us</A></TD></TR></TABLE></Div>";

var pane4 = "<DIV class='sm4'><TABLE cellSpacing='0' cellPadding='1' width='580' border='0'><TR><TD width='1'><A class='sm' href='investor_relations.dhtml' target='_top'>General&nbsp;Information</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='press_releases.dhtml' target='_top'>Press&nbsp;Releases</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='180'><A class='sm' href='all_sec_filings.dhtml' target='_top'>SEC and Stockholder&nbsp;Reports</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='ratings.dhtml' target='_top'>Ratings</A></TD><TD width='0'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='corp_governance.dhtml' target='_top'>Corporate&nbsp;Governance</A></TD></TR></TABLE></Div>";
 																																																	
var pane5 = "<DIV class='sm5'><TABLE cellSpacing='0' cellPadding='1' width='300' border='0'><TR><TD width='1'><A class='sm' href='company_profile.dhtml' target='_top'>General&nbsp;Information</A></TD><TD width='0'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='aff_companies.dhtml' target='_top'>Affiliated&nbsp;Companies</A></TD><TD width='8'><IMG src='images/menu_bullet.gif' width='8' height='2'></TD><TD width='1'><A class='sm' href='career_center.dhtml' target='_top'>Career&nbsp;Center</A></TD></TR></TABLE></Div>";

var ts = new tabstrip();  
var t1 = new tab("Products",pane1);
var t2 = new tab("Agents",pane2);
var t3 = new tab("Customer Service",pane3);
var t4 = new tab("Investor Relations",pane4);
var t5 = new tab("Company Profile",pane5);
ts.add(t1);
ts.add(t2);
ts.add(t3);
ts.add(t4);
ts.add(t5);
ts.write();