var fDesc=new Array(); fDesc[1] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace."; fDesc[2] = "true, it can converts almost anything if we are talking about images files. From a very large list of file types, wich includes HTML, DOC, XLS, WPD, PDF, JPG, GIF, TIF, PNG, PCX, PPT, PS, TXT, Photo CD, FAX and MPEG, among others, you can choose whatever you need at the moment."; fDesc[3] = "as well as Hotmail accounts and offers support for HTML email, mailbox encryption, multiple accounts and more. Foxmail also comes with a WYSIWIG tool to compose nice looking HTML emails from templates or scratch."; fDesc[4] = "any web page code. It doesnt depend on Internet pages, since it is an offline application with all the data included. The application installation comes with over 200 JavaScripts, ready to use and insert into a web page. Also HTML tested scripts for including into web page code."; fDesc[5] = "online, this is the perfect software to use. The whole process of creating album is simple and easy. No experience necessary for handling HTML or FLASH tools used in this software."; fDesc[6] = "presentation formats, preserving the original documents format (images, backgrounds, colors, etc.). The output result file is a document generated in another format that is very representative of the original file."; fDesc[7] = "With its simple word-processor-like interface and integrated help, this application can be easily mastered by novice users too. Supplied with single- and multi-author editing capabilities, this program allows you to create documentation in form of compiled HTML help, Web help or PDF format."; fDesc[8] = "powerful utilities. It joins in only one program, the possibility of creation and edition multiple formats of files, such as: PHP, HTML, XHTML, CSS, JavaScript, WML, ASP. If you’re a beginner, you can use the HTML and CSS code wizards. It works on Windows 2000, 2003, XP and Vista."; fDesc[9] = "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[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] = "tabbed interface is well structured and all its functions are organized in different menus. Besides, it has a project explorer that allows you to view, and edit any folder on your computer, and you will be able to edit more than one file at the same time."; fDesc[12] = "previews or thumbnails of web sites in several formats, such as TIF, TIFF, JPG, JPEG, GIF, PNG, BMP, PCX, TGA, JP2 (JPEG2000), PNM, etc. This application doesn't depend on print drivers. Just the opposite, it has its own means to produce conversions of high quality."; fDesc[13] = "this software, the user can create help files using any desired editor and then compilation and manipulation can be done. HTML files can be simply created and edited with the help of this software."; fDesc[14] = "month calendar on a web page, so user avoids creating boxes, text and code lines, etc. for every month. In each and every day cell, user can directly type all the corresponding events on the screen web page calendar and set them with a single mouse click."; fDesc[15] = "color picker has a small and compact Windows-style interface that couldn't be easier to understand, and you can even set your own hot keys to select your colors and values from the program's icon while it sits unobtrusively in your taskbar."; fDesc[16] = "be very useful in designing HTML pages. The utility has a very simple and easy-to-use interface. It offers several methods for picking colors. Colour To HTML 5.2 can remember colors that you have used in its history. The utility includes a range of options for customizing its performance."; fDesc[17] = "JavaScript capable browser (most), and it doesn't require additional software or plugin. There's no limit in page size. The protected page will be (maximum) 10% bigger than original."; fDesc[18] = "replace within multiple or bulk HTML documents. It makes the work of the webmasters, web designers and website administrators easy in searching and replacing a particular string within web pages which are in .htm and .html format This tool comes with built-in preview and HTML editor features."; fDesc[19] = "which enables you to removes all images, scripts, styles, NB spaces or font tags to make your files even smaller. HTML Shrinker Light is highly configurable and provides you with options to enable/disable shrinking criteria and to add new shrinking rules."; fDesc[20] = "files almost instantaneously. All you have to do to get your text files converted is to add the file into the program main window and then click on the convert button. Once you do that you will see the text automatically converted."; 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 = '...'; } }