var fDesc=new Array(); fDesc[0] = "Any company, large or small, has basic accounting needs. Through the automation of common business processes, Pastel Xpress accounting software makes the management of these business accounting needs just as simple! Pastel Xpress is so easy to learn and use, allowing you to confidently steer your business’ finances. You have the flexibility to add modules to this financial software, making Pastel Xpress a partner that can increase its functionality in line with the growth of your business. Pastel Xpress can accommodate up to three users (Pastel Xpress Start-Up is single user software)."; 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 = ''; } }