var fDesc=new Array(); fDesc[0] = "GMA Solitaire is the standard seven-stack tableau form of Solitaire, but with a twist. At a cost of points, the game allows you to cheat and get hints from the game. The game has 3D card sounds and provides direct access to Jaws, Window Eyes, and Microsoft SAPI."; 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 = ''; } }