var fDesc=new Array(); fDesc[0] = "Treasures of the Incas is a match three puzzle adventure game. You join Ruby and the Professor as they embark on an expedition from Oxford, England, to the heart of the lost Inca Empire, where a priceless artefact is hidden. Guided by an antique manuscript, you must avoid the wrath of the Ghost Protector, the spirit of an Ancient Inca Warrior sworn for eternity to protect the temple."; 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 = ''; } }