var fDesc=new Array(); fDesc[0] = "5.56mm Full Metal Jacket is a Doom 3 multiplayer total conversion which takes place in fictive environments all over the world in the year 2020 where the 2 remaining superpowers (West and East) send their best men to outplay the enemy and be first to dominate the area of operation. The special forces teams consisting of battlefront experienced marines, skilled engineers and expert scientists fight it out on a great variation of different maps which range from huge deserted outdoor complexes to the narrow spaced metallic stations of the 22nd century (time travel)."; 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 = ''; } }