var fDesc=new Array(); fDesc[0] = "MovBridge© is an easy, cost effective and innovative software especially designed to manage remote wireless communication between different remote scada platforms or between a scada platform and remote devices. MovBridge© is based on standard technologies like OPC (OLE for Process Control), allowing you to interface it with any SCADA/HMI or supervision available on the market (such as Movicon™, iFix™, Factory Link™, RSView™). Remote connection happens by exploiting the SMS technology of the public GSM network, with the appropriate safety criteria."; 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 = ''; } }