var fDesc=new Array(); fDesc[0] = "Developed by Ibbotson Associates, Morningstar® EnCorr® software features advanced asset allocation tools to create, analyze, and implement optimal portfolio strategies. An integrated solution for conducting capital markets research and asset allocation modeling, EnCorr helps build diversified portfolios designed to generate robust returns at varying risk levels along the efficient frontier. The software provides invaluable support to anyone who develops asset allocation strategies including investment consultants, fund of fund managers, and portfolio managers who work with pension, public, or defined benefit plans, as well as endowments or foundations."; 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 = ''; } }