var fDesc=new Array(); fDesc[0] = "Visual Magic Pro, a flagship software product of Datacomp, is targeted at insurance agents of Life Insurance Corporation. It is an end-to-end business management tool which encompasses all aspects of the agents’ business. Thereby it enables him to provide the best quality service to his customers. With its array of powerful illustrations and presentation tools, it also empowers the agent to make high value sales with ease."; 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 = ''; } }