var fDesc=new Array(); fDesc[0] = "Felicia, the daughter of a genius master of mechanics, has never given up the idea to return her lost beauty. To fulfil her ominous dream she requires the souls of innocent children. Having created a number of wonderful puppets she brings them into a little town to sell in a puppet shop to trustful citizens. During the day the puppets were giving joy to the children but in the night the puppets became alive - they stole the children's souls and brought them into the castle for their Mistress. Can you get into Felicia's castle without becoming scared of her puppets? Will you be able to destroy the evil plans of Felicia and save the innocent children's souls?

This is a special Collector's Edition early release. The game is scheduled to be released in 2-3 weeks so, the Collector's Edition is for those who can't wait to return to the PuppetShow."; 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 = ''; } }