var fDesc=new Array(); fDesc[0] = "Invest for Excel is the software solution for capital budgeting, financial modeling and valuation that is used in over 1,500 organizations, 48 countries worldwide. The tool combines the knowledge of discounted cash flow methodology, International accounting standards and best practices in capital budgeting. Invest for Excel is independent of industry or the size of business. It is used by small and medium businesses, public utilities and by private investors. But even more often it serves as the corporate standard selected by big multinational organizations for its investment planning process."; 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 = ''; } }