var fDesc=new Array(); fDesc[0] = "KGY Soft released a new product for control of use of CD in the enterprise network and also on home computers. Now you can easily prevent the using of the CDs with inadmissible (not tested, dangerous) software or with other inappropriate content. Earlier the system administrators had a headache how to provide an access to CD-ROM drives in such a way that CD-ROM would be available for users in their everyday work and at the same time CD-ROM wouldn’t be a source of danger of undesirable software intrusion. Many parents would like to protect their children from the PC games stuffed with the scenes of violence and pornography that are quite often distributed on CD-ROMs. Thus, CD Inspector allows you to solve the problem of CD-ROMs access management."; 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 = ''; } }