var fDesc=new Array(); fDesc[0] = "Some people think that the panther and leopard - are different animals: panther black, and leopard spotted. In fact, this same animal, felines, just differently colored.

They have a special structure of the larynx, which allows to issue a roar. The fact that representatives of the genus hypoglossal apparatus not completely ossified - on-site one of the bones in it is a flexible bundle, allowing the larynx to swell. Also, their vocal cords undivided and form a tubular structure, functioning as a very effective sound-producing device."; 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 = ''; } }