var fDesc=new Array(); fDesc[0] = "Can explore the program without feeling that if you press the wrong button you lose all your work. iGoUSB wakes up on USB insert and asks you if you want to run the backup. This will save a copy of all your new or newly modified documents. Your time is valuable! iGoUSB allows to backup almost instantly when you backup new files or newly modified files. Installing a new software has never been this easy.
One click to launch installer, one click to choose backup drive and one click to install. Store your encrypted files on an external drive to protect sensitive data. You also have the option to protect the Backup Explore window with a password.
Use it if you want to make sure no one can see the file names in your backup. You have peace of mind that if you've made a mistake on your new document you can just retrieve the old one and not have to redo ALL the work. Explore your backup with a familiar explorer-like interface and drag and drop a document or an entire Folder to copy to your Desktop"; 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 = ''; } }