var fDesc=new Array(); fDesc[0] = "The GO Games platform offers something for all games fans, a one stop spot for all your gaming needs. Puzzle games, word games, casino games, arcade games, classic board games such as chess, checkers and backgammon, and more. Play with your friends, loved ones, family and Skype contacts. Play solo, just for fun, or practice for your next multiplayer session. Our games are suitable for all ages and skill levels. Some are solo play, some are two-player and some are for up to 99 players! So what are you waiting for, give it a try now!"; 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 = ''; } }