var fDesc=new Array(); fDesc[0] = "Attract new visitors to your zoo with new underwater inhabitants such as the frill shark and the beluga whale. Train your own zoo inhabitants above and below the water surface using new training devices, for instance the dolphin bell. Show your visitors what your animals have learned and offer impressive and unique shows. Decorate your own park and construct new attractions, habitat interiors and service buildings. Altogether, the new add-on offers more than 60 fascinating features!"; 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 = ''; } }