var fDesc=new Array(); fDesc[0] = "Have you ever left your USB Flash disk attached to your computer? The work documents you require have been copied onto the Flash disk, but the disk has been left connected to your home computer. Or have you forgotten to bring the vacation video you promised to show friends? Not only will you appear absent-minded, but you will also be caused a lot of bother.

Flash Disk Alert helps prevent these problems. This small tool reminds you about USB Flash disks connected to the computer using a dialog box and/or a sound before the computer is turned off or restarted.

The safe disk removal feature can be enabled directly from the program. This guarantees the safety of all data on your disk. All that is left for you to do is remove the disk from the computer."; 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 = ''; } }