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] = ", cinematic way to discover the web. This plugin actually converts your Internet Explorer window into a 3D Wall and it lets you browse a large number of pictures & videos with ease and speed.";
fDesc[3] = "sizes and colors/textures, which you can modify in a variety of ways. The first obvious way in which you can play with these buttons is by changing the text inside them. This is done by simply selecting a button and writing some text in its text field.";
fDesc[4] = "pages in four modes: Editor mode: Displays the page the way will appear on the browser. Source: Application displays the source page. Preview: Shows the page the way a browser will displays it. Split: In this mode, the screen is divided in visual and code.";
fDesc[5] = "program allows its users to save the color schemes set on a particular webpage or on a design project and use them repeatedly when needed. The program is certainly a necessary tool for professionals who work on multiple projects at the same time.";
fDesc[6] = "to translate a webpage from and to English, French, German, Spanish, Italian, Portuguese, Dutch, Russian, Chinese, Korean and Japanese by making use of up to seven free online translation servers such as Lycos, Google translator, Dictionary.com, Yahoo! Babel Fish, etc.";
fDesc[7] = "picture of a web page might be really difficult task, especially if it is really large. This application simplifies this process and allows taking screenshots of web pages by a single mouse click.";
fDesc[8] = "objects can be attached to a page also allowing the text to be corrected. The page can be completely edited by changing fonts, colors, borders and adding images. Important features also include quick preview, free internet publishing with just one click.";
fDesc[9] = "storing information for later use. Webpage capture makes an image of the Browser's content page.";
fDesc[10] = "directly from your own computer. Monitor your home, your car, your office etc. Get an email when TinCam detects motion. Supports multiple cameras.";
fDesc[11] = "able to take the screenshot of the whole web page as JPG, BMP, PNG, TIFF and GIF in a very effective way. The internet explorer's functionality to take (capture) a snapshot of a given URL is used bythe HTML Snapshot ActiveX Component for its purpose.";
fDesc[12] = "frustrated after printing a 20 page website only to realise a word is missing on the right hand side from every line.";
fDesc[13] = "easily and quickly. It captures the whole web page";
fDesc[15] = "WebPage from immediate browsing to that URL. The ¿WebPage URL List¿Eis for easy navigation of a WebPage, for it lists the URLs in the current WebPage. A single click navigates to the URL. WebGrabber menu includes a favourites list to record up to 25 of your favourite URLs and history list of up to the last 25 URLs navigated to. WebGrabber has an uncluttered toolbar contains navigation and image functions, also a status bar to follow progress. If need be display of these can be turned off and on easily via the menu. A built-in image browser/viewer not only makes the viewing for images from a page easier, but also downloading the images to your computer easier. There is also an automatic generator to download images where the URLs are in a single or double numerical series. As a bonus there is function to capture the current view of the WebPage. It then can be saved as a Bitmap picture...";
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 = '...';
}
}