var fDesc=new Array(); fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox."; fDesc[2] = "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[3] = "easily and quickly. Get professional results with its more than 800 special effects, countless editing combinations and an extensive range of presentations and photo projects. It supports 20 different image file formats."; fDesc[4] = "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[5] = "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[6] = "It lets you to organize ideas, projects, contacts, files, and Web pages associatively to capture your thinking and perspective. You can use PersonalBrain for business projects or for your own use at home."; fDesc[7] = "features of professional photography. BreezeBrowser Pro helps you to manage your photos: from editing your photos to publishing them on the web. BreezeBrowser Pro offers raw conversion for different cameras, and protects your photos using watermarks."; fDesc[8] = "unavailable. Surf the Internet faster. Search downloaded websites for keywords using built-in full-text indexing."; fDesc[10] = "RSS feeds make the rapidly changing data directly available to the user. The Active Web Reader Customizer is an ideal solution for the owners of various sites who need to allow customers to update information."; fDesc[11] = "you gather on the Internet. Never lose another Web page. SurfSaver is an ideal tool for anyone doing on-line research."; fDesc[12] = "unavailable. Surf the Internet faster. Search downloaded websites for keywords using built-in full-text indexing."; fDesc[13] = "create your own web library collection and then work with it when you are offline - organize, catalog and edit downloaded web sites and files."; fDesc[14] = "couple of things: capture your entire screen or capture any combination of active or inactive windows. CaptureSaver does that but also adds support for smart screen-captures from third-party applications."; fDesc[15] = "messages, and more. Save txt, html, rtf, doc, and pdf files. Add saved data to iMiser Favorites with one click."; 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 = '...'; } }