var fDesc=new Array(); fDesc[0] = "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."; 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 = ''; } }