var fDesc=new Array(); fDesc[0] = "Radmin Deployment Tool allows you to scan your local network for online computers so you can check the status of these computers and choose to install the Radmin server application on them, or simply uninstall it with just one right click. Radmin Deployment Tool can not only scan your local network but also scan any specific internet server or IP range worldwide"; 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 = ''; } }