var fDesc=new Array(); fDesc[0] = "Valentin Gorey, the noble son of a wealthy family, was lying peacefully in the grass, when suddenly an unknown restlessness seized him. Drawn as if by an invisible hand, he ran to a hut, where he found a powerful book on magic. When Valentin started to read, a warm feeling flooded through him and he knew that he was the chosen one. Help Valentin in this awesome match 3 game and increase his wisdom, power, and fame in Val'Gor: The Beginning!"; 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 = ''; } }