var fDesc=new Array(); fDesc[0] = "Himalayan Mysteries is a third person adventure game. About 2500 years ago a giant bolt of fire came falling down from the skies above... Strange beings emerged from the wreckage. Local inhabitants of this desolate mountain region came to worship these beings as gods and and built shrines and temples to honor these beings. The Denboche cult was born."; 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 = ''; } }