var fDesc=new Array(); fDesc[0] = "MP3Quiz is an application that plays excerpts of music from random MP3 files selected from your own collection or those on a networked computer.

You then have to identify the MP3 Artists and Title from a list of possible answers.

On the opening screen you choose names for the Players or Teams that you want to participate in the quiz. After pressing NEXT the computer will search for MP3 music files based on the folder selection in OPTIONS."; 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 = ''; } }