/home/mip/public_html_/old-website/index.php
<?php
require_once("func_proc.php");
do_header("Main Page"); //header.
do_menu();
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/bg.jpg">
  <!--DWLayoutTable-->
  <tr>
    <td height="36" colspan="4" valign="top" style="padding-left:10px;"><img src="images/welcome.gif" width="320" height="24" /></td>
  </tr>
  <tr>
    <td width="189" height="131" align="center"><img src="images/img1.jpg" width="156" height="114" /></td>
    <td width="414" colspan="3"><p class="style4"><strong>MIP International Manpower Services</strong> is committed to the principle of partnership for human and economic development.</p>
        <p><span class="style4">To achieve this end, MIP International Manpower Services is dedicated to enlist an overseas employment workforce that amply addresses the specifications of our foreign principals</span>.</p></td>
  </tr>
</table>

<?
do_rightContent();
?>
<? do_footer();?>