<? }while($row_NroNotaPorCriterio=$objDatos->PoblarNroNotaPorCriterioSelAll($rsNroNotaPorCriterio)); ?>
            <? }while($row_NroCriterio2=$objDatos->PoblarNroNotaCriterioSelAll($rsNroCriterio2)); ?>
        <? }?>
    </tr>
  <? } ?>
  <? do{ ?>
  <? Filas();?>
    <td width="150"><div style="padding-left:3px">Area</div></td>
    <td width="200"><div style="padding-left:3px"><? echo $row_Curso['NombreCurso']; ?></div></td>
    <? do{ ?>
		<? 
		$rsNroNotaPorCriterio2=$objDatos->ObtenerNroNotaPorCriterioSelAll($row_NroCriterio3['CodCriterio']);
		$row_NroNotaPorCriterio2=$objDatos->PoblarNroNotaPorCriterioSelAll($rsNroNotaPorCriterio2);
		do{
			$rsEvaluacion=$objDatos->ObtenerEvaluacionCriterioSelId(1, $_POST['cboBimestre'], $_POST['cboArea'], $row_NroNotaPorCriterio2['CodCriterio']);
            $row_Evaluacion=$objDatos->PoblarEvaluacionCriterioSelId($rsEvaluacion);
		?>
    		<td width="30" align="center"><? echo $row_Evaluacion['Nota']; ?></td>
		<? }while($row_NroNotaPorCriterio2=$objDatos->PoblarNroNotaPorCriterioSelAll($rsNroNotaPorCriterio2)); ?>
    <? }while($row_NroCriterio3=$objDatos->PoblarNroNotaCriterioSelAll($rsNroCriterio3)); ?>
  </tr>
  <? }while($row_Curso=$objDatos->PoblarCursoPorAreaAlumnoSelAll($rsCurso)); ?>
</table>
</body>
<? 
}else{
	echo "No es posible mostrar nformaci&oacute;n de evaluaci&oacute;n. Por favor seleccione <strong>Bimestre</strong> y <strong>Area</strong>";
}
?>
</html>