var fDesc=new Array(); fDesc[1] = "files, text files as well as MP3 audio files. Using simple commands and tools you can compare and differentiate between two files. You can merge the changes, synchronize your files and create reports for the changes made."; fDesc[2] = ", Turbo Pascal and Delphi. Its interface is very similar to Borland Turbo Pascal, but with more options. Free Pascal was created by Paul Florian Klämpfl, a student that decided to create his own compiler when Borland made the announcement that there wouldn't be a Borland Pascal 8 version."; fDesc[3] = "tools such as a Visual Resource Editor, powerful Win32 Disassembler, DLL Export Viewer, UPX and Upack Unpackers, and more."; fDesc[4] = "makes it better than other editors in its group. It is supported on Windows family operating systems. It supports many programming languages to serve the needs of programmers."; fDesc[5] = ", through to the coded solution. User should beware that this tool is more complex than a simple UML diagram editing tool, in that, through the use of the Model Drive Architecture (MDA) standard, the tool supports complex modeling which is realizable in code."; fDesc[6] = "Delphi and Cbuilder components. The UltraExplorer interface can be changed according to the needs of the user. The windows can be docked, made hidden and also float as free windows. The toolbars can be custom set as well, and short cut keys can be easily assigned to the components."; fDesc[7] = "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[8] = "Windows XP. This incredible program works with all resource files (.RES) and PE modules (.EXE, .DLL, etc.) but it has special knowledge of modules written in Delphi."; fDesc[9] = "approach and component framework for PHP. The proven and familiar RAD approach means you are quickly up to speed and productive. The powerful PHP editor, debugger, and profiler increase coding speed and efficiency."; fDesc[10] = "source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc."; fDesc[11] = "interface for better communication within a team, plus productivity tools, such as Automated QA, Scan for Changes, Translation Memory, etc."; fDesc[12] = "to others can be used as security system to identify peoples and to grant permissions. This awarded software allows developers to smoothly add fingerprint recognition to their software."; fDesc[13] = ", Borland C++ Builder, Borland Delphi. Visual Basic forms viewer and source code analyzer."; fDesc[14] = "any application. Speller includes all source code!"; fDesc[15] = "Formatting, text, graphics in PDF documents, all that just by using Delphi. No third party components, pure Delphi."; 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 = '...'; } }