var fDesc=new Array();
fDesc[1] = "different methods makes it easy for you to change the names, attributes and timestamps of files in one go.";
fDesc[2] = "or missing files to save you hours of downloading only to find you have 1 file missing or the last file has a CRC checksum error.";
fDesc[3] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT.";
fDesc[4] = "manner with a mere click of a button. It has a provision of ‘folder naming preferences’ that allows the user to actually control the search and storage of the music library.";
fDesc[5] = "encodes and decodes MP3s, OGGs, WMAs, and more. Remote and local CDDB and ID3v2 file naming is supported, along with many advanced features.";
fDesc[6] = "use. There are many applications like this and most are even inbuilt with Windows. However, this one has some nice features that I would like to share with you. As many others, ZScreen allows you to take screen captures of your whole screen or a region of it.";
fDesc[7] = "organized exactly how you want them. Use filters to add information, remove spaces, change capitalization and more.";
fDesc[8] = "is an optimum tool for renaming the files transferred from cameras, mobile phones, mp3 devices that have their own naming conventions. Storage of the files in the system needs organization and names relating to the subject to maintain with ease.";
fDesc[9] = "file or with a text description), unpack archived attachments, and pack attachments in the outgoing messages.";
fDesc[10] = "mode including scrolling capture and support for different formats with automatic naming and versioning.";
fDesc[11] = "Modems or Cable/xDSL/ISDN Modems to host their own Web, FTP, Mail or Game Server or other TCP/IP services fro...";
fDesc[12] = "named based on any number of file naming schemes you can configure such as ID3 tags and EXIF metadata. Includes undo.";
fDesc[13] = ", even original name Preservation (Sub-Naming). PreSort by Name, Size, Date, Type or Thumbnail Preview [for graphics files] and Re-name in one click. Also i...";
fDesc[14] = "and click the button! Naming patterns are created basing on your own criteria and may include date, time and numbering. Download it Now!";
fDesc[15] = "time from the unhelpful camera names to names that mean something to you.";
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 = '...';
}
}