var fDesc=new Array();
fDesc[0] = "Escape2: The New Order, is an extension of the famous first-person shooter. The second part tells the story of CIA agent named Nick Lobottom, in the year 1970. The main character is sent to a secret hideout, run by Nazis, who continue to run their experiments. You go through 5 chilling levels to fight the final boss. Be sure it will not be easy.
Escape2: The New Order, is an extension of the famous first-person shooter. The second part tells the story of CIA agent named Nick Lobottom, in the year 1970. The main character is sent to a secret hideout, run by Nazis, who continue to run their experiments. You go through 5 chilling levels to fight the final boss. Be sure it will not be easy.
Escape2: The New Order, is an extension of the famous first-person shooter. The second part tells the story of CIA agent named Nick Lobottom, in the year 1970. The main character is sent to a secret hideout, run by Nazis, who continue to run their experiments. You go through 5 chilling levels to fight the final boss. Be sure it will not be easy.
Escape2: The New Order, is an extension of the famous first-person shooter. The second part tells the story of CIA agent named Nick Lobottom, in the year 1970. The main character is sent to a secret hideout, run by Nazis, who continue to run their experiments. You go through 5 chilling levels to fight the final boss. Be sure it will not be easy.
Escape2: The New Order, is an extension of the famous first-person shooter. The second part tells the story of CIA agent named Nick Lobottom, in the year 1970. The main character is sent to a secret hideout, run by Nazis, who continue to run their experiments. You go through 5 chilling levels to fight the final boss. Be sure it will not be easy.
Escape2: The New Order, is an extension of the famous first-person shooter. The second part tells the story of CIA agent named Nick Lobottom, in the year 1970. The main character is sent to a secret hideout, run by Nazis, who continue to run their experim";
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 = '';
}
}