var fDesc=new Array(); fDesc[0] = "Airblast is a very interesting game which is very easy to install and fun to play. This software application is in the form of a game pertaining to aircraft combats. The game has a full tutorial to make the users get used to the options and controls of the game. Airblaster consists of as many as 4 game modes. The first game mode is 1vs1 which is related to single aircraft combat. In this mode both guns and missiles can be made use of in destroying the opponent within the time limit. The second mode is 1vs1 furball in which only guns can be used. Third mode is the 1vs1 Firestorm which makes use of short range missiles. The last mode is the endurance mode in which the player has to destroy all the bandits in his area using the AI wingman. The software keeps you engrossed in the game and the clarity in graphics and sound makes the experience more exciting. The software needs at least Pentium 3 or 1GHz athlon processor. Other requirements for the game are Open GL compatible graphics acceleration with 64 MB video memory."; 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 = ''; } }