var fDesc=new Array(); fDesc[1] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[2] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair."; fDesc[3] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature."; fDesc[4] = "4 unique tanks of action-puzzle adventure!"; fDesc[5] = "Video Converter supports AVI (DivX, MS MPEG4, Uncompressed, Cinepak and other), MPEG4-1, MPEG4-2, RM and WMV files"; fDesc[6] = "employed for a TV show production. This fun and easy-to-play game turns you into a very busy waitress trying to keep the customers happy, and that could get more difficult than it sounds. Try this game for 60 minutes before you buy the licensed version."; fDesc[7] = "will have to take good care of animals and plants, fulfilling their needs suchs as food, water and else. Then you'll have to sell your production to local restaurants and collect money."; fDesc[8] = "experience. It presents a control center that will take care of all your Windows settings where everything is explained in a simple language."; fDesc[9] = "operations like junk file cleaning, registry and disk defragmenting, etc. Also, it can set some of the registry settings to speed up the operating system and file system. It is one of the best in this kind of software."; fDesc[10] = "clean a mess, first find it and then click on it with the mouse pointer. The second activity is to put the kids in bed before the parents come back home. To put a kid in bed click on it and then click on the bed."; fDesc[11] = "accepted to “Caregivers International”, a company that provides healthcare and in which you’ll be working as a maternity ward nurse. You’ll have to feed, burp, bathe, change the diapers and soothe the babies."; fDesc[12] = "which movies to show. For those who have played the previous version of the game, the interface will look familiar. It’s a bit restyled though. You can try this game for 60 minutes before you buy the licensed version."; fDesc[13] = "your PC, diagnose any PC problems, your internet connection, and programs will work rapidly. Systerac Tools will help assist you by offering many Vista tweaks."; fDesc[14] = "cannot afford to loose. WinRescue Vista will also restore our system after a computer crash, and remove all the unnecessary entries from our Windows Registry."; fDesc[15] = ", neurotransmitters, enzymes, autosuggestion, tonics, natural remedies and strengtheners of the immune-system."; 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 = '...'; } }