var fDesc=new Array(); fDesc[0] = "You are a part of FBI special commando team responsible for preventing terrorist attack in the US and abroad.

There are four missions you have to complete: Tunnels of Terror, Desert Storm, The Rock and Pentagon. Each of them will require from you a good deal of strategic thinking and well thought out attack tactics. Your main responsibility will be eliminating the heads of different terrorist groups, making the world much safer."; 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 = ''; } }