<div id="innertext">
			<?php 
if ($isEditor) {
    if ($collid) {
        ?>
					<h1><?php 
        echo $collMap['collectionname'] . ' (' . $collMap['code'] . ')';
        ?>
</h1>
					<div style="margin:20px;">
						This module is designed to aid in cleaning scientific names within a collection. 
						Web services will be used to attempt to resolve names that are not mapped to the taxonomic thesaurus.   
					</div>
					<div style="margin:20px;">
						Number of mismapped names: <?php 
        echo $cleanManager->getBadTaxaCount();
        ?>
					</div>
					<div style="margin:20px;">
						<?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 style="margin-left:15px;">Start index: 
										<input name="index" type="text" value="0" style="width:25px;" />
										(50 names at a time)
									</div> 
									<div style="margin:20px">