var fDesc=new Array(); fDesc[0] = "NoMachine is a remote desktop application that gives you access to files & folders, remote printers, and devices, and even plays songs & videos from remote PCs. This application also features a screen recorder, cloud server, and a Linux based terminal server. You can open your desktop for others to join in, and let your friends collaborate on the documents you are working on, or get help with troubleshooting the problems."; 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 = ''; } }