var fDesc=new Array(); fDesc[0] = "XDCAM Viewer is a tool that enables you to play back and check the video and audio material in MXF files. In addition to playback of proxy AV data, it supports playback of the material at its original screen quality (MPEG IMX and MPEG HD). After installing XDCAM Viewer, the user can display thumbnails of MXF files in Windows Explorer."; 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 = ''; } }