var fDesc=new Array(); fDesc[0] = "Springboard to the next level with customizable enterprise resource planning software designed for progressive businesses. Sage ERP MAS 500 runs every business function at peak efficiency and delivers the insights you need to stay ahead of the pack. A complete enterprise management solution, Sage ERP MAS 500 integrates our unmatched financial accounting software with the full range of business functions in a modular design. Flexible, customizable and scalable to grow and change with your business needs, Sage ERP MAS 500 runs your business the way you want to, with a low cost of ownership and high ROI."; 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 = ''; } }