}
if ($searchCommon) {
    $showCommon = 1;
    $clManager->setSearchCommon();
}
if ($searchSynonyms) {
    $clManager->setSearchSynonyms();
}
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;