var fDesc=new Array(); fDesc[0] = "An intuitive tool allowing you to discreetly view the activity of a remote user on any desktop of your network easily. You can take screenshots of the remote machines on your network and save them to a file on your local computer. Application can be configured to automatically capture screenshots from the remote machines after a specified period of time and saving them to files in a variety of image formats."; 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 = ''; } }