var fDesc=new Array(); fDesc[0] = "MainConcept Codec Suite, the successor to the popular MPEG Pro HD plug-in from MainConcept, is a set of full-featured, native 64-bit editing and export Plug-Ins for Adobe® Premiere® Pro CS5.

Codec Suite offers full support for the Sony XDCAM, Panasonic P2 AVC-Intra and DVCPRO camcorder and deck generations as well as for the Ikegami GFCAM and Canon XF series. It offers full MPEG-1/2, DVCPRO and H.264/AVC encoding support, including performance acceleration for NVIDIA GPUs with CUDA technology and Smart Rendering for MPEG-1/2, DVCPRO and AVC-Intra."; 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 = ''; } }