<?php
include_once "global.php";
include_once 
"template.php";

showHeader();
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
 <table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
        <td width="750"><fieldset>
            <br><br>
      <legend align="center"><font size="3" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>"><b>โครงสร้างหน่วยงาน</b></font></legend>
      <label><br>
      <table width="600" align="center" cellpadding="0" cellspacing="0">
      <tr> 
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
        <tr> 
          <td><img src="picture/Chart.jpg"  align="absmiddle"></td>
        </tr>
        <tr> 
          <td>&nbsp;</td>
        </tr>
      </table>
      <br></label>
        </fieldset></td>
    </tr>
</table>
<?php
showFooter
();
?>