var fDesc=new Array(); fDesc[0] = "Find all the objects on the Hollywood film sets and test your knowledge about cinema! You will then become famous and will obtain your star on Hollywood boulevard!
You’re the new Art Director’s assistant. But to be as famous as a Director in Hollywood, you’ll have to prove you’re good enough, working on the footage of big budget productions. Find the elements you’re asked on the different sets and watch carefully as you’ll be asked the name of the movie or the director, to get your boss’ trust, and go on until… you get your star on Hollywood Boulevard!"; 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 = ''; } }