var fDesc=new Array(); fDesc[0] = "You are the world famous Mystery P.I. and you've been hired by Grandma Rose to find her winning $488 Million lottery ticket! Retrace Grandma's footsteps to collect clues by finding over 2200 cleverly hidden objects and solving puzzles.
As your investigation skills improve your P.I. rank increases -- strive for a "Perfect Investigation" to get big bonus points. Two addictive ways to play; Find the Ticket and Unlimited Seek & Find game mode. Find the Clues, Solve the Mystery!"; 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 = ''; } }