var fDesc=new Array(); fDesc[0] = "Email Scrabble .Net is a word game that can be played between two or more individuals with email addresses. You can launch the application now by clicking on the "Play" link on the right of the homepage URL . If the game doesn't start, you can install the .NET Framework, then try clicking on the play link. For MAC users : It will not work on Mac."; 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 = ''; } }