if ($db02_descr == 'CODIGO PHP') {
        eval($db02_texto);
    } else {
        $pdf->SetFont('Arial', '', 12);
        $pdf->SetX($db02_alinha);
        $texto = db_geratexto($db02_texto);
        $pdf->SetFont('Arial', '', 12);
        $pdf->cell(15, 6, "", 0, 0, "R", 0);
        $pdf->MultiCell("0", 4 + $db02_espaca, $texto, "0", "J", 0, $db02_inicia + 0);
        $pdf->cell(0, 6, "", 0, 1, "R", 0);
    }
}
$pdf->SetX(@$x + 80);
$y = $pdf->GetY();
$x = $pdf->GetX();
$pdf->SetXY($x + 80, $y + 10);
//****************************************   	FIM PDF   ******************************************************//
/************************************   R O D A P E (recibo)   D A   C N D  *******************************************************/
if (isset($cadrecibo) && $cadrecibo == 't') {
    $y = $pdf->w - 20;
} else {
    $y = $pdf->GetY() - 20;
}
if (isset($cadrecibo) && $cadrecibo == 't') {
    $dtimp = date("Y-m-d", db_getsession('DB_datausu'));
    $y = $pdf->w - 28;
    $x = $pdf->GetX();
    $pdf->SetXY($x, $y + 3);
    $pdf->RoundedRect(5, $y + 36, 80, 28, '', '1234');
    $pdf->Ln(17);
    $TamLetra = 7;