var fDesc=new Array(); fDesc[0] = "Venture through the hidden relics of Greece as you join Emma in search of her husband and daughter, who have fallen victim to a horrible struggle. They began their journey to uncover the mysteries of the famed jewel boards of ancient Greece. Emma must find her missing family before the impending volcanic eruption that will put all of their lives in peril. Don’t miss out on this exciting and dangerous adventure that is unlike any other!"; 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 = ''; } }