var fDesc=new Array(); fDesc[0] = "Fever Frenzy 3.3.9.2 is a game where you will take care of patients with weird diseases.

Impersonating Charlie or Hannah, a couple of just graduated doctors, you will have to cure patients with baboonic plague, bipolarbear disorder, mother goose bumps, 3rd degree sideburns and many more. They would graphically transform as you cure them.

The trouble begins in Charlie and Hannah´s graduation party. Everybody start to cough, and transforming into animals.

You´ll have to take patients to Admission, then watch their blood pressure, and put them in a bed. If they have an outbreak, you´ll have to take prescriptions to the pharmacist, pick them when they´re ready and administer them to the patient. When the patients are cured, you´ll have to pick the money they will pay, release them from the bed, take the dirty shits to the humper.

You´ll get more money if you treat the patients fast. That money can later be used to buy items that will improve your service, allowing you to earn even more money."; 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 = ''; } }