var fDesc=new Array(); fDesc[0] = "It is an all-in-one audio conversion tool for converting all popular video and audio files to MP3, AAC, AC3, AMR, M4A, OGG and WAV audio formats. It supports converting all popular video files such as AVI, WMV, MPEG, MP4, ASF, VOB, 3GP to audio formats, and converting between popular audio formats, such as MP3, AAC, AC3, AMR, M4A, OGG and WAV easily and fast."; 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 = ''; } }