echo $biz->rec["notes"];
?>
</td>
		</tr>
	</table>


<h4>Category Information <a href="company_categories.php?id=<?php 
echo $biz->rec["record_id"];
?>
" class="field-info">[ update ]</a></h4>
<table class="form">
	<tr>
		<td class="field-name">Category #1:</td>
		<td class="field-value"><?php 
echo $biz->showCategory($biz->rec["sic_1"]);
?>
</td>
		</tr>
	<tr>
		<td class="field-name">Category #2:</td>
		<td class="field-value"><?php 
echo $biz->showCategory($biz->rec["sic_2"]);
?>
</td>
		</tr>
	<tr>
		<td class="field-name">Category #3:</td>
		<td class="field-value"><?php 
echo $biz->showCategory($biz->rec["sic_3"]);
?>