var fDesc=new Array(); fDesc[0] = "First Response DLC for the 911 Operator game installs new vehicles, equipment, calls, and types of incidents like illegal races, fire alarms, shoplifting, and gunshot wounds. You get new equipment such as firefighter mask for protection against toxic smoke, chest compression system providing constant compressions to a victim, and fire extinguisher which helps in putting out a fire even for policemen and paramedics."; 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 = ''; } }