var fDesc=new Array(); fDesc[0] = "BABYLONIA — Journey to the ancient land of Babylon as you explore a spellbinding match-three paradise! Match alluring flowers across 150 amazing levels, and then test your green thumb as you restore the legendary Hanging Gardens to their former majestic glory! BABYLONIA —Construct seven majestic palaces with their beautiful gardens, enjoy 150 exciting levels with 8 mighty power-ups and experience spellbinding visuals and soothing audio!"; 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 = ''; } }