var fDesc=new Array(); fDesc[0] = "SCADA System is the System for Supervisor Control and Data Acquisition. It can collect digital and analog of the fields, carry out live or remote real-time control over the fields controlled by the FABs and provide with necessary resource management function. FAB-SCADA System Software is an easily operated, widely used industrial software for the realization of network function of the FAB Intelligent Controller."; 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 = ''; } }