var fDesc=new Array(); fDesc[0] = "Vortex is provided free of charge because of the commitment of the Chicago Zoological Society to making it widely available to further biodiversity conservation. Similarly, the manual, developed by the CBSG, is provided for downloading because the CBSG cares about saving species and their habitats. However, the initial development and continuing improvement of the software and manual do represent a significant commitment by these conservation organizations."; 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 = ''; } }