var fDesc=new Array(); fDesc[0] = "Hit Hidden Object Game!

The only copy of this year's biggest blockbuster movie has gone missing the day before its Hollywood premiere event. You only have 17 hours to find and return the movie or the Hollywood Studio will be ruined.

Seek & Find over 2100 hidden objects in 25 amazing L.A. locations like Malibu Beach, Rodeo Drive, Movie Studios, Hollywood Hot Spots and many more. If you succeed you will be awarded $15 Million dollars. Hurry because Hollywood is counting on you!"; 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 = ''; } }