var fDesc=new Array(); fDesc[0] = "A young man has been trapped inside of a strange box, and needs your help to solve the perplexing puzzles and escape the Simajo world! After discovering a mysterious board game inside of an abandoned house, our hero is sucked into the game and must now explore a strange world with the help of Mr. Guide. Use your Hidden Object skills to finish the mysterious board game and return home!"; 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 = ''; } }