var fDesc=new Array(); fDesc[0] = "Remote Access Viewer is a program for remote access and control of EXTER operator panels. It is possible to access, reflect and control an EXTER operator panel from a PC by using the VNC client program Remote Access Viewer together with the built-in VNC server (Remote Access function) in the EXTER operator panel.

Remote Access Viewer presents an image of the operator panel on the PC monitor. The image in Remote Access Viewer is updated at regular intervals or when requested. The Remote Access function has the same function as the actual operator panel."; 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 = ''; } }