var fDesc=new Array(); fDesc[0] = "Hidden Mysteries: Gates of Graceland is a hidden-object adventure game that revolves around the fictional premise that Elvis wrote a song shortly before he died as a tribute to his late mother. The song wasn't recorded and is hidden somewhere in Graceland. You discover the first clue that the song exists and set out to locate it. Search the legendary Graceland to locate the remaining pieces of the song and assemble Elvis' lost musical treasure."; 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 = ''; } }