var fDesc=new Array();
fDesc[1] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file.";
fDesc[2] = ", MPEG2, ASF, WMV, VOB, and DAT files among each other. Power Video Converter boasts an easy-to-use graphical user interface which really makes it easy to convert files.";
fDesc[3] = "DVD, WMV, ASF formats.#1 Video Converter is also a joiner,splitter. it can join and split video files between all supported format.";
fDesc[4] = "decided to change its name to FFSJ: The Fastest File Splitter and Joiner. Some name, huh? Anyhow, what this application does is cut your files into smaller parts so that you can fit them in certain media or e-mail it.";
fDesc[5] = "small pieces or merge multiple audio files into one large file. You can import multiple audio files of MP3, WMA, WAV, OGG and AIFF formats and merge them all to create a large MP3 file or use the splitter tool to split any MP3, WAV file into small pieces of audio.";
fDesc[6] = "individual basis. Joining it back in the same file again is very simple. You simply double click in the autogenerated executable file you find in the folder you chose for the splitted pieces and they will automatically be merged in a single file equal to the original.";
fDesc[7] = "their original name and size. Besides, you can also split files in as many smaller pieces as you need, and recover the original file just by double-clicking in the .001 file. Restore your split files even if 001 File Joiner & Splitter Pro is not installed in your system!";
fDesc[8] = "*.001,*.002, etc.";
fDesc[9] = "Besides, this easy-to-use tool is also a powerful splitter that will cut your large files into smaller ones to fit into any of the most popular storage media. This free tool comes with a clear and well-structured interface.";
fDesc[10] = "special training to join or split sound files (MP3 or WAV) as well as perform basic editing. Variable bitrate MP3 files are supported.";
fDesc[13] = "large file.";
fDesc[14] = "can split any file into multiple files of same size. The program can split any file by bytes, kilobytes, megabytes, gigabytes or text files by lines. But the trial version can only convert files under 10MB.";
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 = '...';
}
}