var fDesc=new Array(); fDesc[0] = "Terminator Salvation style game! Alien invaders have taken over the planet Earth. Humanity is at risk of being enslaved by race of the machines. You control latest military hovercraft and your mission is to destroy all evil robotic creatures and liberate our planet. You are fully equipped with many powerful laser, plasma, rocket weapons and various bombs. Fight through hordes of human like robots, monsters and their advanced killing machines. Experience adrenaline rushing combat situations, enormous explosions and mind blowing sound effects. Fight the Machine World and lead humans to victory!"; 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 = ''; } }