var fDesc=new Array(); fDesc[0] = "There are nine strategy games, two action games and two puzzle games, and many of the games are networkable across the Internet or a local area network. This is a 28MB download which includes an installer / uninstaller, or you can download the games individually after clicking on one of the icons at the top of him page."; 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 = ''; } }