var fDesc=new Array(); fDesc[0] = "It is a small yet powerfull, complete CRM software for all LIC agents. Trusted by many users all over India. This software can easily maintain customer data, receive premiums, calculate and print agent commissions. New Smart Agents Lite can also import LIC CD data, make plan presentation even more better, also any agent can easily send SMS and Emails, no technical knowledge required. It is a must tool for all agents because Smart Agents Lite can generate due premium, lapse policy, client details and various other reports also sets alarms and reminders. This LIC agent software is incredibly low at cost and all its updates are free for lifetime."; 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 = ''; } }