var fDesc=new Array(); fDesc[0] = "Budget21.com is a web-based budgeting, forecasting and business planning software. This service enables a business manager to prepare budgets, forecasts or a complete Business Plan consisting of a strategy and financial projections. Budget21.com is also a universal business simulator, which enables a decision maker to play through the risks and opportunities that can have an effect on the economic activities of the company."; 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 = ''; } }