var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[3] = "developing web pages & applications. It contains Apache Web Server, MySQL Database Management System & PHP Programming Language. So now you can develop your applications locally on you home PC and once you have developed you applications you can upload it to your webhost."; fDesc[4] = "graphics. The game play takes place in Maple World, where players travel defeating monsters and developing their characters’ abilities and skills. As it is a role-playing game, players can interact with other players around the world by chatting, trading and playing minigames."; fDesc[5] = "developing software for the creation of virtualization environments; that is to say, to recreate other operative systems' functionality on another OS. This is an application that can load those virtual machines and let you use them."; fDesc[6] = "developing and using PHP projects on their local computer. WAMP stands for: Windows - Apache - MySQL- PHP5. WAMP5 automatically configures all these components to work together, wherever you install them on your local drive."; fDesc[7] = "tools and the Rhinoceros provides just the needed tools to model and document personal designs ready for rendering animation, analysis, engineering, drafting, and manufacturing or construction purposes."; fDesc[8] = "one, by generating new classes or selecting them from other packages. In order to use this editor you must have any version of Java Development Kit on your system."; fDesc[9] = "The release was delayed several times because of developing issues and the end product wasn't really polished in terms of design and functionality. However, it still managed to sell 2 million copies."; fDesc[10] = "interface very fresh we can handle all our multimedia resources with this program. After we install the program we must to configure it to get all multimedia files in the browser, and select the skin that we want to use."; fDesc[11] = "great nonetheless. In the game, you play a new character, who apparently was on the same flight as the survivors, but he can't remember anything prior to the crash. Jack asserts that he has amnesia brought on by the shock of the crash."; fDesc[12] = "software solutions. They have developed many products and one of them is the PanoramaPlus 3. PanoramaPlus 3 is called a digital photo/image stitching tool. PanoramaPlus 3 has an easy 1-2-3 type of facility where user can easily do number of edition in the image/images."; fDesc[13] = "Application developers. It stands out in the crowd of other IDEs and PHP editors as it has the most powerful and useful plugins and developers tools which are always helpful in developing present day web applications rapidly and effectively."; fDesc[14] = "programming skills. User selects the required page layout out of the propossed by the application, by clicking on one of the standard layouts shown or a template masters set. Web page designers can bring in their own projected layouts in XHTML."; fDesc[15] = "java code, without any additional downloads. All the plugins and necessary java development tools – all are integrated in this prepackaged software. In order to start developing Java code with Eclipse, all you need is EasyEclipse Expert Edition."; 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 = '...'; } }