echo $_SERVER["PHP_SELF"];
?>
?id=<?php 
echo $_GET["id"];
?>
&remove=bizlogo" class="field-info expandable-link">YES</a></div></td>
		</tr>
	</table>
<br/>



<h4>Icons</h4>

<p><?php 
echo $biz->pullIcons();
?>
</p>

<br  style="display: block; clear: both; margin-bottom: 80px;"/>

<input type="submit" name="submit" value="Update">
<input type="hidden" name="id" value="<?php 
echo $_REQUEST["id"];
?>
">

</form>


<?php 
echo lightSwitch($biz->rec["video_flag"]);
?>
</td>
		</tr>
	</table>


<h4>Icons <a href="company_extras.php?id=<?php 
echo $biz->rec["record_id"];
?>
" class="field-info">[ update ]</a></h4>
<table class="form">
	<tr>
		<td class="field-name">Active Icons:</td>
		<td class="field-value"><?php 
echo $biz->pullIcons("yes");
?>
</td>
		</tr>
	</table>


<h4>Tab Information</h4>
<table class="form">
	<tr>
		<td class="field-name">Profile Text:</td>
		<td class="field-value">
			<a onclick="document.getElementById('profile_text').style.display='block'" class="field-info expandable-link">[ show ]</a>
			<a onclick="document.getElementById('profile_text').style.display='none'"  class="field-info expandable-link">[ hide ]</a>
			<a href="company_profile.php?id=<?php 
echo $biz->rec["record_id"];