var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[3] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe."; fDesc[4] = ", Java Core Classes, Java Plug-in. Java 2 Runtime Environment Standard Edition is the core component of Java Development Kit."; fDesc[5] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[6] = "predecessor considering the various new methods and number of new classes and applications that can be developed using it.The best of JAVA yet makes it a wonderful one."; fDesc[7] = "Microsoft Office applications. It includes the following applications: Learning Essentials for Students Learning Essentials for Teachers Learning Essentials Content Development Kit It mainly contain a lot of templates to help students and teachers in school / office work."; fDesc[8] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password."; fDesc[9] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server."; fDesc[10] = "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[11] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows."; fDesc[12] = "of Flash websites, HTML websites and Flash presentations."; fDesc[13] = "to manage large libraries of drum samples very easy to use. You can export the audio in to any format required. Get the experience of using the real drums by attaching a MIDI keyboard or just beating the keys of your keyboard."; fDesc[14] = "Tool, DVD Burning Tool and MP3 Burning Tool), Burning Kit Premium offers a Data Recovery Tool, Disc Backup Tool, Multi Burning Tool and an Information Tool."; fDesc[15] = ", Audio Burning Tool, DVD Burning Tool and MP3 Burning Tool. Each of the four programs is able to erase rewritable discs. The Basic version of this kit doesn´t have the features included in the Premium version."; 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 = '...'; } }