var fDesc=new Array(); fDesc[0] = "Jane Angel, an FBI agent and an art expert, is investigating the case of medieval coins contraband. All the clues show that Jane has found the way to discover the Holy Grail hidden by the mysterious Knights Templar.
Main features:
- variety of geographic sets: Los-Angeles, Colombia, England, Scotland, Malta.
- 7 different mini-games types (including puzzles, 3D puzzles, hexagonal lines, tags, words, codes)
- 30 levels, 24 unique locations, 15 scrollable locations"; 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 = ''; } }