var fDesc=new Array(); fDesc[1] = "totally intuitive interface similar to Windows Explorer (with check boxes next to files and folders) that will allow you to select the files and folders you want to back up, the destination and filename, and any optional settings."; fDesc[2] = "allows us to perform a task, as if we are in real mode, but all the new files, downloaded content, change of configuration and so on will only exist in the virtual world. While working on a virtual mode we are protected from external attacks, threat and so on."; fDesc[3] = "disk image or partition image file, you can use that image file to restore the entire disk or partition."; fDesc[4] = "time, landing in random places. Now, to ensure her wedding goes off without a hitch, Jill herself must travel through time and work quickly to get herself and her guests back before the ceremony begins."; fDesc[5] = "your entire system. This incredible application allows you to backup your files and folders to a secure location and recover your data in an instant or perform a complete backup of your system (Disaster Recovery) to recover from failure."; fDesc[6] = "range of storage media. This incredible program backups and restores your entire hard drive partitions, or create bootable recovery images on CD/DVD and hard drives."; fDesc[7] = "without a trace, eliminate spyware, avoid viruses and worms, test games or trialware, undo malicious or unwanted system changes."; fDesc[8] = "recovery, system migration and data protection for Windows computers. The program allows you to perform all this actions through a tabbed interface."; fDesc[9] = "game the three characters have to rebuild it. Starting from scratch, they’ll have to take care of the first citizens and build up the infrastructure needed to survive, such as houses, wells, farms and so on."; fDesc[10] = "able to retrieve them easily. With this incredible program you can backup your photos, media, email and personal files and folders effortlessly and keep them in a secure location and recover your data in an instant."; fDesc[11] = "follows the classic system of point and click. Secret Files Tunguska begins with a mysterious abduction of the scientist Vladimir Kalenkow."; fDesc[12] = "restore files, documents, SQL, exchange, emails, settings, programs and more to virtually any local or remote device"; fDesc[13] = "accidental deletion, overwrite, data corruption, and hardware failure. Remote FTP storage"; fDesc[14] = "changed file backup, non-redundant and encrypted file storage. Preset recovery options restore files, deleted files, or complete system."; fDesc[15] = "server defacement, spyware and other security intrusions. Recover a server in the time that it takes to reboot."; 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 = '...'; } }