var fDesc=new Array(); fDesc[0] = "The Radio Tuna internet radio player is the easiest way to enjoy online radio on your desktop. This installable desktop radio player is one of a kind, utilizing our algorithms to fingerprint and sort radio stations by the genres of music played. There are lots of desktop online radio players available, but only one that incorporates Radio Tuna technology. The new Radio Tuna desktop radio player brings you the radio stations you love, effortlessly."; 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 = ''; } }