var fDesc=new Array(); fDesc[1] = "functions, statements and variables for each of the previous scripting languages but with a deeper focus on PHP. It also has a MYSQL and an FTP client integrated."; fDesc[2] = "enough to guide anybody to create step by step a web page by means of its interface WYSIWYG -what you see is what you get- very useful also for editing existing web pages."; fDesc[3] = "utilities to work with HTML, CSS, ASP, PHP and JavaScript. It checks syntax, displays highlighted text and includes a CSS editor."; fDesc[4] = "What You Get) environment using both CSS or tabled layouts. CoffeeCup HTML Editor's design emphasizes simplicity and ease of use. You'll find that you can create great looking websites almost instantly with virtually no learning curve!"; fDesc[5] = "editor offers 7 styles of syntax highlighting, code completion, code consistency check, code inspector, tree view of the source code for HTML, PHP and CSS, browser preview in IE and Firefox, print preview and image editing."; fDesc[6] = "production of code and markup is hard work. That's why is very important to have a versatile code editor to help you in this job. Intype is one of those, and with this application you will be able to write code in different programming languages using the same interface."; fDesc[7] = "debugging with pause/resume features and live testing of your code. A wonderful HTML editor and external tools are integrated. Contains PHP documentation. Editing PHP files can never be more fun without this program."; fDesc[8] = "Office Style, which makes it easy to use. It allows the user to create and edit code in HTML, XHTML, JavaScript and CSS, all in a single application.In addition, the software includes some utilities for validating code, as well as reuse it."; fDesc[9] = "easily - giving your Web creations a real edge. JavaScript Editor Pro transforms your pages from displaying static"; fDesc[10] = "be inserted, all javascript code is extracted and syntax checked and checked agianst any html named objects. Javascript editor."; fDesc[12] = "Looking for customizable syntax highlighting feature? Perl Editor 3.1 will do all that and much more. 5000+ Perl coders strong and growing!"; fDesc[13] = "editing software which is capable of helping its users by providing a very easy to use and userfriendly interface. The Software has a fully functional code editor window which supports all the main features such as syntax highlighting and automatic code completion."; fDesc[14] = "web files."; fDesc[15] = "Fully extensible - quickly create your own language definitions. Convert HTML to XHTML."; 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 = '...'; } }