var fDesc=new Array(); fDesc[0] = "NRadioBox is a free program for listening to Internet radio stations. What makes it stand out from others is the ease of use. The program comes with over 500 radio stations. It offers skin support, list of favorite radio stations, the possibility of adding a new radio stations, and support for acc, wma, and m3u formats. You can share your favorite radio stations with others on Facebook and Twitter, and play the last active radio station on program restart. Additionally, it can display an info balloon with the name of the song and artist, it can record songs from radio, automatically separate and rename songs and more."; 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 = ''; } }