var fDesc=new Array(); fDesc[0] = "Enter a world of fantasy and magic. As a fairy, you fly across the beautiful landscapes of the fairy forest. Cast mighty spells of fairy magic to defeat witches, goblins and other evil creatures, which have invaded the lands of Feyruna. Meet friendly creatures like butterflies, ghost lights and enchanted glow-worms, which will help you to drive away the dark forces and unlock 3 bonus games!"; 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 = ''; } }