var fDesc=new Array(); fDesc[0] = "The Elder Scrolls V: Skyrim is an action role-playing game in which you need to defeat Alduin, a Dragon who is prophesied to destroy the world.

Following the Dragon attack on Helgen, the player character may choose to escape either with Hadvar, an Imperial soldier, or Ralof, a Stormcloak rebel. After the escape, the player travels to the nearby town of Riverwood. The player is asked to journey to the city of Whiterun, and request aid from the Jarl against the Dragon threat."; 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 = ''; } }