<h1 >ESTE REGISTRO YA EXISTE</h1>
			<?php 
            } else {
                include "{$ruta_raiz}/include/query/archivo/queryinsertar_central.php";
                $rs = $db->conn->Execute($sql);
                if ($rs->EOF) {
                    ?>
			<tr><td align="center"><h1>EL NUMERO DE RADICADO ES  <?php 
                    echo $rad;
                    ?>
</h1>
			</tr>
			<?php 
                    $rad2[1] = $rad;
                    $observa = "Ingreso de registro en archivo central en la ubicacion: Zona " . $zona . "-Carro " . $carro . "-Cara " . $cara . "-Estante " . $estante . "-Entrepano " . $entre . "-Caja " . $caja;
                    $objHistorico->insertarHistoricoArch($co, $rad2, $depeU, $usuacod, $observa, 64);
                } else {
                    ?>
			<script language="javascript">
			confirm('HUBO UN ERROR EN LA CARGA');
			</script>
			<tr><td align="center"><h1>HUBO UN ERROR EN LA CARGA</h1>
			</tr>
			<?php 
                }
            }
        }
        if ($Modificar) {
            if ($depe2 != $depe) {
                $r2 = explode($depe2, $rad);
                $rad1 = $ano . $depe . $r2[1];