var fDesc=new Array();
fDesc[0] = "After being summoned to a mysterious manor, you must unravel the story of an ancient evil and discover your destiny before it’s too late in Curse at Twilight: Thief of Souls! Unlock memories from the past and solve intricate puzzles to break the webs of a curse. Explore a magical world beyond your imagination that has been waiting for you to save it. Experience Curse at Twilight: Thief of Souls, a stunning Hidden Object Puzzle Adventure game!
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
- Integrated Strategy Guide
- Wonderful Wallpapers";
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 = '';
}
}