var fDesc=new Array(); fDesc[0] = "In this current demo version, you see the three character choses. (just so you know this game is for girls) Your choses are Luchia, Hanon, and Rina. Right now all you can do is play as Luchia. There are a few activies in her room and a map has started being made. I haven't quite figured out how to get the HP thing working, so it not there yet. Hopefully you'll enjoy the demo."; 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 = ''; } }