var fDesc=new Array(); fDesc[0] = "Stranglehold is a third-person shooter video game developed by Midway Games; this game was developed in collaboration with John Woo as a result of the action film Hard Boiled. The main character of the game is modeled on the Chinese actor Chow Yun-Fat.

Plot:
In recent days in Hong Kong, a policeman disappears mysteriously. The police department is concerned about the disappearance until receiving a phone call from an unknown person who knows what happened and who seems to demand a ransom. The request of the kidnappers takes a single officer to the place of a market located in Kowloon. Tequila voluntarily accepts the work and must fight with the Russian mafia and Chinese mafia from the markets of Hong Kong to the museums in Chicago.

One of the most outstanding features in this game is the "Tequila Time" which is
Inspector Tequila´s advantage for speed: by pressing a button the world around him slows down and allows a perfect aim and an unparalleled agility. In the game he manages to destroy everything he sees from signs up to the stone columns. The Tequila Time runs out using it but it generates again over time or even by carrying out style killings.
All in all, if you're a Hong Kong movie fan, you will enjoy this game."; 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 = ''; } }