var fDesc=new Array(); fDesc[0] = "Radio Disney Music Mini-Player is a nice and easy to manipulate program. It was created specially for children and young adults and offers them the possibility to create their own songs. They can choose from hundreds of clips. After you'll create the song, you can customize it to create a music video by adding different pictures."; 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 = ''; } }