var fDesc=new Array(); fDesc[0] = "Hellfire: Apache vs. Hind for Pocket PC is an action game developed by Astraware.
Hellfire: Apache vs. Hind for Pocket PC has been designed to be installed in Windows Mobile Pocket PC devices and works flawlessly with the latest Windows Mobile 6.1.
Hellfire is an action game in which we find ourselves in the middle of a war. First of all we must choose our side (USA or USSR), and this way we´ll be given an Apache or a Hind helicopter. Through the stages we will receive different missions which may involve destroying enemy forces or rescueing hostages.
Technically the game is quite good, as graphics and sound are attractive and gameplay is good. To control the helicopter we must use the joystick and some hardware keys to fire, land/take off and change weapon.
Hellfire: Apache vs Hind for Pocket PC is a trial version of the game which will only allow us to play one stage, and only one game mode. To unlock all the features the game must be registered. To be honest this trial version is really too short to enjoy the game, but if you like it, you'll like the full game."; 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 = ''; } }