var fDesc=new Array(); fDesc[0] = "Armado HD is a game in which you have to guide Armado safely through dangerous terrains and save the Great Eagles from the terrifying army of invading ants. You can navigate Armado though 14 challenging levels. You can also run, roll and stomp his way to the top of each hill and place a magical egg in each nest."; 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 = ''; } }