?>
" target="_blank"><?php 
    echo "Arquivo " . $i;
    ?>
</a></td>
                            </tr>
                            <?php 
}
?>
			</table>
		</td>
	</tr>
        <?php 
if ($instancia == "I") {
    //se for solicitação inicial, mostra os recursos se houver
    $rsRec = Solicitacao::getRecursos($idsolicitacao);
    if (mysql_num_rows($rsRec) > 0) {
        ?>
                    <tr>
                            <th align="left" colspan="4" onclick="abreFechaListaRecursos()">RECURSOS</th>
                    </tr>
                    <tr id="lnListaRecursos">
                            <td width="100%" colspan="4">
                                    <table align="center" width="100%" cellpadding="0" cellspacing="1">
                                    <tr>
                                        <th>Data Solicitação</th>
                                        <th>Recurso</th>
                                        <th>Situação</th>
                                        <th>Previsão Resposta</th>
                                        <th>Data Resposta</th>
                                    </tr>