var fDesc=new Array();
fDesc[1] = "lost files due to virus attacks and software faults in minutes. It supports most hard and floppy disks, digital cameras and memory cards. The program scans your computer or drive and instantly shows you deleted files in a simple and intuitive user interface.";
fDesc[2] = "similar and/or identical ones. The accuracy of comparison is really good. The program supports most of the popular image formats: TIFF, JPG, PCX, BMP, ICO, PNG, WMF, TGA, J2K, and others.";
fDesc[3] = "actual image. The utility automatically generates thumbnail icons for most popular image types including JPEG, PNG, GIF, and many others.";
fDesc[4] = "browser window and drag and drop to the project CD or DVD you wish to create. It supports the next disc formats: DVD, DVD+RW, DVD+R, DVD-R, DVD-RW, DVD-RAM, CD-R, and CD-RW discs. You can backup files, Rip discs to ISO files, and Burn ISO files.";
fDesc[5] = "various ways and effects. It also helps you save expensive paper. The software comes with many build in templates and effects you can select from. With Pos Multiple Image Printing Wizard you can easily create impressive photo albums, artworks, posters, collages and much more.";
fDesc[8] = ", calendar, and life. Information that used to be buried on your hard drive is now at your fingertips.";
fDesc[9] = "them, and extract their contents to your hard disk without burning the ISO file on a CD.";
fDesc[10] = "watermark and so on.Support 53 image formats. Friendly and easy-to-use interface make it suitable for beginners as well as professionals.";
fDesc[12] = "right-clicking on the file or files you'd like to work with, allowing you to edit your digital photos with 70+ effects.";
fDesc[13] = "utility or powertoy is Image Resizer Powertoy. Image Resizer is a small utility which will allow you to resize your images to several predefined sizes, and you can also specify a custom size.";
fDesc[14] = ", JPEG, GIF, PNG, ICO, clipboard, and more. ZapSnap can also open the saved image or its folder, or launch any command.";
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 = '...';
}
}