var fDesc=new Array(); fDesc[0] = "This MXF Video Converter allows you to convert MXF files recorded by professional camcorders to popular video formats without losing the original quality. It can convert MXF to any other popular and multi-compatible video/audio formats and HD video formats, such as H.264/MPEG-4 AVC, WMV HD Video Files, HD TS, HD MTS, MOV, MP4, 3GP, AVI, MKV, WMV, FLV, SWF, VOB, DV, and MPG, etc. By adjusting the parameter settings, you are allowed to retain the original quality to the largest extent."; 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 = ''; } }