var fDesc=new Array(); fDesc[1] = "and Windows' notepad is unavoidable. TextPad has a bunch of features that make it a great text editor for many types of tasks. It has all the basic features of a text editor. You can add text and format it in many ways."; fDesc[2] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[3] = "easy to learn and use. It it not much complicated. This is a mid-range to high-end video editing tool. A PC configured with 1GB RAM is sufficient for running one tool at a time but if you plan to run multiple tools concurrently then I suggest you upgrade your setup to 2GB."; fDesc[4] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board."; fDesc[5] = "account. UTF-8 support is the most valuable feature, which will encourage programmers to write strict html code; perhaps in other versions ISO-8859 support may be added, which will be a great advancement."; fDesc[6] = "features a very simple and intuitive user Tabbed multi-document interface which is comfortable both for beginners and experienced programmers, making PHP development easy and productive."; fDesc[7] = "VBScript, PHP, etc. that includes a buil-in project preview, many HTML tags, events and attributes, JavaScript events, attributes, functions, statements and over1200 operators. In addition, this set includes an efficient JavaScript debugger to debug JavaScript code and run it safely."; fDesc[8] = "Auto-completion, Built-in debugger, Code snippets, Tons of Samples scripts, Object browser, WMI code generator"; fDesc[9] = "machine. Use our unique Binary Templates technology to understand any binary format. Includes a whole range of powerful analysis and editing tools."; fDesc[10] = "This incredible software includes debugging features, a very comfortable editor with syntax highlighting, a syntax check feature that finds errors in your script, and many other features for easy and comfortable Perl development."; fDesc[11] = "source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc."; fDesc[12] = "scripts or the selected part of it. The application scans the web page HTML code checking invalid tags, invalid tags attributes or values, misspelled sentences and invalid characters. It alse looks for quotation marks that might be missing or mismatched, missing tags, all over the HTML code."; fDesc[13] = "The application scans the web page HTML code checking invalid tags, invalid tags attributes or values, misspelled sentences and invalid characters. It also looks for quotation marks that might be missing or mismatched, missing tags, over the HTML code."; fDesc[14] = "provides you with a lot of different functions. If you are a programmer or a user who uses PHP and HTML languages, then this program is the right choice. This software allows you to open unlimited-size text files."; fDesc[15] = "and other languages source code. It is an advanced tool supporting syntax highlighting, Code Templates, unlimited text size, etc."; 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 = '...'; } }