var fDesc=new Array(); fDesc[0] = "Adds support for Media Foundation codecs (providing AAC and WMA on Win7/Vista), built-in support for MP4 tags, adjustable sample channel limits, per-channel CPU usage monitoring, and 64-bit (x86_64 architecture) support on OSX. Also fixes an OSX 10.7 "Lion" compatibility issue."; 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 = ''; } }