var fDesc=new Array(); fDesc[0] = "CXB RM Video Converter converts your favorite video files in all formats into RM(RealMedia).
This RM Video Converter allows you to preview the movie before converting, clip any movie segment from the Video, snapshot the images in preview, customize the output effect, shut down the computer automatically after converting finished, convert files in batches, etc.

This software is including convert MPEG to RM, AVI to RM, FLV, MP4, 3GP, WMV, AVC, MOV, XviD, MKV to RM, etc. and has support settings Video Size(320*240, 480*320, 640*480), Quality."; 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 = ''; } }