var fDesc=new Array(); fDesc[0] = "Quick Insure is a software solution to all the issues surrounding Life Insurance Agents and Development Officers in the Insurance Sector. Right from target setting to claim settlement, Quick Insure helps in achieving customer satisfaction. Features are rich and easy to use. Quick Insure gets you off the blocks quickly by offering LIC data import and an effective data backup."; 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 = ''; } }