var fDesc=new Array(); fDesc[0] = "Play the classic pencil and paper game of "Dots and Boxes" on the PC, against a friend or an intelligent computer opponent. Includes options changing the board size and opponent strength, selecting who starts and taking back moves. There is info on how to play and stats are recorded. No installation is required and to delete the program just delete the folder."; 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 = ''; } }