var fDesc=new Array(); fDesc[0] = "Runaway Geisha is a hidden object puzzle adventure game. Set amidst the sumptuous backdrop of Geisha Japan, this game features mystery, suspense, family and the power of love. You embark on a mysterious journey to find your real mother guided by supernatural spirits. You must be prepared to face dark secrets, hidden enemies, ancient traditions and the forces of love. When tragedy strikes, it is up to you to fight for what you believe in and save those most dear to you. As long-held secrets are finally revealed, you will have to choose your path ahead."; 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 = ''; } }