var fDesc=new Array(); fDesc[0] = "FREDDY'S FOREST is a real brain twister. Help Freddy figure out a way to capture the elusive butterfly in each of the 50 complicated forest puzzles. Careful planning and problem solving skills are put to the test as you use the various objects around you to solve each puzzle level. A demonstration puzzle is included to get you started or you can see the solution for yourself with a click of a button. Freddy's Forest is a puzzler's delight. Are you up to the challenge?"; 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 = ''; } }