var fDesc=new Array(); fDesc[0] = "Oblivion is the fourth release in The Elder Scrolls role-playing game series. This is a single player adventure role-playing game developed by Bethesda Game Studios. The gameplay has a rather free structure, since the player can go anywhere within the land at any time. The game provides a feeling of never-ending and the player is able to construct his characters however he wants, with no restraints regarding skills or equipment. The game is almost completely open to modification, and there are hundreds of changes available on the internet. The game has many enemies for the main character to confront, including monsters and animals.

Orrery is a plugin which adds a quest that, if successfully solved, provides greater powers to the character and the environment. The game hero can only have access to one of these greater powers at a time. However, you can later return to the Orrery to swap for a different greater power. Some of these powers are: Masser's Might (Strength and Speed); Masser's Grace (Agility and Endurance) and many more."; 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 = ''; } }