addLoadEvent(detectUserActions);function detectUserActions(){if(document.getElementById("life")){document.getElementById("life").onclick=function(){location.href="life-insurance.html";}
document.getElementById("disability").onclick=function(){location.href="disability-insurance.html";}
document.getElementById("annuities").onclick=function(){location.href="annuities.html";}
document.getElementById("group").onclick=function(){location.href="group-benefits.html";}}
document.postit.country.onchange=setTypeofInsurance;setTypeofInsurance();function setTypeofInsurance(){document.postit.typeofinsurance.length=7;if(document.postit.country.selectedIndex==0){document.postit.typeofinsurance.options.add(new Option('Critical Illness'));document.postit.typeofinsurance.options.add(new Option('Health + Dental'));}}}
