var fDesc=new Array(); fDesc[0] = "Music-Frog allows you to listen and record almost any kind of music genre. You can listen and record - as mp3 files on your machine: hip hop, pop, rock, classic, jazz, alternative, house, trance, top current hits, top hits of the 90s/80s/70s/60s and much more. Recording the songs & audio as high quality MP3s directly to your hard drive."; 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 = ''; } }