var fDesc=new Array(); fDesc[0] = "Join Myra, a young witch, on a fantastic journey to save her best friend. It's not going to be easy - her world is at war, with Predators, an elite group of warriors, fighting to exterminate anyone with magical abilities. The game features 10 playable characters, and a storyline with twist and turns, betrayal, friendships...maybe even love!"; 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 = ''; } }