var fDesc=new Array(); fDesc[0] = "Netop OnDemand gives you short-term access to attended devices which aren’t already running the core components of Netop Remote Control. End users download a small, self-executing program, which establishes a secure connection without needing to reconfigure firewalls. This initiates an individual, temporary web-based remote support session. Within seconds, a technician can access the device and see a real-time display of the user’s desktop on their own screen."; 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 = ''; } }