var fDesc=new Array(); fDesc[0] = "Mystic Flower is an addictive and exciting casual game. Collect flowers to reach each level’s goals, but be careful about mistakes! If the flowers wither before you end the stage, you will have to start all over again! Don’t worry, though, mystic flowers are here to help you! Gather rows of flowers and gain the help of the mystic flowers, which will make your journey much easier! Mystic Flower is fast, fun and rewarding!"; 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 = ''; } }