var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[3] = "almost any formats such as AVI (DivX, XviD, etc.), DV AVI, MP4 (inc. Sony PSP and Apple iPod), WMV, 3GP, 3G2, QuickTime (MOV, QT), SWF, DVD, VOB, VRO,MPG, MPEG 1,2,4, DAT, VCD, SVCD, ASF, ASX, MJPEG, and many others.";
fDesc[4] = "audio formats such as MP3, WMA, M4A, AAC, AC3, and MP2. These converted formats can be enjoyed on devices like cell phones, Zune video player, PSP, iPod, iPhone, and many more other devices.";
fDesc[5] = "converter, but don't let the name fool you. In the newest versions, they have added a great array of features to it, which also allow it to convert videos for playback on the Playstation 3, the XBOX 360, and more devices.";
fDesc[6] = "quality and super fast conversion speed. It is composed of DVD to Nokia Converter and Video to Nokia Converter.";
fDesc[7] = ", MPEG, WMV, XviD, H.264, DAT, MOV, ASF and FLV, etc. to iPod MP4, MPEG-4, M4V and rip video audio to iPod MP3, M4A, AAC.";
fDesc[8] = "MPEG-4 (H.264/AVC in 480p, 720p, 1080i) and rip video audio to PSP music MP3, WMA fast and easily";
fDesc[9] = "converter AVI, MP4, MPG, MPEG, 3GP WMV, DAT, MOV, ASF and FLV, etc. to Zune MP4, MPEG-4, WMV, and rip video audio to Zune MP3, M4A, WMA.";
fDesc[10] = ", 3GPP2 (3g2), M4A video and MP3 audio in a high quality and super fast conversion speed.";
fDesc[11] = "and FLV, etc. to Apple TV MPEG-4, H.264, M4V and rip video audio to Apple TV music MP3, M4A, AAC fast and easily.";
fDesc[12] = "and super fast conversion speed. It is composed of DVD to PSP Converter and Video to PSP Converter.";
fDesc[13] = "to enjoy your DVD Videos on iPhone, iPhone 3G anywhere and anytime, put DVD video to iPhone 3G easily.";
fDesc[14] = "AVI?WMV?MPEG in a super fast conversion speed. It is composed of DVD to Creative Zen Converter and Video to Creative Zen Converter.";
fDesc[15] = "TV MP4, M4A in a high quality and super fast conversion speed.";
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 = '...';
}
}