var fDesc=new Array(); fDesc[0] = "Signal Ops is a played in a first-person perspective, but when you're playing a mission you actually simultaneously control multiple agents, each with their own first-person view. You'll need to take advantage of the multiple views to keep an eye on key areas, formulate strategies to complete your goals, and solve puzzles that require you to be in more than one place at a time. With the shoddy equipment and dubiously trained agents provided to you, you’ll need all the advantages you can muster. Signal Ops blends elements of a tactical shooter, stealth, strategy, and puzzle solving. Your squad can be customized each mission by selecting from six agents with unique abilities and equipment. Some agents are geared towards sneaky play, and others are more combat oriented. You'll usually find yourself using a mix of both stealth and combat, and this can also vary depending on the mission."; 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 = ''; } }