var fDesc=new Array(); fDesc[0] = "Clive Barker's Jericho is a game developed by Codemaster. This game of first-person action belongs to the supernatural horror genre and Clive Barker is the creator of the original script of the video game.

The argument of Jericho takes you to a city in the Middle East, Al-Khali, erected on the ruins of other ancient cities. Under these ruins, there is the most irreligious land ever existed on earth. A team of the Department of Occult Warfare (a U.S. agency responsible for investigating supernatural activity) is sent to investigate the phenomenon. When arriving at the scene they report that a large sandstorm has eaten the city and after that any contact with them is lost.
It is then when Jericho squad is sent to investigate what happened.
The 'Jericho Team' consists of seven members, each of which has different but complementary skills.

Jericho is a full-fledged shooter. What makes it different is the fact that in this game you are actually driving a squadron of six people, whom you can give various orders or directly alternate between a character and another one to choose the one who is most suitable in the situation. Thus, to complete each level, it will be necessary to employ the appropriate character in each moment. And if the enemy gets too close, a good blow with the weapon will save you many problems, since the game has an important component of melee.
This feature helps to increase the already high tension during the emotional development of the game.
The atmosphere, dark and mysterious, joins a great design and art direction scenarios, with dark catacombs, lighting effects and outstanding graphics."; 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 = ''; } }