var fDesc=new Array(); fDesc[0] = "Recently developed by SB-Software, Missile Commander XP is a really interesting arcade game, similar to the classic game Missile Commander. This time the new released version features direct3d-based graphics. The game play is very similar: What you have to do is shoot down the incoming Intercontinental Ballistic Missiles (ICBMs), arriving from the top of the screen on incoming vectors at your six cities located at the bottom of the screen, with your arsenal of Anti-Ballistic Missiles (ABMs). Making use of a cursor, you will have to direct your limited supply of ABMs at the incoming ICBMs. Featuring cool-looking backgrounds on Earth, the moon, Mars, Europe and more, Missile Commander XP includes rendered 3D graphics, better sound effects, high score list and better distribution of incoming missiles…less “all at once” behavior! The game requires direct X 9.0 or above and it is compatible with Windows 95, 98, ME, NT, 2000 and XP. Download Missile Commander XP and stop the incoming ICBMs right now!"; 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 = ''; } }