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[2] = "time. This application supports a lot of video and audio formats, including MP4, MPEG, VOB, AVI, DIVX, XVID, MPG, RM, FLV, 3GP, 3G2, IFO and many more."; fDesc[3] = "convert most video file formats into files that the iPhone and iPod support, namely, MP4. Videora iPhone Converter allows you to convert files such as .avi, mpeg, mpg, wmv, asf, and more into MP4."; fDesc[4] = ", all this work can be done automatically with YouTube Robot."; fDesc[5] = "converters, both by its looks and the way it works. The application's GUI is the most striking of all the features this application has to offer. It is divided into 3 parts."; fDesc[6] = ", Zune, PSP, mobile phone, etc. It supports all the most widely used video formats, and it is capable of extracting the audio of your DVDs and CDs and re-encode into WAV, MP3, AAC, or WMA."; fDesc[7] = "and music on their iPhones and other devices. This program can be used to edit videos and trim them to the duration lengths required."; fDesc[8] = "Conversion is customized by the user selecting all the available settings, video by the size, DVD segments (clips), as well as the corresponding subtitles and audio tracks, and adjust the desired quality for the output iPod or iPhone result."; fDesc[9] = "files into formats that are compatible with the most popular mobile devices. Using this program, you will be able to extract any of your video files directly to your iPhone, iPod, Mp4 player, Zune player and so on."; fDesc[11] = "video files into formats that are compatible with iPhones. Using this powerful software, you will be able to save a lot of files such as MPEG, WMV, MOV, VOB, 3GP, 3G2, VCD and AVI directly to your iPhone. T"; fDesc[12] = "can both convert DVD to iPhone 3G video and convert DVD audio to iPhone 3G"; fDesc[13] = "video formats including AVI, MP4, WMV, DVD, 3GP, iPod, Zune, Xbox, PMP, PSP, Apple TV, Pocket PC, FLV, SWF, MOV."; fDesc[14] = "popular video format including AVI, MP4, WMV, VCD, SVCD, DVD, 3GP, iPod, Zune, PSP, FLV, MOV, etc."; 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 = '...'; } }