var fDesc=new Array(); fDesc[0] = "Chilling dreams of destruction and doom fill your mind. You feel compelled to warn the world, but in so doing are imprisoned by the tyrannous Dr. Funfrock. Imprisoned because of a dream? You know in your soul that you must escape somehow and discover the meaning behind this mystery."; 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 = ''; } }