var fDesc=new Array(); fDesc[0] = "Radio Master is an application that you can use to listen to radio stations from all over the world, as well as record songs. The interface of Radio Master is simplistic and easy to navigate through. You can use the Radio menu to access stations according to their genre or country of origin."; 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 = ''; } }