var fDesc=new Array(); fDesc[0] = "The MainConcept DVCPRO 25/50 DV Codec is the new product for amateurs and professionals working with high end Video. DVCPRO 50 delivers considerably higher picture quality since it uses less compression than DV. The Codec comes with a full-featured DirectShow filter. It is compatible with any program which supports the standard DirectShow interface. The latest version now supports Video for Windows as well."; 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 = ''; } }