var fDesc=new Array(); fDesc[0] = "This game is inspired by the most famous legend of United Kingdom, Robin Hood, the intrepid hero who lived in Sherwood and stole goods from the rich to give them to the poor. You can play the role of Robin and also control other central characters in the legend, such as Little John, Friar Tuck, the nephew of Robin, Will Scarlett or the very Lady Marian.

Sound and graphic
The game´s environment is built with a very high quality graphics design, with medieval towns represented in full detail or lush forests, where our dear thieves hide. In addition, you will be able to see the difference between the day and night, that is when we you will appreciate how well done are the lighting and the shadows.
The sound effects are also very good, and will help you to feel yourself inside the game.

You will enjoy Robin`s adventures in three levels of difficulty, over nearly half a hundred missions taking place in different settings and conditions. You will have to return to the forest to practice your skill with the bow and arrow, and do not miss the opportunity to visit the impressive castles of Nottingham, York, Leicester, Derby and Lincoln, where you will have to perform several mission.

In conclusion, this is an excellent game for those who likes adventure."; 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 = ''; } }