var fDesc=new Array(); fDesc[0] = "A detailed Strategy Guide made specifically to help you get through the game but not spoil the fun. Return to Mysterious Island follows Mina, a strong young woman stranded on the shores of a wild and apparently uninhabited island. She soon becomes aware of a figure in the shadows who, seemingly aware of her troubles, offers her assistance for a price."; 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 = ''; } }