var fDesc=new Array(); fDesc[0] = "VNC Organizer An application for browsing, editing and importing VNC connection files (.vnc). All files are stored in one central place for each user. Also this tool can establish a vnc connection based on the information in the .vnc files.
Edit each VNC settings file in an Editor which explains each function and automates the setting process whenpossible. Edited files can be saved again. The saved files are fully compatible to the VNC viewer."; 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 = ''; } }