var fDesc=new Array(); fDesc[0] = "Interpol: The Trail of Dr. Chaos in an entertaining hidden object game in which you play as a crime stopper Operative X who wants to capture a Cold War-era criminal mastermind called Dr. Chaos. As in any hidden object game, your goal is to travel to different locations looking for clues by finding the objects on a given list in a certain scene before the time runs out. Unfortunately, clicking on an item doesn't always successfully select it on the first try and the clues are rather vague. However, the game features a compelling backdrop and wonderful landmarks that include Radio City Music Hall and Tokyo's Imperial Palace. It also offers fun mini-games in which you will have to find differences in two photographs, or find a given number of errors or animals. You will have a limited number of hints to use when you can't find a certain object. The game is pretty challenging, and some of the objects are very well hidden. It features amazing graphics and wonderful sound effects and music which really help evoke the spirit of each scene. All in all, Interpol: The Trail of Dr. Chaos is an entertaining game with excellent graphic and music, but nothing else."; 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 = ''; } }