var fDesc=new Array(); fDesc[0] = "Place your steampunk machines to win the battle against robots. Iron Heart is a strategy game which revolves around defending your base by placing towers in tactically advantageous positions and using special skills. The plot follows the resistance of the planet's defenders against an army of steam-powered robots in a rare Victorian-era steampunk atmosphere, complete with Jules Verne stories, mechanisms, underground mines and cities."; 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 = ''; } }