var fDesc=new Array(); fDesc[0] = "MSN Messenger Game Name The Picture. Each person in the game sees a picture, and has to think of a funny caption. Everyone then writes their captions, and each caption is revealed and voted against by the players. The caption voted the funniest wins that round! The game includes a ranking system, and you can chat to others while you play. There are both members rooms and none-members rooms, which allow everyone to have a game. Each version of the game is interplayable - one version can play against another version. Play your Yahoo Messenger contacts in this version."; 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 = ''; } }