var fDesc=new Array(); fDesc[0] = "Designed and built from the ground up by the original inventors of VNC, Personal Edition provides robust and easily-administered security with a minimum of fuss.

VNC Personal Edition 4.6 enables connections to be secured using up to 256-bit AES encryption, and features significant improvements to the file transfer mechanism and to performance."; 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 = ''; } }