var fDesc=new Array(); fDesc[0] = "Angel Video Converter is the choice for all-in-one video and audio conversion program. It supports most of video formats including H264(MPEG-4 AVC), VCD, SVCD, DVD, AVI, WMV, MP4, MOV, 3GP, 3G2, ASF, MKV and audio file formats like MP3, WMA, AAC, M4A, WAV, AC3, OGG and more. It can also extract music from video media files.

Angel Video Converter supports all of the popular multimedia devices including PSP, iPod, Apple TV, MP4 player, XBOX, PS3,Zune and mobile phones."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }