var fDesc=new Array(); fDesc[0] = "ToneBoosters Morphit is a headphone correction and simulation plugin. The program supports the majority of commonly-used headphones models for studio and monitoring use. It modifies the audio for your headphone to sound like a neutral, 'studio reference' headphone, irrespective of what headphones you are actually using. Additionally, it allows simulating other headphones models so you can easily verify how your mix translates."; 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 = ''; } }