var fDesc=new Array(); fDesc[1] = "modify existing PDF documents. The application has the ability to create in batch mode and combine multiple files and multiple file types in a single PDF document, as well as create PDF packages."; fDesc[2] = "them. There is always access to this information any time anywhere, even if your going on a business trip, you can take these web pages with you on your laptop and view them with no Internet connection required."; fDesc[3] = "consulting targeted search engines and information sources on the Web. The Quick Search allows you to search for an expression in a wide range of search engines."; fDesc[4] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls."; fDesc[5] = "addresses from web-pages on the Internet (using HTTP and HTTPS protocols) and from HTML and text files on local disks. his version enables you to search for addresses through several search engines simultaneously and also includes external plugins."; fDesc[6] = "developed in Visual Basic and you need a Visual Basic interpreter installed in your computer. You can preview the menu in your default browser by clicking a button in the tab bar."; fDesc[7] = "suitable code for JavaScript, CSS. HTML and XHTML projects. It includes JavaScript, CSS and HTML references for making easier the deployment of all the necessary code to create web pages."; fDesc[8] = "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[9] = "programming skills. User selects the required page layout out of the propossed by the application, by clicking on one of the standard layouts shown or a template masters set. Web page designers can bring in their own projected layouts in XHTML."; fDesc[10] = "is that it reduces the size of the web page resulting in faster load times, thereby saving disk space and bandwidth. When the web page is used in a client's browser, the documents will be uncompressed and the page will look exactly as it was before compression."; fDesc[12] = "web pages by removing unnecessary characters and tags. It also help you to check/fix broken links."; fDesc[13] = "downloads pictures, movies, mp3, other files and web pages matching your interests. It has file splitter, popup blocker and detailed text search"; fDesc[14] = "scripts. Code Rip can extract and save Scripts, Styles, Meta Tags, Frames and Comments."; fDesc[15] = "easily displayed in a parade, tracked, sorted by domains, category, page marks, saving time, time .etc."; 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 = '...'; } }