}
    if ($isEditor) {
        if ($collId) {
            ?>
						<h1><?php 
            echo $collName;
            ?>
</h1>
						<div>
							This module is designed to aid in cleaning scientific names that are not mapping  
							to the taxonomic thesaurus. Unmapped names are likely due to misspelllings, illegidimate names, 
							or simply because they just have not yet been added to the thesaurus.   
						</div>
						<div>
							Number of mismapped names: <?php 
            echo $cleanManager->getTaxaCount();
            ?>
						</div>
						<?php 
            $action = array_key_exists('submitaction', $_REQUEST) ? $_REQUEST['submitaction'] : '';
            if (!$action) {
                ?>
							<form name="occurmainmenu" action="taxonomycleaner.php" method="post">
								<fieldset>
									<legend><b>Main Menu</b></legend>
									<div>
										<input type="radio" name="submitaction" value="displaynames" /> 
										Display unverified names 
										<div style="margin-left:15px;">Start index: 
											<input name="displayindex" type="text" value="0" style="width:25px;" />
											(500 names at a time)