var fDesc=new Array(); fDesc[0] = "Billy is a fast basic audio player. Forget about outdated playlists, get a grip on your large expanding mp3 collection. This is an audio player that allows you too quickly play an entire directory of MP3 files. Plays the way the artists intened, no sound effects and no gaps between tracks. You can also create your own playlist in which you can define what songs will be played and in what order. Billy is 100% controllable by keyboard and built to handle thousands of files. Its easy finder and special rename functions help you to organize and find your files quickly."; 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 = ''; } }