<?php

include_once '../../config/symbini.php';
include_once $serverRoot . '/classes/KeyCharAdmin.php';
header("Content-Type: text/html; charset=" . $charset);
$cid = array_key_exists('cid', $_REQUEST) ? $_REQUEST['cid'] : 0;
$langId = array_key_exists('langid', $_REQUEST) ? $_REQUEST['langid'] : '';
$keyManager = new KeyCharAdmin();
$keyManager->setLangId($langId);
$keyManager->setCid($cid);
$tLinks = $keyManager->getTaxonRelevance();
?>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo $charset;
?>
">
    <link href="../../css/base.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
    <link href="../../css/main.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link href="../../css/jquery-ui.css" rel="stylesheet" type="text/css" />
	<script type="text/javascript" src="../../js/jquery.js"></script>
	<script type="text/javascript" src="../../js/jquery-ui.js"></script>
	<script type="text/javascript">
		$(document).ready(function() {