var fDesc=new Array(); fDesc[0] = "The Jazz Radio toolbar is a 100% free browser add-on, that is meant for Jazz music fans to listen to jazz radio stations online. The highlight of the toolbar is a radio player with over 100 jazz radio stations broadcasting worldwide,including podcasts. You can always define your own stations and add them to the radio by yourself. Beside the radio, the add-on contains rich content from the world of Jazz : Music reviews, new albums, news , jazz clubs, festivals and events around the world, tickets, and more content updates weekly."; 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 = ''; } }