var fDesc=new Array(); fDesc[0] = "EasyInsure is a software for insurance agents. It is a dynamic CRMS (Client Relationship Management system) which will assist you in increasing customer satisfaction and efficiency by timely management of resources. It thus creates sales opportunities and in turn increases revenue.EasyInsure "Insurance Software" offers automation of many day to day tasks for customer service and sales. EasyInsure "Software for insurance agent & agencies" offers a systematic and technical approach towards your profession by making you technically strong. EasyInsure "Agent Software" enables an Insurance agent to provide full spectrum of insurance products (life, motor, medical and general), and also other financial services, thus enabling an agent to perform as a financial consultant."; 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 = ''; } }