var fDesc=new Array(); fDesc[0] = "CLIA Advisor is a single page plan presentation with Yield, Risk cover, Surrender value, Loan value, Loan value, Tax rebate & Re-investment returns. Among this tools features we can mention: voice interactive appointment scheduler with alert, death claim calculator, joint age calculator, intimation of various dues whenever system starts, intimation of birthday and marriage anniversaries with greetings, seasonal greetings, database maintenance of other investments with maturity intimation (FDR / GIC / KVP / NSC / MIS), commission claim (P.P.F & Post office)."; 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 = ''; } }