var fDesc=new Array();
fDesc[1] = "is available for direct downloading and is available in several languages. It is a program to make photo printing very easy and quick. It supports TIFF,JPEG,PIC,BMP and RAW images.";
fDesc[2] = "Canon Digital Camera. With this utility, we can connect the camera to the computer and take pictures either from the computer or from the camera. The pictures are automatically downloaded to the PC and can be seen using the ZoomBrowser program interface.";
fDesc[3] = "guess you can like it or not. There's not middle point here. TweetDeck installs on the Adobe AIR framework, which means that you can use it on any operative system that supports Adobe AIR.";
fDesc[4] = "data contained in it, but also active applications (yes, including applications that you are using at that precise moment without making any kind delay or lower the performance neither of the copying process nor of the application process itself), thanks to Hot Copy technology.";
fDesc[5] = "Live! Cam webcam by Creative Technology,Ltd. Creative Photo Manager user's interface to create and print our own calendars.We can have fun customizing the calendar provided by selecting different photos, images and layouts.";
fDesc[6] = "program works efficiently with both CUE and XMCD (freedb) formats, and will create perfect MP3, APE, FLAC, OGG, WAV and WMA audio files following the parameters specified in the CUE file. Unicode, UTF8, and ANSI CUE files are supported.";
fDesc[7] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers.";
fDesc[8] = "on an individual basis, changing facial expressions or positioning the figures. In addition to a complete control over the textures and elements that make up a figure.";
fDesc[9] = "application, or fix and mark it as XP-enabled. Now supports large Vista icons.";
fDesc[10] = "simple steps. This incredible program has the ability to open and extract the files contained in ISO, BIN/CUE, IMG/CCD, NRG, CIF, MDF, TDCI, C2D, BWI, B5I, VaporCD, among others.";
fDesc[11] = "uses very few system resources. Easy and simple to use. The folder list appears as in MSDos format and can be color inverted. It shows the number of files, total filesize of the folder and the free disk space.";
fDesc[12] = "can view (at the same time) all the icons that are contained in a directory.";
fDesc[14] = "images in four different forms: Normal: the image is contained in a normal window, with borders and clip controls. It is displayed in the original format if it fits in the screen, otherwise it is automatically reduced to the maximum size fitting in the screen. You can then optionally crop or resize the image by dragging the windows borders or the image itself, hide the borders and even set the image in a slow and random motion. The cropped or resized image can be saved in JPEG format with selectable quality level, with original resolution or with the resolution seen on the screen. Full screen: the image is shown in the middle of the screen, on a black background that fills the rest of screen, hiding anything else. You can pass from normal view to full screen view and vice versa by double clicking the image Slide show, with an optional, barely noticeable status bar showing various...";
fDesc[15] = "allows you to create a new RAR file by putting together the files contained in any number of existing RAR archives. Its simple yet effective interface allows you to select the input files to merge either one by one or by loading all the RAR files contained in a folder and its subfolders.";
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 = '...';
}
}