var fDesc=new Array(); fDesc[0] = "Neo Player is a free CineForm decoder available for Windows.
Neo Player never expires. Neo Player will play Active Metadata on both Win and Mac that is attached to a CineForm clip as long as the Metadata was declared as ON. You cannot modify Metadata using Neo Player. Select the metadata display controls from the CineForm system tray icon (menu bar on Mac).
Formats / Resolutions: Neo Player decodes CineForm files of all spatial resolutions and chroma formats"; 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 = ''; } }