var fDesc=new Array(); fDesc[0] = "Fantasy Mosaics 5 is a mosaics puzzle challenge that puts your mind to the test. Challenge your mind with a new collection of mosaic puzzles and have fun discovering beautiful images in rainbow colors. Join the penguin on a quest to turn an abandoned mystery place into a beautiful fantasy garden and make it a home for his family."; 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 = ''; } }