var fDesc=new Array(); fDesc[0] = "PuppetShow: The Price of Immortality is a hidden object adventure game. The Theater of Emotions has earned quite the reputation. It's known all over France for its menagerie of life-like puppets, but it's also notorious for all the reporters who have vanished trying to reveal its magical secrets. When your best friend, star reporter Enrique Torres, infiltrates the town to get the scoop of the century, he discovers the truth... only to vanish just as mysteriously as all the others."; 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 = ''; } }