var fDesc=new Array(); fDesc[0] = "FxSound is the best free sound booster and EQ for Windows. Boost your sound quality, volume, and bass instantly with FxSound. With presets for Music, Gaming, TV, Movies, Transcription, and more, FxSound gives you sound that's designed for whatever you listen to. And with a parametric EQ and Effects, you can customize your sound to your exact taste."; 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 = ''; } }