var fDesc=new Array();
fDesc[1] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players.";
fDesc[2] = "enable you to playback and encode most of the formats currently available. During the installation, informative menus will warn you about options that may cause troubles, like some old codecs. The installation will ask you what to do.";
fDesc[3] = ", MP4 and MP3 format. The Pro version converts to DivX, XviD, MPG and MOV formats. The program has a one window interface.";
fDesc[4] = "WMV, MPEG, MOV, QT, RM, RMVB, QuickTime, MPG. Supports batch conversion, large video files, conversion of a segment setting start and end points, and automatic shutdown your computer after a job is done.";
fDesc[5] = ", evob, flv, gif, tp, ts, mv, mov, qt, m4v, mp4, mpg, ogm, pva, rm, dat, wmv, xvid, nuv, vro formats to avi, divx, dv, mkv, ogg, wmv files. Its features include batch conversion, and the ability to crop and trim your clips.";
fDesc[6] = "IFO files. It supports batch conversion to DVD video files and can directly burn to DVD blank discs. The video size ratio or aspect can be force to a desired format or automatically set by the application.";
fDesc[7] = "AVI, SVCD, VCD, MOV, WMA, RA, RAM, M4A, MPC, MPEG and many more. This program is a combination of two programs (DVDPean and DVDPean Video) developed by the same company.";
fDesc[8] = "files into formats that are compatible with your preferred portable player. Rip your DVDs into AVI, DivX, MP4, H.264, MPEG, WMV, 3GP, RMV, or FLV, to be used with your iPod, iPhone, Zune, PS3, mobile phone, Pocket PC, or to be published in the web via YouTube.";
fDesc[9] = "files from one into another in a very short amount of time and with no quality loss at all. This powerful application supports many video files, including MPEG, WMV, DVD, VCD, SVCD and AVI.";
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 = '...';
}
}