var fDesc=new Array(); fDesc[1] = "execution of java-based software, and also the visualization and interaction with java applets embedded in web pages."; fDesc[2] = "Live. Besides providing protection to your Pc from threats, it is packed with a number of additional features. It also helps in improving your PC’s performance by removing the junk matters from the system’s hard disk."; fDesc[3] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use."; fDesc[4] = "dictionaries and multi-document translation makes this software suitable for advanced translation purposes."; fDesc[5] = "improvements that make the game even more addictive. Players have the option of choosing to play the single player campaigns, multiplayer, or random maps."; fDesc[6] = "powerful features to enable building comments, reviews and forms. You can control and create your digital signatures and protection options.You can edit your PDF by inserting text, images, merge, split, crop, rotate. The program installs a toolbar for Microsoft Word,PowerPoint and Excel."; fDesc[7] = "application. A good aspect of this software is its interoperability and wide range of platform supported such as MAC OS X, all windows platforms, QNX Neutrino 6.2 meaning almost every other operating system."; fDesc[8] = "using simple steps. PDF-XChange can output a PDF file with all the properties of a professional PDF file. You can select PDF-XChange in the printer tab while printing a Microsoft Office document to create PDF file. PDF-XChange enables you to set passwords, permissions for the PDF file."; fDesc[9] = "mode, i.e the same history and strategy in real time. The big difference that shows the wisdom of the people of Microsoft and Ensemble study is that it adds 5 new civilizations and substantially improves the artificial intelligence."; fDesc[10] = "defaults preference for the windows media player. Most of the time it so happens that after you install many softwares or codes, a video file may not play in windows media player or Media Center. This can be corrected by using this program."; fDesc[11] = "you expect. This game includes shooting, fire, weapons and equipment, special effects, intense battles, worthy adversaries. I think you won’t be bored, as you are waited for different surprises and real challenges."; fDesc[12] = "Visual Basic language along with the included facilities for developing Microsoft.NET applicationes as well as stand alone software. Easy to learn and to use, step by step guides the developers to create tested, compiled and debuged applications for Windows and Windows.NET environments."; fDesc[13] = "landmark in the map. There is a world map, where you can zoom in. All the road and rail routes of the United States is marked in it. There is a Euro version of AutoRoute too where you will get the whole of Europe. Anyway it is not available for Asia, Africa or other Ameriacan Places."; fDesc[14] = "This program is based on the technologies, developed in Interactive Visual Media Group. These technologies are also used in DeepZoom Composer and Windows Live Photo Gallery programs."; fDesc[15] = "futuristic game is set in the twenty-sixth century, in which the player has to assume the role of the Master Chief, a cybernetically enhanced \"SPARTAN\" super-soldier."; fDesc[16] = "assets for effortless retrieval and presentation. Expression Media makes digital asset management easy—just drag and drop to import more than 100 different media formats, including digital RAW files."; fDesc[17] = "analyzing it. The version 3.2 of Microsoft Network Monitor has been modified to add some new tools with improved functionality such as; ‘Process Tracking’, Network Monitor API etc. It is actually an update which replaces Network Monitor version 3.1. The download size varies from 4.3MB-15.1MB."; fDesc[18] = "LifeChat headset is a very good quality product. The sound quality is just great, with a noise cancelling microphone. Well, this software doesn't have many options to customize. It just acts as a driver."; fDesc[19] = "features which satisfies the every creative needs of the graphics users. It is easy-to-install, repair, manage and fast enough with a wide range of tools and special effect features. Packed in a 3CD media, it includes a number of clip arts and 3D text effects to make your work easier than ever."; fDesc[20] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more."; 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 = '...'; } }