var fDesc=new Array(); fDesc[1] = "every multimedia file format for playing and conversion. A small video preview window helps the user to choose and preview the right video file. You can convert AVI, MOV, QuickTime, MPEG, WMV, ASF, RM, RMVB,DAT,VOB to AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF and many more."; fDesc[2] = ", AVI, Divx, XviD, VCD, SVCD, 3GP. It lets you select subtitle and audio track, and configure output settings like video size, frame rate, aspect ratio, etc."; fDesc[3] = "DVD to PSP conversion speed plus advanced video editing features cannot be found anywhere else."; fDesc[4] = "mpeg, vcd, dvd, wmv, asf , divx , xvid , avi, mov , quicktime, rm , rmvb to 3GP files playable on most mobile phones. Supports batch conversion, allows you to trim movie, and configure advanced settings."; fDesc[5] = ", mov, dat, mpeg, wmv, asf, rm, rmvb, vob to avi, mov, mpeg, wmv, rm, iPod,Zune,Apple TV,iPhone, mp4, 3gp, flash swf, YouTube flv, mp3, wma, wav, gif."; fDesc[6] = ", Xvid, MPEG, WMV, AVI, Real Media, etc. to iPod compatible files at high speed and with an excellent output quality. The program has also the ability to convert nearly any video format into MPEG4 and 640x480 H.264 format iPod Video."; fDesc[7] = "to iPod File for playing on apple iPod easily and quickly! Watch your own videos on your ipod anytime, anywhere in superb video and audio quality"; fDesc[8] = "mpeg mov rm wmv dvd vcd to pmp psp ppc xbox mp3 ac3"; fDesc[9] = "then, they have changed their approach to sell different applications for different devices. This application is no longer available but you can download any of the other applications, which look and feel the same."; fDesc[10] = "files, Sony PSP MP4 files, Cell phone 3GP files, Pocket PC files , PDA files, Xvid files etc. . It contain H.264 and Xvid decoder."; fDesc[11] = ", MOV, QuickTime, MPEG, VCD, DVD, WMV, ASF, RM, RMVB files as input. Supports batch conversion, allows you to trim video and can shutdown your computer after a job is done."; fDesc[12] = ", subtitle, audio track ,and customize output video and audio quality."; fDesc[13] = "this efficient conversion tool, you will be able to extract your DVD files into different mobile devices and convert them into video and audio formats. Some of the audio formats the program supports are WMV, MP3 and WMA."; fDesc[15] = "of video files such as rm, divx, xvid, avi, wmv, asf, mpg, mpeg, vob, mov, qt, flv, 3gp, swf, nsv to pocket pc video. Now you can enjoy the versatile movies on your Pocket PC wherever and whenever you want. The program has simple settings, a friendly interface, and works at high speeds."; 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 = '...'; } }