var fDesc=new Array(); fDesc[1] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc."; fDesc[2] = "encryption (256-bit), dual encryption that includes both 'Blowfish' and 'Rijndael' with 256 bits each. The application can be downloaded as a desktop program, PC resident, or as a portable application for being used with USB sticks."; fDesc[3] = "Data Safes on your PC, Laptop, USB-Sticks, CDs, DVDs, etc. This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or by using a sequence of pictures."; fDesc[4] = "information from CompactFlash cards (type I/II), IBM Microdrives, SmartMedia cards, MultiMedia cards (MMCs), Secure Digital (SD) cards, Memory Sticks, and any other storage devices."; fDesc[5] = "thefts and other attacks. The program uses passwords and 256-bit Twofish encryption technology. Using SafeHouse Explorer you create special locations called \"Volumes\" on your drives which are invisible for other users."; fDesc[6] = "ready for amazingly realistic 3-D billiards featuring nine different play modes including Cutthroat, 8 Ball, and 9 Ball. Test your skills with pre-set trick shots or play against the computer or a friend."; fDesc[7] = "create two Data Safes with 1 GB capacity each on your PC, Laptop, USB-Sticks, CDs, DVDs, etc.This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or a sequence of pictures."; fDesc[8] = "disks, floppy disks, PCMCIA-attached digital camera cartridges, smartmedia, compactflashs and memory sticks that have been lost due to accidental deletion or format, system crash, virus damage, power failure and much more."; fDesc[9] = "adware, malware, attacks from the Internet, from the e-mail or external devices, such as removable USB sticks, etc. We can control the applications connecting to the internet, remote laptops connecting to our network; prevent hackers’ intrusion, etc."; fDesc[10] = "recordings by the drumming icon John Bonham. He made use of the Supraphonic snare drum, Bonham popularised larger sizes, including the 24\" bass drum."; fDesc[11] = "attractive gameplay of its prototype"; fDesc[12] = "PCs. Programs can be launched via a tray icon. If you close Portable Start Menu on an USB-Stick, running applications can be closed automatically, too"; fDesc[13] = "drives. The program is capable of supporting many kinds of pen drives. Files can be recovered from USB drives, SD cards in all sizes including mini and micro, memory sticks, MMC multimedia cards, XD picture cards and smart media."; fDesc[14] = "you can search your whole computer for any type of files including hidden files too. In FindOnClick expert search mode you can create the category of files like Document files, Music, Photo and Pictures, Programs, Videos, Web documents etc. to search all such files categorically."; fDesc[15] = "that you want, that you can copy and paste, save and print. This is very useful because it is difficult to remember exactly what folders are stored on your memory sticks, discs or external drives."; 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 = '...'; } }