var fDesc=new Array(); fDesc[0] = "AVerMedia SDK is a feature-rich development toolkit which offers industrial customers a complete set of functional modules to develop vertical applications flexibly and efficiently. The program is based on a functional module design, providing video and audio parameter initialization and configuration, capture, encoding/decoding, recording, post-filter, editing, streaming, hardware acceleration, rendering, playback, and CD/DVD burning tools for seamless integration."; 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 = ''; } }