var fDesc=new Array(); fDesc[1] = "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[2] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time."; fDesc[3] = "professional web sites without any HTML or programming knowledge. The program includes pre-designed website templates, ready-to-use navigation bars and various objects (pictures, text, animations, sounds) for you to customize the overall layout."; fDesc[4] = "files into Excel, Word and more. You must open your desired file clicking on the \"File\" menu item, select the data you wish to convert, using your mouse or the \"Select\" menu, choose the desired output format, and save it."; fDesc[5] = ", Excel, Power Point (Microsoft Office), Writer, Calc, Impress (Open Office), DXF/DWG (AutoCAD 2004), Text, HTML, and format images like BMP, JPG, GIF, PNG, TIFF."; fDesc[6] = "the finished page will look exactly the way it was designed. All you have to do is to point and click on desired functions, creating a web page without learning HTML."; fDesc[7] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats."; fDesc[8] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board."; fDesc[9] = "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[10] = "Windows that helps you create problem-free HTML and XHTML documents. It's also a great learning tool."; fDesc[11] = "files regularly, then Topstyle 3.5 is for you. Topstyle is a styling utility that allows you to view, edit validate style sheets in Html, Xhtml and CSS file types."; fDesc[12] = "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[13] = "HTML you can create a wonderful website. You can import pre-made HTML pages, edit or rotate images, apply 55+ effects, create shape and manage transparency. You can create stylesheets, menus, rollover or roll-on click effects, play or stop music, launch Java functions."; fDesc[14] = "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[15] = "integrated tools to create, edit, validate, reuse, browse and format your code in a quick and easy manner. It can read and save files in PHP, HTML, XHTML, CSS, JavaScript, WML, ASP, XML formats and others. It runs on Windows 98, 98SE, Me, 2000, NT and XP."; fDesc[16] = "having Adobe Reader installed. The program has the ability to preserve the original layout, bookmarks, links, vector drawings and images. It also supports encrypted PDF files, 4 types of image format, hyperlinks, etc."; fDesc[17] = "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[18] = "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[19] = "but powerful tool has diversified options to help you do your conversions, easily. You can start working since one single file through various options. Has the peculiarity of making use of all functions through hot keys."; fDesc[20] = "which allows programming in HTML for people who doesn’t know much about it. There are two main features that were developed for such beginners: HTML-wizard and a range of special helpers. EasyHtml 2.4 would be a powerful tool for experienced developers too."; 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 = '...'; } }