var fDesc=new Array(); fDesc[0] = "After crashing his ship, and being tossed overboard, Columbus sees a beautiful apparition reaching out to him. Waking up on a mysterious island, Columbus begins to explore his surroundings and stumbles upon ancient treasures and perplexing puzzles. Find important items that will help you move on in Columbus: Ghost of the Mystery Stone, a fun Hidden Object Puzzle Adventure game."; 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 = ''; } }