var fDesc=new Array(); fDesc[0] = "Dangerous Games: Illusionist is a hidden object game with the theme of illusion and magic. The first annual Championship of Illusionists ended in tragedy. Twenty years later, the event is back, and you've been asked to write a story about it. But things go straight to the front page when a mysterious red-masked man appears out of thin air to abduct the first contestant. You'll have to unravel a series of strange and mysterious illusions to find out the secret of mysterious Red Mask.

The Collector's Edition includes bonus games, concept art, music, mini-games, and a comprehensive strategy guide."; 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 = ''; } }