var fDesc=new Array(); fDesc[0] = "Search 60 free international databases for unclaimed money entering a name only once. The record of unclaimed money is on file in the state or country where the agency owing the money is located - not in your state of residence. This software searches all locations quickly and easily right from your desktop computer. You can search for unclaimed money is the U.S., Australia, Canada, Switzerland, Sweden. It doesn't matter where you live!Search for tax refunds, unpaid beneficiary benefits, abandoned Swiss bank accounts, life insurance and pension proceeds. Did an heir own a life insurance policy in Canada? a bank account in Switzerland? Did anyone in your family own stock?"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }