<?php require_once('Connections/con_tech.php'); ?>
<?php
mysql_select_db($database_con_tech, $con_tech);
$query_rs = "SELECT content FROM tbl_pgcontent WHERE pgaddress = 'history' limit 1";
$rs = mysql_query($query_rs, $con_tech) or die(mysql_error());
$row_rs = mysql_fetch_assoc($rs);
$totalRows_rs = mysql_num_rows($rs);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>NAML</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head><link rel="stylesheet" type="text/css" href="style.css">
<body>
<SCRIPT language=JavaScript src="fn.js"></SCRIPT>
<table width="747"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2"><? include 'header.php' ?></td>
  </tr>
  <tr>
    <td valign="top" class="leftbg"><?php require_once('left.php'); ?>
</td>
    <td rowspan="2"  valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="553" height="163">
          <param name="movie" value="images/namlheader.swf">
          <param name=quality value=high>
 <param name=wmode value="transparent">
          <embed src="images/namlheader.swf" quality=high wmode="Transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="553" height="163"></embed>
        </object></td>
      </tr>
      <tr>
        <td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="tblbody">
          <tr>
            <td width="7" align="left" valign="top"  height="22"><img src="images/bodytopleft.jpg" width="7" height="22"></td>
            <td width="187" height="22" align="left" valign="middle" bgcolor="#504F4F" class="title">&nbsp;History, Past &amp; Present </td>
            <td width="521" align="left" valign="top"><img src="images/pagetitleend.jpg" width="24" height="22"></td>
            <td width="15" align="right" valign="top"><img src="images/bodytopright.jpg" width="11" height="22"></td>
          </tr>
          <tr>
            <td></td>
            <td colspan="2" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="4">
              <tr>
                <td width="1%" height="15" class="bodytr1"><span class="headings">                  </span></td>
                <td width="99%" class="normtxt" align="justify"><p align="justify"><?php echo $row_rs['content']; ?><br>
                </p> </td>
              </tr>
            </table></td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td align="left" valign="bottom"  width="7" height="9"><img src="images/bodybottomleft.jpg" width="7" height="9"></td>
            <td colspan="2"></td>
            <td align="right" valign="bottom"><img src="images/bodybottomright.jpg" width="11" height="9"></td>
          </tr>
        </table></td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td width="193" valign="bottom" class="leftbg"><img src="images/leftbottom.jpg" width="189" height="9" /></td>
  </tr>
  <tr>
    <td colspan="2">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2"><? include 'footer.php' ?></td>
  </tr>
</table>
</body>
</html>