var fDesc=new Array(); fDesc[0] = "Adelantado Trilogy: Book One is a time management game from Realore Studios. It challenges to be a pioneer in South America, discover the secrets of the jungle, and find riches and glory.

The storyline of Adelantado begins in Spain during the Age of Discovery. The Queen summons a brave and noble officer, Don Diego De Leon. She tells him about an expedition that was sent overseas to find gold for the crown. For a while, there has been no news from the adventurers. The Queen grants Diego the title of Adelantado – a governor and caretaker of the new lands. He is given a mission to find and, if possible, save, the lost expedition, as well as collect the much needed gold. One of the Queen’s ministers, knowing of Adelantado’s mission, wants all the fame and glory for himself. He hires a thug named Pablo Rodrigez to complete the mission first."; 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 = ''; } }