var fDesc=new Array(); fDesc[0] = "PM Coordinator is a compact but very powerful Maintenance Management System. This application is the ideal choice for any organization that requires a computerized maintenance system but doesn't require inventory control and purchasing. This versatile scheduler allows you to setup and reuse both work instructions and safety instructions for recurring work orders, plus these tasks can be set to automatically regenerate themselves as needed. Completed work orders can have a summary of the task saved to the Equipment history database, which allows you to maintain a complete maintenance history on each of your assets."; 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 = ''; } }