var fDesc=new Array();
fDesc[1] = ", such as ASF, MOV, and MPG. It helps you synchronize existing subtitles, or edit them by adding new ones and deleting redundant text. You can split a subtitle file in parts to fit the video, and you can always check the results in its built-in WM-based viewer.";
fDesc[2] = "music into the local disk drive, they just set the desired folder and the application will automatically display all the covers for the contained CD albums, taken from the already downloaded information.";
fDesc[3] = "powerful webserver with PHP functionality!";
fDesc[4] = "powerful FTP server!";
fDesc[5] = "Internet.";
fDesc[6] = "Faroese Finnish French Frisian Gaelic Georgian German Greek (Ancient Modern Coptic) Gujarati Punjabi Hungarian";
fDesc[11] = "zooming included. logo integration. You can use your own startscreen. Autofilter included.";
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 = '...';
}
}