var fDesc=new Array(); fDesc[0] = "The goal of this interesting game is to explore a mysterious island that has suddenly appeared in the Bermuda Triangle by the military. During her flight to the island, a mysterious electrical fog engulfed her plane, and forced her to parachute to safety. The Forgotten Island, a fun and exciting Hidden Object 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 = ''; } }