var fDesc=new Array(); fDesc[0] = "Help positive pixies clean up their realm in Fairy Tales - Four Seasons, a charming challenge for the entire family. The Queen Fairy has called on you to travel the Fairy world and help other fairies restore the balance in their area. Journey through Spring, Summer, Autumn and Winter, and discover fun ways to clean up rivers, clear snow, and much more in this magical land. Each fantastic challenge offers multiple power-ups including colorful bombs, extra time, and more. With wonderful in-game achievements, a unique swapping mechanic, and three different difficulty levels to enjoy, this colorful journey is certain to please."; 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 = ''; } }