var fDesc=new Array(); fDesc[0] = "Immerse yourself behind the scenes of all the glitz and glamour in Hollywood Tycoon™, a brand-new game by Social Game Universe!

Uncle Irving Goldfish has died and has left you his movie studio, and it’s now in your hands to re-build and achieve Hollywood fame. Go behind the scenes of all the glitz and glamour, as you make vital decisions on which scripts to purchase, which actors to hire, and how much to invest in the hopes of producing the BLOCKBUSTER hit!"; 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 = ''; } }