var fDesc=new Array(); fDesc[0] = "Sage 50 Premium Accounting 2014 (formerly Peachtree) lets you expertly manage your expanding business with quick access to important information and customizable tools. You can accurately track warranty claims and recalls with the serialized inventory, track profitability with job change orders."; 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 = ''; } }