var fDesc=new Array(); fDesc[1] = "offers easy burning wizards separately for Audio disk, Data disk, Copy disk and Erase disk. CDBurnerXP also offers ISO image burning wizard that can be used to burn an ISO image to disk, without NERO Burning tools."; fDesc[2] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools."; fDesc[3] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users."; fDesc[4] = "languages C/C++. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can be easily used in combination with Cygwin or any other GCC based compiler."; fDesc[5] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface."; fDesc[6] = "tool is a must-have for teachers and students of these languages, you have everything you need to a very quick start."; fDesc[7] = "formats in minutes. It's fully customizable as it enables users to adjust the compression and encoder rates, resolution, and frame rate of the output files, plus set the output size. It even allows to preview the output file before converting."; fDesc[8] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc."; fDesc[9] = "version brings improvements in the motor of handling of images (ISO, NRG, etc…) new languages available, and neat errors of the interface. In addition now it comes frees of adware (Publicity), that is not little."; fDesc[10] = "hex editor, CP conversion, text differences, templates, macros, spellcheck option, auto-completion, Code Explorer and much more."; fDesc[11] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users."; fDesc[12] = ", applications, etc. Easy to program Windows applications with a GUI. Just drag and drop the necessary buttons, text-boxes, pictures and even flash content and media player right from the toolbox and double click on and item to write the software code!"; fDesc[13] = "CD-R/CD-RW/DVD-R/DVD+ R/DVD-RW/DVD+RW/DVD-RA M (SCSI-IDE/EIDE-USB), Multi languages, ISO support"; fDesc[14] = "Pascal programming. It's similar to Delphi IDE when Borland was in charge of it. It provides the possibility to import Delphi files, like units, projects and packages. Its GUI is friendly and easy to use. It runs in Windows, Linux, FreeBSD and MAC OS platforms."; fDesc[15] = "great features, intended to be used in the development of medium open source web projects. It is available under Windows, Linux and Mac."; fDesc[16] = "Eclipse. With over 1,360,000 downloads to date, thousands of developers a day are discovering why Aptana Studio is now the leading choice of web professionals everywhere."; fDesc[17] = ", by choosing the files to save, by burning images to disc or creating bootable CDs or DVDs. You will be able also to create audio CDs with audio tracks, or any kind of disc with MP3 or WMA files."; fDesc[18] = "Project Management, Project Templates, Code Completion, Debubber Interface and an Editor with Syntax Highlighting. It also has some wizards. The User Interface is highly customizable. JCreator will allow you to compile or run your Java program."; fDesc[19] = "installations with uninstall control and feedback, access to registry keys, INI files, etc."; fDesc[20] = "Auto) games series. This Application can be used for GTA3, Vice-City and San Andreas. It can also be used partially for the LCS and VCS."; 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 = '...'; } }