var fDesc=new Array(); fDesc[0] = "Fantasy Mosaics 11 - Fleeing From Dinosaurs combines beautiful pixel art with logical deduction. Following the tradition of multi-color gameplay, this new installment brings you a great gallery of custom built mosaic puzzles. Fleeing from the land of dinosaurs, the penguin family came to an unknown place in the ancient forest. Help them make new discoveries and complete a variety of complex logic 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 = ''; } }