var fDesc=new Array(); fDesc[0] = "GstGMC-M2.2 Graphic Monitor Centre is a newly developed fire alarm system monitoring software. With friendly interface, the software may support 8 remote client stations plus local monitor station, making complete monitoring and control. Also with OLE for Process Control (OPC), the communication with fire alarm control panel(FACP) can also be integrated into other systems. The related FACP should compy with UL standard."; 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 = ''; } }