var fDesc=new Array(); fDesc[0] = "The Red Cross gives help to people in need all over the world regardless of skin colour, nationality, beliefs or gender. Working for the Red Cross might be the toughest job on earth. Lives depend on your decisions, therefore you need to prioritize your tasks. When so many people are suffering who are you going to help first…Yes…it’s a tough call, but in the real world emergency situations are hard and sometimes breathtaking.

SITUATION REPORT: There has been a mayor flood in Mexico.

- 2000 people are homeless
- 150 people are deceased
- 700 people are wounded or sick

Time needed for the emergency aid until the local authorities have organized their own situation is 6 weeks. Be sure that you will provide help for that period of time until the local authorities and the civilians have organised the situation."; 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 = ''; } }