var fDesc=new Array(); fDesc[0] = "Breakaway Audio Enhancer improves the quality of audio output from Windows PCs by digitally remastering the stream in real-time. It incorporates 4, 5, 6, or 7 band dynamics processor (depending on selected preset) that examines and adjusts the audio thousands of times a second. Low levels are intelligently raised and loud signals are kept under control, all in real-time."; 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 = ''; } }