var fDesc=new Array();
fDesc[0] = "Explore the evil Dr. Blackmore’s latest experiment in a Haunted Halls: Fears from Childhood, a terrifying Hidden Object Puzzle Adventure game! After dragging Tim through a mysterious portal, Dr. Blackmore reveals his newest atrocity: a world that makes the fears of children a reality. Help the hapless victims confront their fears and return home. Track Dr. Blackmore to his lair and save the day in Haunted Halls: Fears from Childhood!
This is a special Collector's Edition release full of exclusive extras you won’t find in the standard version. As a bonus, Collector's Edition purchases count toward three stamps on your Monthly Game Club Punch Card!
The Collector’s Edition includes:
Bonus gameplay
Stunning screensavers
Wonderful Wallpapers
Concept Art";
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 = '';
}
}