var fDesc=new Array(); fDesc[0] = "You are Ares, the first Zytron immune robot. A symbol of how far human technology has come, you are the most advanced robot in existence; built to run faster, jump higher, and fire quicker. In addition to these core attributes, your design includes a system for converting spare parts and resources into valuable items, armor, and weaponry. You will need to use everything at your disposal in order to reach and rescue the survivors aboard the Zytron infected space station."; 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 = ''; } }