var fDesc=new Array(); fDesc[0] = "BeatStar finds and plays Internet radio via mouse click - no running costs. Record music from Internet radio stations via mouse click and save it? No problem with BeatStar. Thanks to a modern overview of genres you are able to explore the huge range of Internet radios intuitively and playfully. Choose any song you like from the Internet Radio with one mouse click. Whether rock, pop or country: With BeatStar you quickly can find the right radio station. Easily download any radio song with one mouse click and store it as MP3- or FLAC-file."; 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 = ''; } }