var fDesc=new Array(); fDesc[0] = "XP-Remote is a tool to monitor and control the XGT Panel installed in the office or in the plant. The XGT Panel can be monitored by several people at the same time. A user can perform the XGT Panel' s functions with the office computer itself; not with the site’s XGT Panel. Hence, he does not need to perform work under poor site conditions."; 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 = ''; } }