var fDesc=new Array(); fDesc[0] = "You are a doctor specialized in arm surgery. You’ve just got hired in a new hospital. Go to the ER and start operating injured people. Race against time to save a life in this virtual ER! Follow the head nurse’s instructions to operate on the young woman’s fractured arm. Perform each task quickly and precisely, but pay careful attention to her vital signs, you don’t want to lose her!"; 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 = ''; } }