var fDesc=new Array(); fDesc[0] = "Sage BusinessVision Accounting is a complete business management solution, ideal for growing businesses, especially wholesale, retail, and light manufacturing companies. The program is available in four editions. The Retail edition is ideal for retail companies needing point-of-sale touchscreen functionality. The Standard edition is a complete business management tool for growing wholesale, retail, service, and manufacturing companies."; 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 = ''; } }