var fDesc=new Array(); fDesc[1] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind."; fDesc[2] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk."; fDesc[3] = "entering keywords of the episodes you want to download, you can get a list of related episodes, then you can choose the best one to download."; fDesc[4] = "and information. It is an exquisite tool to build a detailed family tree. It permits you to create and store an ancestral database with individual data entering for each ancestor with demographic information, notes, references and pictures."; fDesc[5] = "is a fresh incursion into the railway simulation genre and an opportunity for lovers of trains and stations to meet their requirements for entering the cabin of one of these transport vehicles."; fDesc[6] = "from an alien invasion. The first cut-scenes are alarming and thrilling. You see a whole armada of alien ships entering Earth's atmosphere. However, you are not even told who those aliens are or what they want. You will (hopefully) find that out during the game."; fDesc[7] = "original, it brings a bundle of new elements in the game as well as richer graphics and more detailed character animations. This sequel will undoubtedly provide an engaging experience for strategy gamers entering the Heroes universe."; fDesc[8] = "complex regular expressions just by selecting its different components from a menu. Then, you can test the created expressions entering values to them. The program will also assist you in creating a replacement string for a given expression."; fDesc[9] = "Live password but do not remember the old one. Of course, you must be able to login with your messenger automatically without entering your password after clicking on the \"Sign-In\" button."; fDesc[10] = ", AVI, WMV, MPEG, ASF, Quicktime formats and many others. You can play these different file formats either locally, simply browsing for them, or by entering a file's URL. Provides Postprocessing, Aspect ratio adjustment, Deinterlacing, and many other features."; fDesc[11] = "your PC. I´ve provided a download link and a 1 byte file size to please the interface, but you don´t have to download anything. Just entering in http://us1.darkorbit.c om you´re ready to begin playing. All you will have to do is obtain a user name and password."; fDesc[12] = "Hotmail, Yahoo Mail, Gmail and default installed MailTo client in Internet Explorer as e-mail client options. You can check which is your Internet Explorer Default Mail Client by entering in Tools/Internet Options/Programs."; fDesc[13] = "added features. Maximus DVD 1.2 automatically detects 16:9 widescreen and 4:3 full screen video. You can build your own DVD catalog, by entering title, year, starring and a brief description of the movie. Maximus DVD will remember that info."; fDesc[14] = "remember those passwords since Windows stores those for easing the login operations, in programs such as FTP or email client. Because of the security rules Windows applies, when entering a password, the input box only shows asterisks."; fDesc[15] = "straight forward. It has a pencil mode to write the number possibilities. Entering the numbers is very easy. Just tap the desired cell grid and the corresponding numbers on the right of the screen."; 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 = '...'; } }