var fDesc=new Array(); fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[2] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs."; 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] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[5] = "(e.g. red eye) or get creative. Use for web, email, or print. Photoshop plugins, animation, and much more. FREE. Registration required."; fDesc[6] = "and with just simple right click you are able to access all its features. All the basic effects of the application are based on the plugins for its complete customization and addition of new effects."; fDesc[7] = "not run on Windows NT4/ME/9x. Useful for people who needs to install Operating Systems all the time. Bart´s PE Builder 3.1.10 will give you a Win32 environment with network support, a graphical user interface and FAT/NTFS/CDFS filesystem support."; fDesc[8] = "I think there is no other tool like this which has so many useful features available in just one bundle. Digital Camera Tools for Adobe PhotoShop has following plugins for Adobe Photo Shop AutoEnhance, Colorcast Correction, Exposure Compensation etc."; fDesc[9] = "software GuitarPro. The application is a multitrack reader and player of tablatures and score of your favorite songs, and you can create your own guitar tablatures as well. It has a very intuitive interface containing all the necessary tools to create stunning music."; fDesc[10] = "with most popular music players like Winamp, Windows media player as well as iTunes. Though LyricsSeeker would only work with internet connection, it turns out to be a good tool for music lovers."; fDesc[11] = "many platforms. The editor is expanded by plugins, which is good because it means the editor is just as functional as you need it to be, and it may possess any feature you desire."; fDesc[12] = "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[13] = "image edition program gets slower, and longer to start up, menus get complicated, Plugin Commander helps users to take control of the plugins and effects. This application is very useful for managing and previewing plugins and effects collections for graphics programs."; fDesc[14] = "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."; fDesc[15] = "JavaServer Pages, EJBs and Web Services. It contains all the necessary plugins, tools and essential utilities you need to start developing server side Java application code, without any additional downloads."; 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 = '...'; } }