var fDesc=new Array(); fDesc[0] = "iSharkFin is an expert system that uses machine learning techniques to identify shark species from shark fin shapes. The software was developed by FAO in collaboration with the University of Vigo with financial support from the Government of Japan and the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES).

Aimed at port inspectors, custom agents, fish traders and other users without formal taxonomic training, iSharkFin allows the identification of shark species from a picture of the fin."; 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 = ''; } }