var fDesc=new Array(); fDesc[1] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007"; fDesc[2] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[3] = "supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment."; fDesc[4] = "features of a simple text editor as well as many more useful features which are helpful to web developers, web designers and Programmers as well."; fDesc[5] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript."; fDesc[6] = "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[7] = "Adobe Flex SDK, AS2 Project management offering Swfmill and Mtasc integration with the help of a portable standalone command line tool."; fDesc[8] = "tools, powerful debugger and profiler, code beautifier, help integration, real time syntax checker, advanced keyboard templates and much more."; fDesc[9] = "editor, style sheet editor and predefined DHTML and JavaScript code. The application offers code highlighting and color, as well as access to many designs and style examples and templates. Built-in explorer for viewing the page before user upload it."; fDesc[10] = "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[11] = "site. Arisesoft Winsyntax has support of brackets, highlighting, search of match and select of enclosed text options. You can drag and drop page tabs and with different coding you can search and replace text in the external files."; fDesc[12] = "editors, but this leaner IDE is geared for the beginning programmer and student."; fDesc[13] = "code files. PHP Processor provides a fast, intuitive way to obfuscate your PHP source code."; fDesc[14] = "your page have dashes at the end of some of the lines where the whole word can not fit, but some part of it can fit like in newspaper columns. Izlenim HTML Hyphenator hyphenates a document in 2 steps first it looks in its hyphenation word list. This list contains over one hundred and sixty thousand words with their hyphenation marks added. After this step if the word could not be found in the hyphenation list, it applies an algorithm called TEX to the word, this is a pattern algorithm where over 5000 US English patters of hyphenation are searched within the word. Izlenim HTML Hyphenator is very easy to use, and has a built-in editor with html code highlighting. Make you pages stand out from the rest, use Izlenim HTML Hyphenator!"; 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 = '...'; } }