var fDesc=new Array(); fDesc[0] = "Spec Ops: The Line is a new original title from 2K Games that features provocative and gripping Third-Person modern military Shooter gameplay designed to challenge players' morality by putting them in the middle of unspeakable situations where unimaginable choices affecting human life must be made. Features include, a gripping, storyline reminiscent of Apocalypse Now and Heart of Darkness but set in a ruined Dubai, tactical squad-based Delta Force gameplay throughout a horizontally and vertically oriented world, devastating sandstorms which can be used in combat, a variety of multiplayer modes and maps, and deep support featuring two factions.

It’s been 6 months since Dubai was wiped off the map by a cataclysmic sandstorm. Thousands of lives were lost, including those of American soldiers sent to evacuate the city. Today, the city lies buried under sand, the world’s most opulent ruin. Now, a mysterious radio signal is picked-up from Dubai, and a Delta Recon Team is sent to infiltrate the city. Their mission is simple: Locate survivors and radio for Evac. What they find is a city in the grip of war. To save Dubai, they’ll have to find the man at the heart of its madness—Col. John Konrad."; 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 = ''; } }