var fDesc=new Array(); fDesc[0] = "Zotope Insight is a comprehensive metering suite for post production and broadcast applications. Insight allows you to visually monitor all relevant information from your mono, stereo or surround mix in a convenient floating window. It provides an extensive set of audio analysis and metering tools, perfect for visualizing changes made during mixing and mastering."; 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 = ''; } }