var fDesc=new Array(); fDesc[1] = "CD and DVD video formats in three clicks. The powerful RM/RMVB decoder supports all RM/RMVB files, even without installing \"Real Player\" itself onto your PC."; fDesc[2] = "program just a video joiner because you can change the output video format to AVI, MP4, 3GP, MPEG, WMV, VOB - and this way you can use the program as video converter too."; fDesc[3] = "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[4] = ", MOV, QT, MID, RMI video formats to AVI, DivX, WMV, VCD, SVCD, MP4, MPEG and WMV. This software tool is very useful for creating video clips and includes built-in DVD and Audio-Video players for displaying and monitoring all kind of video or audio format files."; fDesc[5] = "available with features like selecting or customizing video size, NTSC/PAL format, frame rate, audio codec, bit rate, as well as sampling rate for the videos which are being converted from or to VOB formats."; fDesc[6] = "formats to MP3 files. Also, the program converts, as well as encodes and decodes, audio files between Windows WAV, WMA, MP3, M4A, OGG, AAC, RA, etc. Easy to manage user interface: all the operations with a couple of clicks."; fDesc[7] = "Video and iPod Video. YASA VOB to MP4 Converter’s encoding algorithm ensures that videos created have the very best quality. YASA VOB to MP4 Converter is a very powerful software tool that has the ability to convert both video and audio"; fDesc[8] = ", AVI, MPG, DivX, VCD, SVCD, etc. and directly burn to CD. Also, this program is useful for DVD copying and for ripping purposes. It allows to duplicate and/or copy DVD to make a backup and preserve the original discs. Also, the application enables the user to rip a whole DVD or part of it."; fDesc[10] = "to VOB and convert VOB to all popular video/audio formats, such as MP4, MOV, 3GP, 3G2, MPEG, with super fast speed and great output quality."; fDesc[12] = "iPod Video; Its standards-based encoding algorithm ensures that videos have best quality;All codec are built-in.Can clip VOB video files."; 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 = '...'; } }