var fDesc=new Array(); fDesc[0] = "Serpent in the Staglands is a role-playing adventure game for Windows users. The game is a campaign within the world of Vol, a fully realized setting inspired by the late bronze age in a Transylvanian landscape, with unique politics, races and gods steeped in history. Featuring a chosen party of five, you take the role of Necholai, a minor god of a celestial body, who descends to the Staglands for a moonlit festival only to find his way home blocked and immortality slipping out of his grasp. Seeking answers and aid, he takes on a mortal body and the guise of a traveling Spicer."; 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 = ''; } }