var fDesc=new Array(); fDesc[1] = "efficiently and effectively. The suite includes Microsoft Office Access 2007, Accounting Express 2008, Microsoft Office Excel 2007, Microsoft Office Outlook 2007 with Business Contact Manager, Microsoft Office PowerPoint 2007, Microsoft Office Publisher 2007 and Microsoft Office Word 2007."; fDesc[2] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc."; fDesc[3] = "related to Creative Hardware, Drivers and Application Software. The Program identifies the devices connected to the computer and generates information which helps the product developers."; fDesc[4] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[5] = "lots of cool audio options such as playing regular video files with enhanced audio-quality, and imitated multi-channel surround sound and supports 3.1, 5.1, as well as 7.1 speaker configurations."; fDesc[6] = "correct the grammar, spelling, and style mistakes we may have made while writing English. It offers grammar explanations and synonyms, as well as dictionary, idioms, thesaurus, translation, etc. WhiteSmoke has several versions to suit our needs."; fDesc[7] = "sources of information, on a given word or phrase in any application on your PC just by Alt-clicking on the word. In the first instance, an information bubble opens up to display the definition of the word using Answers' selected information source."; fDesc[8] = "to balance sound waves in such a way that the spine chilling effect is minor. It still carries features similar to its predecessor. However this version has integrated the need for high definition into its package."; fDesc[9] = "features wonderful graphics, well-made effects, and good sounds. For those who have never played this game, it is basically a fighting game in which Men and Beasts try to demolish each other using low-tech weapons and colorful spells."; fDesc[10] = "system by prolonged usage. DC Ner ensures updates applied to the installation of the drivers on availability. DC Net addresses the problems associated with the latest high tech games and software and the increase in the graphics and video related problems..."; fDesc[11] = "for bonus damage. Gyro Glue: Swirling and burning glue with a large area of effect [new]. Warp Gate: Wormhole + explosive objects from the 8th dimension appear."; fDesc[12] = "single players to role play as the main character in the main, story-driven game that also includes two multiplayer challenge games for players."; fDesc[13] = "hear screeching audio, then MP3 Checker is for you. There are several companies working for the RIAA that use high-tech tools to flood the file sharing networks with fake mp3s. Finally there is an easy to use tool with advanced capabilities to detect and delete the corrupted MP3s, before they are even finished downloading! Help us clean up the file sharing networks!"; fDesc[14] = "Runtimes."; fDesc[15] = "and startup programs manager, plus a downloader for other utilities"; fDesc[16] = "ArtisanMX is FREE for monitoring up to 2 Intellinet,Sony,Axis,S tarDot-tech, JVC, Canon, Panasonic, DLink cameras with the possibility to view up to 16 cameras and/or add recording/replay facilities at small additional cost."; fDesc[17] = "background with computer code sliding slowly, a luminous core sort of thing rotates on its own axis on a random sequence. There are some electronic sounds too which, along with the graphical animation, create a special atmosphere."; fDesc[19] = "download and install code signing tools, create and import certificates, and sign applications and other files with drag and drop ease."; fDesc[20] = "create Zip archives, too. It's the really easy way to manage with Zip files!"; 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 = '...'; } }