var fDesc=new Array(); fDesc[0] = "Roll the dice and move the markers up the board to the top. The first player to get three markers to the top wins. 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. If you selected RUN then the file will automatically run after the download completes."; 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 = ''; } }