var fDesc=new Array();
fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[2] = "feeds on the web without the need for viewers to download any plugins. It's not just another \"take-a-snapshot-every -minute-and-upload-it- to-your-server\" application, WebCam actually displays live views from a camera up to 25 frames per second. This version includes a free homepage in our webcam community \"Camarades\" for instant publishing of your video stream on the web.";
fDesc[3] = ", GIF, PNG, BMP, TGA, TIFF, PSD, and PSP. The tool comprises many other functions too. Set various dimensions ratios for the image from the offered dimensions list.";
fDesc[4] = "and portals. The program is also very useful for webmasters to keep an eye on their competitors' websites for inbound web-links.";
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] = "means of various color models and convert them into HTML-based hexadecimal representation. This incredible program is based on Absolute Color Picker ActiveX Control and in a a great compact color designer.";
fDesc[7] = "vendors and webmasters as quickly and as concisely as possible.";
fDesc[8] = "documents in the easiest way. It helps professionals and home users alike. We do not need to go one by one selecting the files we are interested as this utility software can download the entire website content, search, and download not only the thumbnails images but the full size images as well.";
fDesc[9] = "few seconds allowing you to choose keywords and optimized text. The program is very small and intuitive, which will only take you a few minutes to understand. In the input section you have to add a word list file and a sentences file, which can be created with Notepad.";
fDesc[12] = "featuring everything you need to develop and deploy cascade style sheets.";
fDesc[13] = "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[14] = "replace within multiple or bulk HTML documents. It makes the work of the webmasters, web designers and website administrators easy in searching and replacing a particular string within web pages which are in .htm and .html format This tool comes with built-in preview and HTML editor features.";
fDesc[15] = ", Webmasters can crawl targeted Web servers (or whole sites) automatically and create an index of their content. Once scanned, users of the Web site can perform searches using simple queries that will return targeted, meaningful results. Phantom also provides the Webmaster with powerful site management capabilities such as server mirroring and archiving, broken link detection, automatic updates, and more. By scanning servers using the Web, Phantom allows seamless searches of multiple servers. In fact, any number of Web sites can be indexed and searched by a single Phantom server. So, in addition to providing users an easy way to search their sites, Webmasters can also provide search capability for other related sites.";
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 = '...';
}
}