function direccion(docu){
  if( docu == ""){
   alert( "ENTER A PASSWORD" );   
  }else{
    if( docu == "mercosur") {
      location.href= "agentscargo.php"    
    }else{
     alert( "WRONG PASSWORD" );     
    }
  }
}
