var fDesc=new Array(); fDesc[0] = "Stop a gang of art thieves before they steal all of the world's priceless treasures! Take the role of Grace as she works with a detective from France to chase down the crooks and rescue her friend, Chloe, whom the criminals have kidnapped. You'll have to bring all of your investigative skills to bear on your search as the felons globe hop from heist to heist, leaving empty art galleries and clues in their wake. Can you crack the case before Mona Lisa's half-cocked smile disappears forever?

Key Game Features: 25 colorful game scenes. 20 unique mini-games. Intriguing story. Charismatic characters. Animated cutscenes."; 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 = ''; } }