var fDesc=new Array(); fDesc[0] = "The world of Etheria is ruled by the Deva, gods of the world. However when circumstances place a Monk of the Order of Light which protects Antarius the Deva of light in the wrong place at the wrong time. The world is placed into a new perspective to the young Monk, forcing them into a journey that seems led by destiny itself."; 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 = ''; } }