var fDesc=new Array(); fDesc[0] = "Free USB Guard will alert you in case a flash drive (or another external drive) is attached during the shutdown or log off process!

The shutdown / log off will be blocked allowing you to take out the flash drive :)

Note about external HDD: the software can also detect them only if they are plugged after the software has been started. Otherwise you can select them manually in the menu "monitor the presence of these drives"."; 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 = ''; } }