var fDesc=new Array(); fDesc[0] = "Dr Daisy Pet Vet is a wonderful game in which you play a young veterinarian who must diagnose and treat a great variety of animals with different illnesses. As the animals come to the clinic, you must register them in the receptionist desk. Then, they wait in the waiting room until you assign them to an available bed in the examining room. After that, you assess them and give them the right medication. It looks easy if you don't have dozens of patients waiting with different degrees of patience. In order to get to the next level, you must have a minimum of "yellow" on your Happiness meter. The game includes five locations with 10 levels each, all featuring great colorful graphics and beautiful scenarios. Apart from giving medication, other activities include take X-rays of those patients with possible broken bones and wash your hands after assessing animals with Indigo Fever. You will have to treat all kind of animals including monkeys, zebras, gold fish, owls, flamingos, penguins, bats, among many others. If you are an animal lover, you will certainly like this game although it does not offer a great variety of goals or activities."; 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 = ''; } }