" /> 
					</div>
					<div style="margin:15px 15px 0px 60px;">
						<input name="displayauthor" type="checkbox" value="1" <?php 
echo $displayAuthor ? 'checked' : '';
?>
 /> Display authors
					</div>
					<div style="margin:3px 15px 15px 60px;">
						<input name="displayfulltree" type="checkbox" value="1" <?php 
echo $displayFullTree ? 'checked' : '';
?>
 /> Display full tree below family 
					</div>
				</fieldset>
			</form>
		</div>
		<?php 
if ($target) {
    $taxonDisplayObj->getTaxa($displayFullTree);
}
?>
	</div>
	<?php 
include $SERVER_ROOT . '/footer.php';
?>

</body>
</html>