var fDesc=new Array(); fDesc[1] = "The present limit is 20 folders with 20,000 files each and no more than 4 GB in total. Very useful to avoid the hassle of transporting files in a USB drive."; fDesc[2] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[3] = ", secure digital card, thumb drive, pen drive, removable storage, ipod, and more."; fDesc[4] = ", computers or in a nekwork. It only works with Windows OS (XP, Vista, etc.). The number of stored files is increasing constantly since the users manage mobile phones, digital cameras, media players, emails, PDAs, iPods, laptops, desktop PCs, USB drives, networks, etc."; fDesc[5] = "scans and detects the threats that may harm the system, then removes them. Along with the autorun virus, it also removes its registry field that is stored in the system registry."; fDesc[6] = "removable media is inserted, scanning for some kind of threats (like AutoRun viruses or such). Moreover you got a small set of utilities that can be helpful to use with your USB drive, like the \"Unlock USB drive on eject\" feature."; fDesc[7] = "portable and installable. The portable version also requires a small installation in our USB drive, but once this is done we can use it without any problems over there to go where."; fDesc[8] = "can be a threat through a USB drive. The program is small, quick and fully compatible with all software. Once installed it will not require virus database updates and will immediately provide protection against threats that come through the USB connection."; fDesc[9] = "Drive Manager is a flash device special data management utility. It will be very useful for many users. USB Flash Drive manager will help you to transfer necessary data from one PC to another. The utility synchronizes flash drive and hard drive of PC with ease."; fDesc[10] = "07/30/2002, as can be read in the author´s page. He´s not offering it anymore in his web site. Drive Rescue can be run in 20 different languages. You don´t need to install it, it can be run even from a floppy disk or USB drive."; fDesc[11] = "drives, network drives, and even RAM disk drives, and will build a direct access for them in the desktop. In the case of removable media (such as USB drives and CD/DVD drives), it will only add the drive to your desktop if it is present."; fDesc[12] = "bootable floppy disk, that can be used to start your system. The program will also create a floppy disk image. You can use that image to generate a bootable USB drive, using BootDisk2BootStick"; fDesc[13] = "your USB device over the Local network or the Internet. ou will be instantly connected to any USB drive configured on your Local network or the Internet as if it is plugged to your system."; fDesc[14] = "software is very easy to use, and the APO USB Autorun automatically detects and extracts the file from the USB drive as CDs are auto run using autorun.inf."; fDesc[15] = "run via any kind of removable disk. What you need to do is, just install this My USB Menu software to your removable drive for opening any file of your choice and software will run automatically without having to search the drive for them."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }