var fDesc=new Array(); fDesc[0] = "Pdplayer is a professional image sequence player and viewer for the 3D, CG and VFX industry, created by Asynthetic and distributed by Chaos Software. It supports most industry standard file formats including EXR, HDR, DPX, CIN, R3D, TGA, SGI, IFF, PIC and VRIMG. Multiple layers can be color-corrected and composed together in real time.

Despite being feature-rich, Pdplayer is fast and lightweight. It starts quickly and flips through frames with ease."; 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 = ''; } }