var fDesc=new Array(); fDesc[0] = "Internet Radio Recorder Software is an application that allows you to record internet radio stations as they are playing on your computer. The application interface is quite intuitive and has a built-in web browser where you can search for your favorite stations and a set of buttons to control the recording. It saves recordings in WAV format. From the settings window you can set the sample rate, channels, resolution, 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 = ''; } }