var fDesc=new Array();
fDesc[1] = "originally not released to the public. However, the developers saw the need for an application like this around the office and decided to indulge the end-users. UltraSnap can do everything that the built-in Windows application can do.";
fDesc[2] = ", get creative with talk bubbles and 40 stylish filters. Accurate color with professional color management.";
fDesc[3] = "ask you for an URL of a site that you want to capture. Then, it will access it and create a JPEG capture of the whole site. The other way to do this is having a Print to PDF plug-in on your browser, so that you can go to PRINT and save the whole contents of the site into a PDF file.";
fDesc[4] = "access to the remote PC is needed to install this invisible spy software. Once installed you can watch the screen and view all activities.";
fDesc[5] = "customizable tool will allow you to create fascinating invitations or greeting cards for your partner. This tool is compatible with most of the Windows operating systems";
fDesc[7] = "on a 30 GB Zune music device. With the Zune Music Recovery software it does not matter how data was lost. The program has the capability to recover and restore files that were lost accidentally through deletion,";
fDesc[8] = "an archive of your digital photo library onto cd or dvd. Easy Photo Backup will calculate how many cds or dvds you will need for your backup.";
fDesc[9] = "phones to CD/DVD and PC Hard Drives. The program can recover a wide range of file formats: JPEG, GIF, BMP, CRW, etc.";
fDesc[10] = ", resize its window to fit the area you want to save, and press \"save it\" button.";
fDesc[11] = "television series).";
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 = '...';
}
}