var fDesc=new Array(); fDesc[0] = "Welcome to Hollywood! As the new Assistant Art Director, you have to prove you’re good enough to work on the big budget productions. Find the movie elements you’re asked for, and watch carefully, as you’ll be asked the name of the movie or director of the film. Earn the trust of your boss and move up the ranks in this seek and find adventure 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 = ''; } }