var fDesc=new Array(); fDesc[0] = "The Curio Society: The Thief of Life is a hidden-object game for Windows users. An old ally has betrayed the Curio Society, so you've been called in to help. It's up to you to stop a mad scientist from destroying the organization, but it won’t be as simple as it seems. It's a battle of wits as you try to save both of your friends and the world. The Collector's Edition includes a bonus chapter, strategy guide, replayable HOPs and mini-games, concept art, wallpapers, 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 = ''; } }