var fDesc=new Array(); fDesc[0] = "AKEYAN ENIGMA is a mind-bending puzzle solving game. The Akeyan empire mysteriously vanished from the face of the earth leaving behind ten temples filled with strange cryptic tablets. Each temple was made up of a series of four chambers with a hidden fifth chamber. The secrets to this chamber could not be discovered until all the tablets had been collected from the four surrounding chambers. Once collected, the rock blocking the doorway can be pushed aside allowing you to escape from the chamber. Can you solve these 50 enigmas?"; 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 = ''; } }