var fDesc=new Array(); fDesc[0] = "AudioStreamer is the Internet radio receiver and recorder that lets you enjoy the thousands of radio stations available on the Internet. While listening to your favorite radio station, you can record any radio station you want, anytime! Browse through the radio stations, selecting a genre and the preferred bandwidth, and enjoy Internet radio!"; 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 = ''; } }