var fDesc=new Array(); fDesc[0] = "Sort the dominos as quickly as you can to score big. There are six rows. The first row will need the bones with sixes on them organized in descending order. The second with fives in descending order, etc. Do this as quickly as you can to get your name on the high score list.

You can either save the file to a location of your choosing or select RUN. If you saved the file, double click on it to run it."; 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 = ''; } }