var fDesc=new Array(); fDesc[0] = "Story Of Beyond - dynamic 3D game in the genre RPG-adventure. In a distant country, everything is ruled by greed and cruelty. Clouds are gathering over the continent. Hordes of orcs and monsters have become active and are approaching closer to human territory. Knights of the emperor came to the defense, but not the people, but only the status and the throne of the emperor. The main character - illegitimate birth daughter of cruel emperor of this country. Only she can stand up for ordinary citizens and do justice with fire and sword."; 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 = ''; } }