var fDesc=new Array(); fDesc[0] = "Eschalon: Book II is the sequel of the RPG game Eschalon: Book I in which the time has come to return to the realm of Eschalon cause a new menace threatens Mistfell and the northern provinces and evidence of your mysterious past come to light which will make you question everything you know about yourself."; 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 = ''; } }