var fDesc=new Array(); fDesc[0] = "Guide Armado as he rolls, jumps, and crashes his way through this action packed journey. Armado is a young armadillo who becomes an unsuspecting hero in an adventure that takes him from sunny woodlands and snowy peaks, to firery volcanic mountains.

As he navigates this treacherous terrain he'll need to be quick on his feet and fast on the roll. No adventure is complete without a host of obstacles and enemies, and he'll have plenty of those along the way."; 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 = ''; } }