var fDesc=new Array(); fDesc[0] = "A mysterious package begins an epic duel of minds between FBI agent Nicole Bonnet and a ruthless serial killer, who leaves playing cards by the bodies of his victims as signature. Does Nicole have what it takes to understand the mind of a psychopath, as complicated as his puzzles? If not, she might end up as his next trophy in Art of Murder: Cards of Destiny! Find crucial clues in gorgeous Hidden Object scenes and stop the murderer!"; 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 = ''; } }