</TABLE>
					</td>
					<td class="tableNoThreeTwo">
						
					</td>
				</tr>
			</table>
			<br>
			<table class="tableNoTwo">
				<tr>
					<td class="tableNoThreeOne">
						<TABLE class="tableNofour">
							
							<?php 
    $objLeaveApplication = new LeaveApplication();
    $result = $objLeaveApplication->AppliedEmpAlternativeEmpDetailsInfo($empId);
    while ($row = mysqli_fetch_array($result)) {
        ?>
							
							<TR>
								<TD class="tdStyle" colspan="2">Person to look after my desk during my absence</TD>
								
							</TR>
							<tr>
								<TD>&nbsp;</TD>
							</tr>
							
							<TR>
								<TD class="tdStyleNoUnderLine">Name</TD>
								<TD>: <?php 
        echo $row['eFirstName'] . " " . $row['eLastName'];