<!--
/*
OPEN NEW WINDOW FOR SPECIES PROFILE
*/
function SpecProf(ProfURL) 
{
window.open(ProfURL,"Profile","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=550,height=500")
}
//-->
