var fDesc=new Array(); fDesc[0] = "Remote Manager enables administrators to remotely perform mundane tasks and more. This tool has a powerful System Restore feature based on Microsoft Windows System Restore. It allows administrators to remotely restore the system to a previous state, force-create a restore point snapshot, and/or schedule restore-point creation on the network systems."; 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 = ''; } }