var fDesc=new Array(); fDesc[0] = "A useful app that help administrators troubleshoot computers remotely. Create backups of systems and restore PCs to initial state in case of crash. A network solution for avoiding to reinstall entire OS and lose information. Allow its users to access data locked inside computers. With this free tool, you can download files from a remote PC with no need to install anything on it. You can modify the sectors of the hardisk remotely. You can backup the MBR of remote PC and restore it when the system crashed."; 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 = ''; } }