var fDesc=new Array(); fDesc[0] = "The Queen once again calls upon Don Diego de León to fulfill an important mission. He must organize an expedition to the new land and appoint its leader to expand the discovered territories and replenish the treasury with gold. Upon arrival, the expedition meets locals who tell them about evil priests that are trying to summon a demon to subdue all known territories. To help, the Spaniards need to find 4 skulls that can cast a protective spell."; 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 = ''; } }