var fDesc=new Array(); fDesc[0] = "Designed for Production Sound Mixers and Post Production Editors, Wave Agent provides a comprehensive and indispensable range of tools for preparing audio files for problem-free passage through complex production workflows. Wave Agent is an essential, time-saving tool for anyone working in Production Sound."; 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 = ''; } }