var fDesc=new Array(); fDesc[0] = "Project Blackout will test your skills as gamer with fast paced action, precision shooting, and twitch response times. Project Blackout's graphics, surround sound, and camera effects will put you in the middle of the action and test your skills at a whole new level. Lock and load!

Every map in Project Blackout is carefully crafted to give operators an immersive experience. With realistically skinned models and destructible environments, Project Blackout raises the bar for immersion in MMO shooters.

Shoot through barriers to take out hiding enemies, employ explosives, dust, realistic ballistics, and utilize the environment to gain the edge and destroy your enemies!"; 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 = ''; } }