var fDesc=new Array(); fDesc[0] = "TELLUS is a software that allows your PC to control and monitor on-site MONITOUCH via Ethernet. TELLUS simplifies the configuration process and reduces the cost of constructing an effective remote maintenance system.TELLUS enables you to control and monitor multiple MONITOUCH panels and PLCs, so that operation efficiency can be dramatically improved."; 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 = ''; } }