var fDesc=new Array(); fDesc[0] = "Play Monkey Go Happy Game and cheer up the sad monkey by interacting with the surrounding objects to make things happen and solve all the riddles in each screen which shouldn’t be so hard to do. Each level is a mini-puzzle or game you must solve. Solve them all as fast as you can to get the highest score, and make this primate proud."; 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 = ''; } }