var fDesc=new Array(); fDesc[0] = "CXB Video Converter is designed to convert video for your mobile video player as 3GP, MP4, PSP, PS3, iPod, iPhone, Apple TV, Zune, Gphone etc., and also VCD or DVD player. It allows you to preview the movie before converting, clip any movie segment from the Video’s, snapshot the images in preview, customize the output effect, etc.

It supports converting videos of all popular formats like AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD, 3GP, and audio MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG."; 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 = ''; } }