var fDesc=new Array(); fDesc[0] = "PMaint allows you to quickly and easily build a database of regularly occurring preventive maintenance tasks that need to be performed for your business. Record exactly what work needs to be done, how the work should be performed, how frequently and at what times. Printing work orders with these details allows you to delegate this work to your staff, with the specific instructions that should be followed to get work done."; 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 = ''; } }