var fDesc=new Array(); fDesc[0] = "Long ago, the great King was blessed with divine wisdom. He invented every modern wonder of our time, and concealed these treasures for future generations. Now it is time to discover his amazing inventions...hidden deep in the SECRET CHAMBER...But the King protected his treasures with a complex series of jeweled locks and mechanical scarabs. Solve the ancient puzzle and discover the wonder of the King's genius before the scarabs can stop you."; 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 = ''; } }