var fDesc=new Array(); fDesc[0] = "GIC Express is a program for the agents and development officers of non-life insurance companies. It has a user friendly interface using a menu-driven system, automatic calculations for GIC policies, etc. It can provide all Policies information with Clauses, Rules, and Regulations. All the Reports can be converted to Word, Excel, PDF formats or any other format."; 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 = ''; } }