var fDesc=new Array(); fDesc[0] = "The Veil Of Mystery: Seven Little Gnomes is an entertaining hidden object game in which Edward J. Smith created a secret chamber deep underground on his estate and described it in his diary. Your mission is to take up the hunt and the Gnomes will reveal the path that leads to the Chamber of Fortune in this treasure hunt adventure."; 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 = ''; } }