var fDesc=new Array(); fDesc[0] = "BS-Tuner is a dedicated player for streams created with Internet Broadcasting Server. All you need to do is input the server URL and the BS-Tuner will automatically playback the audio stream and display the images broadcasted by the specified server. Detailed help pages are also available to learn how to use all the features. After installing the software, simply select a folder containing your audio files (mp3, ogg or wav) and click the Start button."; 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 = ''; } }