var fDesc=new Array(); fDesc[0] = "As a music fan, you may come up against some problem that seems to you almost a mission impossible. You muss up a sea of Mp3 files and want to add your personal touches to them but simply find no suitable tools at hand. Now, things are totally different when you boast MP3 Wav Editor. With this all-in-one audio package, you can easily become an "Eminent Music Producer". MP3 Wav Editor enables you to pick out favorite music from CDs or on the internet, rearrange their order and montage them at your own will."; 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 = ''; } }