var fDesc=new Array(); fDesc[0] = "Elecard StreamEye Studio is a set of powerful applications comprising Elecard StreamEye, Elecard YUV Viewer, Elecard Video QuEst, Elecard Stream Analyzer, and Command line tool for automatic analysis. Verification of standard compliance, automated analysis and data dump are available in “Command line” tool which is part of StreamEye Studio"; 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 = ''; } }