var fDesc=new Array(); fDesc[0] = "Stranded Dreamscapes: The Doppelganger is a hidden object game for Windows users. You're busy preparing the finishing touches on your wedding dress when you're suddenly whisked away to the world inside your grandfather's mirror. You must travel through surreal landscapes, conquering each of your deepest fears to restore the portal that will finally take you home. The Collector's edition includes various wallpapers, soundtrack, and concept art sketches."; 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 = ''; } }