var fDesc=new Array(); fDesc[0] = "Venture through a beautiful world filled with 80 nice and challenging match levels with bubble shooter elements. It all started as a simple magic exam for a first year sorcerer's apprentice. However right before his exam, Anton managed to get caught on the teleporter's lever and changes the course of his destination. He must now face a difficult and perilous test that will challenge his budding magical skills. Thankfully there is still hope for young Anton. At the very last moment, his master managed to throw a handful of magical scrolls to aide him on his journey."; 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 = ''; } }