var fDesc=new Array(); fDesc[0] = "For making initial preparation:
- Bank Statement.
- Previous year Balance Sheet.
- Equity transaction bills.
- Derivative transaction bills.
- Mutual Funds AMC Statement.
- Provident Fund pass book.
- Saving Scheme Certificate.
- Fixed Deposit receipts.
- Demat Statement and Certificates of Bonds and Debentures.
- LIC Premium receipts.
Investment Portfolio Management for Equities, Derivatives and Investments. Integrated Personal Accounting. Available on Desktop, Online or Enterprise Networks."; 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 = ''; } }