var fDesc=new Array(); fDesc[0] = "In Mystery P.I.- The Vegas Heist, you will be playing a very well known private investigator who was hired by a casino at Vegas in order to recover $4 billion dollars that where stolen from the casino´s safety vault.
At each stage you will have to find different objects that may give you additional clues in order to find the money. You also have to collect a key and a poker chip at each stage, once you have 25 pieces of each one, you will unlock the special Unlimited Seek and Found game. You can also unlock this additional game by solving "The Vegas Heist".
Between levels you will find mini puzzles that will give you more clues.
You will have to search in all Vegas, and you will start by investigating the casino´s vault,since it is the crime scene, and also the slot machine room.
Solving this case and finding all keys and poker chips will also affect directly your ranking, and will help you to become the best P.I. in all Vegas.
Challenge your observation skills in this investigation game that has Vegas as its main scenario."; 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 = ''; } }