var fDesc=new Array(); fDesc[0] = "This facility must be neutralized, her campaign to fatten up the world’s children has incapacitated our entire task force, you are the only one left, number one, do not fall. Score: earn points by neutralizing mutant food and advancing through the complex. Map: use your map to navigate stuffer’s hideout. Gastro meter: if this fills up, you’ll be too stuffed to continue. Keycard: this shows if you have the keycard. Tries: this shows how many tries remain. Objective1: destroy containers to find the keycard hidden on each level. Objective2: use the keycard to access each level’s control room. mouse to aim left- fires arrow keys to move."; 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 = ''; } }