var fDesc=new Array(); fDesc[0] = "The Ultimate Internet radio player that lets listen in to thousands of stations from all over the world, simply by hitting "Play". Whether you're looking for live mixes by top DJs, news or chat hosts, PureRadio offers the most comprehensive collection of radio stations at your fingertips! New Record feature lets you save your favorite music and shows for listening any time you want."; 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 = ''; } }