}
if ($showAuthors) {
    $clManager->setShowAuthors();
}
if ($showCommon) {
    $clManager->setShowCommon();
}
if ($showImages) {
    $clManager->setShowImages();
}
if ($showVouchers) {
    $clManager->setShowVouchers();
}
$clArray = array();
if ($clValue || $dynClid) {
    $clArray = $clManager->getClMetaData();
    $taxaArray = $clManager->getTaxaList(0, 99999);
}
?>

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo $charset;
?>
"/>
	<title><?php 
echo $defaultTitle;
?>
 Research Checklist: <?php 
echo $clManager->getClName();