var fDesc=new Array(); fDesc[0] = "Enemy Lines is an interesting shooting game for free! Cool platform shooter, army style. Use WAD to jump and run and your mouse to aim and shoot the enemies. Kill all soldiers of each level to open the exits. Click instructions to see all the different weapons you can use to kill your enemies. Her comes the second part of the game Enemy Lines. Again, Shoot all bad guys and stay alive for as long as possible. Pick up new guns. Have fun and good luck!"; 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 = ''; } }