var fDesc=new Array(); fDesc[0] = "Flash Wave2Mp3 Converter is an easy to use tool which specializes in batch conversion from wave files to mp3 files. It employs a nice & clean interface. It supports drag & drop from windows explorer. Many advanced options are included to optimize the sound quality or file size of the generated mp3 files. The options include fixed-bitrate, Variable Bitrate (VBR), noise shaping, ID3 tags, etc."; 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 = ''; } }