var fDesc=new Array(); fDesc[0] = "Firefight is a World War II real time simulation game. The player takes control of up to twenty squads of tanks, anti-tank guns or various infantry formations. These squads can be manoeuvred around the large battlefield and ordered to fire on enemy positions. In addition the player can call down artillery strikes of high explosive or smoke shells.

The game is won by the player taking control of the designated mission objective, either a village, farm or hill, and holding it with enough strength to resist enemy counter attacks."; 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 = ''; } }