var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = "deleted data in cases of hardware failure, operating system crashes, errors on deleting files, viruses or malicious attacks. It makes virtual RAIDS, recover data off a CD or DVD, recover encrypted files, compressed files and alternative data streams."; fDesc[3] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password."; fDesc[4] = "corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[5] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard."; fDesc[6] = "storage media that was assumed to be lost forever. The Pen Drive Data Recovery software can recover data from media that was re-formatted, attacked by a virus, corrupted, on a damaged system or also files that were accidentally deleted."; fDesc[7] = "or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems."; fDesc[8] = "includes Internet trojan horse programs, spyware, keyloggers, rootkits, pseudorootkits, hijackers, adware, annoyware, email relays, spam proxies, spam relays, scam downloads and email/spam robots."; fDesc[9] = "allows you to recover data lost due to overwritten deleted, formatted, damaged or corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[10] = "GPS. This application makes it possible to get a screenshot from most GPS models and with certain newer models, xImage allows you to update some images (splash screen, waypoint symbols, etc.) with your own creations."; fDesc[11] = "or save the keys into a file that can be stored in a safe backup location. It is very simple to use and has a good amount of options and a good technical support. This tool is a good option for your computer support arsenal."; fDesc[12] = "of digital camera storage media. The software includes utilities that rescue, repair, restore and recover lost pictures, digital images or videos from a camera. All kinds of file types are supported, such as jpg, tif, gif, 3gp, avi, mov or mpeg."; fDesc[13] = ", damaged or corrupted partitions in all logical crashes. This incredible application is used to retrieve partition tables, boot sectors, formatted, lost, deleted files of laptops and desktop systems."; fDesc[14] = "that allows you to recover data lost due to overwritten deleted, formatted, damaged or corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[15] = "properties from remote computers within your network environment. It shows the features of the objects, credentials and status and retrieves Host Name/IP address, description, domain, OS type, OS version, OS platform ID, last connection check, WMI namespace and so on."; 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 = '...'; } }