var fDesc=new Array(); fDesc[0] = "Whispered Secrets: Forgotten Sins is a hidden object game for Windows users. You and your friend have been called for an excavation in Agora. Once you arrive, things quickly take a dark turn as your friend is kidnapped by a malevolent sand spirit. You must uncover the dark origins of an ancient artifact to save the world. The Collector's Edition includes a bonus chapter, the strategy guide, exclusive screensavers, wallpapers, concept art, and more."; 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 = ''; } }