var fDesc=new Array();
fDesc[0] = "Journey to a strange new dimension in Whispered Secrets: Into the Unknown! You and your fiancé, Tim, have been happily preparing for your wedding day. But on the eve of your wedding, your future mother-in-law is poisoned. Tim has the scientific knowledge to cure her, but he's just been abducted by a mad inventor! As you set out to find Tim, you quickly realize he's been taken much farther away than you could have imagined – into another dimension! Explore a bizarre world and discover its secrets as you race against time to save your family in this beautiful Hidden Object adventure!
Features:
Stop rampaging minions in the bonus game
Beautiful screensavers, wallpapers, and art
Enchanting music tracks
Integrated Strategy Guide";
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 = '';
}
}