var fDesc=new Array(); fDesc[0] = "DMasti is the free tool that enables it's users to listen to their favorite radio. Using DMasti Radio you can listen to the favorite songs and also record them when you think it's the right moment. You have a long list of radios to chose from, using country, language, genre or network."; 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 = ''; } }