var fDesc=new Array(); fDesc[0] = "Sage Pastel Evolution is an ERP solution that gives you the ability to control your financial situation as well as your relationships with your customers, suppliers and employees.

Sage Pastel Evolution Accounting and all modules within the Evolution range are subject to an annual renewal fee. This business model provides you with a number of important benefits including: updates and upgrades, first line telephonic and e-mail support. The compulsory annual renewal is payable on the anniversary date of registration of the application. It gives you peace of mind that you will always have the backup service, support and expertise you need."; 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 = ''; } }