var fDesc=new Array(); fDesc[0] = "Company focus on flexibility, cost effectiveness and quality requires support from powerful information systems – specialized and standardized in their functionality, and at the same time designed to integrate other company information systems. API PRO Open.7 is such a system. The new generation Enterprise Asset Management system, developed to meet the tough requirements of the industry today and in the future. API PRO Open.7 features a modern three tier architecture almost eliminating network traffic and enabling the system to run fast and smoothly on Wide Area Networks and by the internet making it a powerful solution for as well large organizations as smaller businesses. Keep track of work order progress or carry out maintenance procedures away from plant while having the full functionality and information of your EAM system along on your laptop. API PRO simply helps you get the job done faster and more efficient. In most companies more than 50% of the time spent on maintenance is used to search for information and/or to discuss priorities. Instant access to correct information is a critical factor to improve plant and organizational performance. In all API PRO modules and for all functions it is possible to search for information in several ways; either directly in each field, or via search-and-select lists. From each list access to the advanced and high performance API PRO filtering and sorting functions is available with access to detailed searching. The filter criteria can be predefined and saved for different users. On top of efficient search and filtering functions API PRO Open. 7 has a highly developed intuitive and configurable user interface. With the screen-designer you can make your own screens – with exactly the fields needed in your organization. In case of an API PRO solution involving several plants this can even be specified for each plant giving everyone the exact information they need."; 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 = ''; } }