var fDesc=new Array();
fDesc[1] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality.";
fDesc[3] = "into a single file. You just select a file (or files), adjust a couple of options and click on the corresponding button. Although the program isn’t quite feature-rich, it serves its main purpose well enough.";
fDesc[4] = "author. It will support many platforms with the compatibility advantage allowing the exchange of files between platforms. Comparing this one between the other options of the software this is the most stable.";
fDesc[5] = "huge files. highly configurable";
fDesc[6] = "*.001,*.002, etc.";
fDesc[7] = "a number of smaller files to share them over the internet or by some other mean. Of course you can control the number of partition and size of each part of the file. File split also take care of any file corruption by calculating its CRC signature.";
fDesc[8] = "can also search any content within the file of any format. Wow! It is an offline search engine, so there is no doubt that it will support wildcard search. If you have no idea of the name of the file you want to search then you can search the files by the file creation date.";
fDesc[9] = "the source file. Its intuitive interface includes both a media player and a wave form graph, allowing you to select the starting and end points in an interactive way. For higher accuracy, you can set the times of your cutting points in milliseconds.";
fDesc[10] = "of files. You can then send, store, record, carry, upload, view, or play them.";
fDesc[11] = "into one? This might be the perfect program for you. Simpli-File Split & Merge is the easiest way to split or merge as many files as you need to!";
fDesc[12] = "It supports all AVI, MPEG I/II, DVD, VCD, MPEG-4 and ASF/WMV formats, splitting and re-encoding your video files in one easy operation. Splitting can be done automatically or manually, and the output files are fully customizable.";
fDesc[13] = "file, set start time and end time, split or cut any section of the AC3 file. It also splits equal parts either by size or by time.";
fDesc[14] = "is useful when you need to split a file in order to make it easier to email it, copy it to floppies or CDs or upload it to file hosting services with file size restrictions.";
fDesc[15] = "between this file splitter and other similar products is that here you can select the exact split point.";
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 = '...';
}
}