var fDesc=new Array(); fDesc[0] = "PCSYS Maintenance is an application that provides assistance in planning and execution of efficient, preventive maintenance routines for production lines, buildings, vehicle parks, tools and other items that demand regular oversight and attention in your organization. The program is designed to keep track of all your data, whether it refers to preventive tasks or the history of machinery, vehicles, and buildings. Data are collected in one place, and employees can benefit from each others’ knowledge across departments and organizations over. The system permits a good overview of sites and related equipment. Being intuitive, it is easy to navigate, and being customizable, it creates a user interface with relevant data for each individual user."; 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 = ''; } }