var fDesc=new Array(); fDesc[0] = "JUNGLE JEAN is another logic puzzler. Your objective is to help Jungle Jean reach the trapped chimpanzee in each of the 50 challenging puzzle rooms. Using the various objects around her, she must use her ingenuity and problem solving skills to rescue the chimpanzee. A demonstration puzzle is included to get you started or you can see the solution for yourself with a click of a button. Jungle Jean is animated puzzle solving fun for the whole family. Can you help Jungle Jean rescue the chimps in all the puzzles?"; 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 = ''; } }