var fDesc=new Array(); fDesc[1] = "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[2] = "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."; fDesc[3] = "and clipboard contents, and edit and save your work in multiple formats. It also includes a built-in text-to-speech feature."; fDesc[4] = "option of web browsers, which is implemented by using Java scripts compliant with W3C standards. The program provides us an option of applying password protection to allow only authorized viewers to visit the website."; fDesc[6] = "the web: web text extractor, RSS feed reader, raw text reader, and web browser. Also you can record the text you read aloud in a WAV file, when minimized it reads aloud the selecting text from any source and clicking \"Copy\" from the window you are working on."; fDesc[7] = "it checks page content it can even detect when the server is OK, but a site or page is unavailable."; fDesc[8] = "a select few, like most popup blockers. It filters web page content as it is coming in from the Internet, before it reaches your web browser."; fDesc[9] = "to your choices, modifies headers and html page content on-the-fly to make things right. You don't want ads? Just activate filters."; fDesc[10] = "you will be able to control Live Labs Listas directly from your browser with the ability of selecting content from a web page and then add it to a list. It also enables you to highlight \"clippings\" from a web page and add them to a list."; fDesc[11] = "structure or unstructured data(including text,image and other file) from web page, reform into local file or save to database, post to web server."; fDesc[13] = "Title Tag, H1 to H5 and Alt Tags) and Website Content of Top 10 search results in Google. Spy hundreds of your competitors in minutes :)"; fDesc[14] = "unlimited freedom to manage page content and appearance. You do not need to know how to program or write HTML code."; fDesc[15] = "a zip or archive of the web page content of a site being visited. Additionally, you can create an image, snapshot, or PDF of the current web page. Now you can generate your own personal history of sites you visited. Find something interesting and want to save it? Let’s say you’re traveling without a printer on a train, plane or automobile; you can email yourself whatever your browsing with personal notes on why. Or, if you may simply want to keep a record or keep track of what the “other” guy is doing. This is a great resource tool. Here's what this handy, little tool can do for you: · Capture web page content (zips html). · Zip or archive the web page content of site visited. · Create an image or snapshot of web page and create a PDF of page. · Batch processing of tray application of PDF that allows you to create multiple PDFs or archives from stored lists. · Email..."; 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 = '...'; } }