var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to scan USB drives for viruses before opening any files that may contain them. There is a handy option to automatically scan any new USB drive when inserted or the user can specify a drive and scan it with one click. Results are clearly displayed in the main pane and a history log is maintained until the user chooses to clear it. The software can be set up to load on Windows startup and in the system tray. This easy to use, lightweight software increases system security, helping the user effortlessly keep up good practice by checking every new drive before problems can occur."; 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 = ''; } }