var fDesc=new Array(); fDesc[0] = "VNC Viewer is part of the "RealVNC Connect" remote desktop connection platform. RealVNC Connect consists of a RealVNC Server app for computers you want to control, a RealVNC Viewer app for devices you want to control from, and an online management portal.

VNC Viewer provides a simple interface, where you can view and control the remote desktop using your keyboard and mouse. You can also transfer files, copy and paste texts, send print jobs, and communicate with remote PC user using chat."; 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 = ''; } }