var fDesc=new Array(); fDesc[0] = "Equipment Maintenance Control is designed for those who want to establish a regular maintenance program on all their construction, manufacturing, and shop equipment. Equipment Maintenance Control enables you to individually monitor and control, all of the services on all your equipment and develop a maintenance history of each of these services for future examination."; 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 = ''; } }