var fDesc=new Array(); fDesc[0] = "This game is about the adventure of aviatrix Rita James on a quest to rescue her kidnapped father in Escape from Thunder Island. Rita and her small crew land on the dangerous island city of Zenadoo, a place filled with Jungle Killers, Flesh Eating Monsters and never-before-seen Bloodthirsty Beasts of the Underworld. Rita and friends must solve unique brain teasing puzzles and collect and combine hidden items to uncover the burial grounds of a long lost civilization in order to find her father – all before a volatile volcano explodes and consumes the entire island. More problems arise when Rita discovers that she and her crew are not the only ones on the island."; 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 = ''; } }