var fDesc=new Array(); fDesc[0] = "EMCO Network Software Scanner is designed to perform basic software audit operations in local networks. You can use it to extract information about installed software from PCs located in Windows domains and workgroups. All operations with network PCs are performed remotely and invisible for end users. The application allows scanning Windows computers in a local network to extract information on applications installed on every PC. The reported information includes the application name, version and vendor, installation date and installation size, as well as other fields displayed in the Windows programs and components dialog."; 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 = ''; } }