var fDesc=new Array(); fDesc[0] = "Phrozen Safe USB is a tiny tool that allows you to control your USB Device Status.
Normally an USB Device is rather unsafe because it is designed to interact with your computer. With this program you can make your USB Device fully operational, set it in read only mode (can't modify/write) or you can disable USB Device altogether in just one click from the tray.
This tool is very useful to avoid getting infected by malware."; 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 = ''; } }