var fDesc=new Array(); fDesc[0] = "Icesun Audio Converter is a flexible and easy-to-use tool that converts audio formats MP2, MP3, AC3, WMA, WAV, MPP, ACM, MP4 (AAC), AMR, OGG, GSM, VOX, IMA ADPCM, MS ADPCM, G-721, G.726, G.723, G.729, RAW, DSP, U-LAW, A-LAW from one to another. It has an user friendly interface that supports drag & drop. You can convert many files in batches regardless of their source formats."; 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 = ''; } }