var fDesc=new Array(); fDesc[0] = "Contra The American Hero is created to be an exciting and attractive game which lets you play as brave and mighty Captain USA and shoot all the enemy soldiers and vehicles through various challenging levels to score maximum points. Use many various of wepons from shotgun, auto pistol, cannons etc.

You're a Lieutenant and You must to infiltrate into the enemy base and shoot down all the soldiers to avenge his brother's death. Game is very similiar to Commando 2 from commodore 64."; 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 = ''; } }