var fDesc=new Array(); fDesc[0] = "Internet Radio is the coolest radio Add-on for Internet Explorer 6 or 7 that enables you to listen to thousands of radio stations from around the world while browsing the Internet. All you need is your PC and no extra hardware. You can listen to your favorite Radio stations without having to open many browsers or even search for Radio channels."; 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 = ''; } }