var fDesc=new Array(); fDesc[0] = "Get ready for an adventure at your very own Paws & Claws Pet Vet clinic down under! Work as a doctor and care for 6 fun loving animals including koala bears, wombats, dingos and kangaroos! Learn all about these amazing wild animals as you build up your very own veterinary practice! Treat and cure the wild animals you find in the! Buy supplies such as x-ray machine or kennels for animals. Use the profits from your Pet Vet clinic to expand your business."; 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 = ''; } }