var fDesc=new Array(); fDesc[0] = "Streaming Audio Recorder is a tool that can enrich your music entertainment. It allows you to record streaming audio from music sites, video platforms, radio stations or capture sound from audio chats effortlessly. The audio will be saved in high quality for playing on gadgets, uploading to music communities and sharing with others. The software provides lots of output audio formats including MP3, AAC, FLAC, WMA, etc. for playing on any music players and portable devices smoothly."; 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 = ''; } }