var fDesc=new Array(); fDesc[0] = "Secrets of Magic: The Book of Spells is a match three game for Windows users. An evil witch has kidnapped Victoria’s parents and now it’s up to her going after them. But first Victoria needs to learn the fine art of magic. You will dive into a magical world of witches and wizards, travel through magical lands, relaxing music and help Victoria collect unique items along her journey to become a witch."; 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 = ''; } }