var fDesc=new Array(); fDesc[0] = "To compress any uncompressed .avi file with help of Softage Video Codec or to play files compressed by it you can use standard DirectX GraphEdit tool. The key objects are Softage H.263 Encoder and/or Softage H.263 Decoder. Please see the picture below as an example of a Graph for playing usual .avi file by passing it through Softage Encoder and Decoder to standard Video Renderer."; 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 = ''; } }