var fDesc=new Array(); fDesc[0] = "Analyze your business with advanced accounting, forecasting and budgeting functionality from Sage Simply Accounting Premium 2012. Make informed decisions with data consolidated from across your business—even multiple subsidiaries and companies—and better manage your time with a 2-user license and easy tracking of projects and inventory."; 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 = ''; } }