<?php
session_start
();

 if (
session_is_registered("valid_user")&&session_is_registered("Priority")&&session_is_registered("password") )
 {
include(
"../include/FunctionDB.php");
include(
"admin_menu.php");
include(
"../include/Function.php");
ConnectDB();

?> 

<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">

<style type="text/css">
<!--
.style12 {font-size: 14px}
-->
</style>
<table width="818" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td width="862" ><br> 
          <fieldset>
            <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="Director_menu.php">หน้าหลัก</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle">ข้อมูลสำหรับผู้บริหาร</font></legend>
            <label>
  <form id="form1" name="form1" method="post" action="">
    <table width="58%" border="0" align="center" cellpadding="0" cellspacing="5" bgcolor="#E4E4AF">
      <tr>
        <td colspan="3"><div align="center"><font face="Tahoma"><img src="../Image/headdirec.jpg" width="468" height="60" border="0" /></font></div></td>
        </tr>
      <tr>
        <td width="4%">&nbsp;</td>
        <td width="8%">&nbsp;</td>
        <td width="88%"><strong><font size="4" face="Tahoma"><a href="../manage_depart/menu_manage.php" class="black"></a></font></strong></td>
      </tr>
    </table>
  </form>
          </fieldset>
        <br>
        <font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><br>
      </font></td>
    </tr>
</table>
<?php 
    
}
else
{
       echo
"<meta http-equiv=\"refresh\" content=\"3;URL=../login.php\">\n";
       echo
"Please Login ";
}
?>