var fDesc=new Array(); fDesc[0] = "AdvaLame Suite is a so-called "front-end" for use with LAME. LAME is a great MP3-encoder that it's very fast, it produces high-quality files, has many advanced features (like variable bitrates and joint-stereo), and it's open source. Unfortunately, it is a command line utility, and that is where AdvaLame Suite comes in by providing an easy-to-use graphical user-interface which makes MP3-encoding even easier."; 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 = ''; } }