var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "manage your collections of flash videos.You can create a Playlist by adding necessary tags and rate your videos. In Personal videos, you can queue up videos and download them. In Favorites you can automatically download the latest episodes of your favorite TV shows.";
fDesc[3] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better";
fDesc[4] = "high-quality graphics for the Web. Engineered from the ground up to address the needs of professional Web designers, the new tool incorporates such advanced features as a visual export preview, complete control over compression and color palettes, automatic generation of button states and JavaScript rollovers, as well as text and effects which are editable all the time. Fireworks allows designers to create the most compact graphics and GIF animations in the fewest steps. Other Web-focused Fireworks features include the ability to 'slice' an image for faster downloading, then export the component graphics plus the HTML table to re-assemble them in the viewers browser. Fireworks provides a built-in 'Image Map layer' to facilitate assignment of URL links, as well as a button generation feature which automatically produces up, down, rollover, and hit states for button graphics, along with...";
fDesc[5] = "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[6] = "most common compressed archives including ZIP, RAR and 7z. QuickZip is a FREE alternative to WinZip, WinRAR and PowerArchiver. Although its interface is not the paradigm of beauty, QuickZip is powerful, full featured and has lots of tools like Search in Archive, Archive Finder, etc.";
fDesc[7] = "viewers often only show you the processes and that is all they do. What's Running takes things one step further by adding services, modules, network connections, and more to the mix.";
fDesc[8] = "because the interface of it is very intuitive and we can handled like we wish. When we open the program we can find one toolbar, one panel for browse our files and for searchs images or videos and other two panels and a central window.";
fDesc[9] = "open these package files and associate them to the tool. You can also extract, preview or defragment some files. It is really one of the best package viewers on the Internet.";
fDesc[10] = "viewing right from .jpeg, .gif, .ico, .bmp, .tif, .png, .wmf, .tiff, .emf, .pcx, down to .tga, along with Adobe Photoshop(.psd), text editing options, web contents (HTML) browsing, hex viewing, and loads of other features.";
fDesc[11] = "desktop tool can access remotely Windows PC or OSX Mac despite firewall’s, router’s or proxy’s configurations. This version supports Remote Desktop and RAdmin. It supports \"dynamic-DNS\" for VNC Servers without static IP addresses. EchoVNC works on Windows and Mac platforms.";
fDesc[12] = "program we can find one toolbar, two panels and one windows. In the toolbar we can refresh the page, print it, export it in many formats like: MS Excel, MS Word, RTF, HTML, XML, DBF, PDF, Text File, CSV File, DIF File, SYLK File, La TeX, SQL and Windows Clipboard";
fDesc[13] = "convenient dual-panel file browser with enhanced search function and tabbed interface. New feature - separate media player is included!";
fDesc[14] = "interface, but what I most liked from the program is the search of images in my computer. This program is easy to handle and very recommended for use with the edition of your images and for work in the web.";
fDesc[15] = "are usually performed with files, like renaming, searching, printing, converting and editing. The program includes a range of special viewers and each of them is separate way for getting information about a user’s files and managing them.";
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 = '...';
}
}