var fDesc=new Array();
fDesc[1] = "including CD, DVD and Ipod videos. You can now create videos for YouTube, your Blackberry phone, MP4 player, Ipod Nano, Ipod Touch, PS3, PSP, Zune and Xbox 360 in a couple of minutes.";
fDesc[2] = "document format (PDF, HTML, CHM, RTF, HLP, TXT, DOC, MDB, XLS, etc.) easily and quickly.";
fDesc[3] = "convert almost all the popular video formats including MP4, AVI and VOB DVD formats in minutes. You can also extract audio from any video file using the MP3, MP2, WAV, AMR and AIFF output profiles.";
fDesc[4] = ", MP4,WMV,MP3,AAC and WMA for playback on BlackBerry with excellent video and audio quality.";
fDesc[5] = "stored in the hard drive of their computers from different popular formats to compatible files. Supports many inputs and allows the user to edit the output.";
fDesc[7] = "AVI with high quality and fast speed for BlackBerry and other devices.";
fDesc[8] = "ripping tool that helps you extract video from DVD movies, VOB and IFO files; and a Video Conversion tool for various video formats stored in your hard drive.";
fDesc[10] = "This program is a very complete application that will allow you to convert your files and customize your conversions by setting many output parameters.";
fDesc[11] = "BlackBerry including AVI, MP4, MPEG, WMV, XviD, H.264, DAT, MOV, ASF and FLV, etc. to BlackBerry AVI.";
fDesc[12] = "them directly into device. Now you can convert and compress your multimedia files and watch them on the go! Surely you will have an access to easy command of BlackBerry Video Converter by just clicking several buttons so as to complete the conversion. Also besides the default setting, you can set up the parameters of output files including resolution, bit rate, audio track, frame rate etc. for best quality of audio and video output for your video BlackBerry.";
fDesc[13] = "(wmv, rm, rmvb, avi, flv, 3gp, mp4, H264, mpg, mpeg, DivX, Xvid, dat, mkv, asf, mov, m2ts, vob ...etc) to blackb.";
fDesc[14] = "convert DVD to BlackBerry video and audio AVI files. It can convert DVD to BlackBerry Video in a fast converter speed with excellent quality";
fDesc[15] = "based converter that rip all kind of DVD playable to blackberry";
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 = '...';
}
}