var fDesc=new Array(); fDesc[0] = "With Mozart Music Dice Game, you can create a musical tune by using two dices, tables, and music stuff.
There are several versions with Mozart Music Dice Game. This software includes Dance, Minuet/Trio version of Mozart Music Dice Game. (Music Data of Minuet/Trio version is from the web site of Mr. John Chuang. (He thinks that, it now seems unlikely that the Minuet and Trio version is really by Mozart. But anyway, I thought it is worth to included it into this software, His web site includes more of other versions of Mozart Musical Dice Game.)"; 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 = ''; } }