var fDesc=new Array(); fDesc[0] = "Bigasoft ProRes Converter, the all-in-one Apple ProRes 4444 encoder and decoder, can easily encode or decode all types of Apple ProRes codecs including ProRes 4444, ProRes 422 (HQ), ProRes 422, ProRes 422 (LT), and ProRes 422 (Proxy). Bigasoft ProRes Converter is specially designed to convert to ProRes 4444 or ProRes 422 from all kinds of video formats like MXF, AVCHD, MTS, M2TS, M2T, MOD, TOD, DV, H.264, MP4, MOV, M4V, AVI, DivX, Xvid, WMV, MKV, WTV, DVR, 3GP, RMVB, YouTube, FLV, F4V, SWF, WebM, MVI, TRP, TiVo, DAT, VOB, MPEG-1, MPEG-2 and etc."; 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 = ''; } }