var fDesc=new Array(); fDesc[0] = "Are you a real animal fan and do you happen to enjoy puzzle games too? Then jump in our jeep to Safari Island! Safari Island Deluxe is a puzzle game with three modes: Action, Adventure and Bonus Game. Solve the puzzles and learn all about the animals that live on the island, and collect lots of trophies. As a reward an extra bonus game awaits!"; 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 = ''; } }