var fDesc=new Array(); fDesc[0] = "Portfolio Optimizer Pro™ is a Windows® desktop implementation of the Markowitz Efficient Frontier, a sophisticated mathematical modeling tool that will enable you to evaluate your portfolio's diversification, risk, and return quickly and accurately. Using Portfolio Optimizer Pro™ you can in many cases realize a substantially more favorable outcome in your portfolio by reallocating your investment among the securities you already hold, either to minimize the portfolio risk for a given return, or to maximize the portfolio return for a given level of risk."; 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 = ''; } }