var fDesc=new Array(); fDesc[0] = "The FUNDS@NALYSIS.TOOL will support you in consultations with your clients. For every fund and share class, the tool contains general fund data, asset structures, breakdowns, general statistical information and the ability to create investment plans based on historic performance. Alongside the Investment Funds, the tool also lists the corresponding benchmark and other relevant indices."; 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 = ''; } }