var fDesc=new Array(); fDesc[0] = "Your mission is to rehouse all animals of the Funny Islands. Drag animals into matching slots. Fill the screen before time runs out. You need to put an animal matching the shape and color on the right strip so that all strips are filled. The gameplay has several modes. Enjoy beautiful hand rendered graphics, two exciting game modes, and great fun!"; 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 = ''; } }