var fDesc=new Array(); fDesc[0] = "ClickFix for Adobe Audition is a click and pop filter plug-in, specifically designed for Adobe System's Adobe Audition through version 3.0, and Syntrillium's Cool Edit 2000 and Cool Edit Pro. ClickFix does not work with Audition CS5.5.ClickFix is ideal for cleaning up vinyl LP recordings before transferring them to CDs. ClickFix does a great job removing clicks and pops from 45s and 78s, and can also remove static from AM and FM broadcasts."; 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 = ''; } }