var fDesc=new Array(); fDesc[0] = "Emily is Away is an interactive story. Create a screenname and choose your path through the branching narrative. Explore your relationship with Emily, a fellow high school student, in a branching narrative where you choose the outcome. And most importantly, change your text color to lime green so people know you're the coolest kid in school."; 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 = ''; } }