var fDesc=new Array(); fDesc[0] = "DPX2YUV tool answers all the requirements of a video developer. This fast and easy to use program converts multiple DPX files of 10-bit color depth to a single YUV file. The GUI helps you quickly choose the DPX files, arranges them in the order you want and creates the YUV file with a click of a button. You can convert the entire directory of your DPX file into one YUV file or choose a range of DPX files."; 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 = ''; } }