var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc."; fDesc[3] = "source community, because in the past it was a very important drawback when trying to persuade IE users to switch to Firefox. Now any user can use Firefox as your default browser without losing any feature."; fDesc[4] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing"; fDesc[5] = "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[6] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom."; fDesc[7] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price."; fDesc[8] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms."; fDesc[9] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications"; fDesc[10] = "developed, inserts pictures, tables, hyperlinks, anchors, forms, PHP code, comments, etc. for making web pages in a very quick manner, editing them in What You See Is What You Get (WYSIWYG) mode, so anything is done is immediatly seen."; fDesc[11] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage."; fDesc[12] = "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[13] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows."; fDesc[14] = "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[15] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms."; 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 = '...'; } }