<%@ Language=VBScript %> <% if request("submit")<>"" then Dim t1,t2,t3,st t1 = Request.Form("email") t2 = Request.Form("name") t3 = Request.Form("subject") st = Request.Form("details") Dim oMail Set oMail = server.CreateObject("[email protected]") oMail.MailFrom = t1 oMail.MailFromDisplayName = t2 oMail.ContentType = "text/html;" oMail.MailTo = "[email protected]" oMail.Subject = t3 oMail.MessageBody = st oMail.SendMessage Set oMail = Nothing Response.Redirect "derecho_internacional_privado_grupos_foro_autorizacion.asp" else%> :: Secretar�a de Asuntos Jur�dicos (SAJ) > Organizaci�n de los Estados Americanos ::

Introducción / Introduction - Arts. 5 – 7 (Primer Borrador / First Draft) 07/03/06, 12:00pm

[for English, scroll down]

Estimados Colegas,

Muchas gracias a todos por sus contribuciones sobre los Artículos 1 – 4 del Proyecto de Convención. Hoy abrimos a discusión los Artículos 5 -7 siguiendo la misma metodología, calendario y reglas de discusión. Al igual que los comentarios ya enviados, sus comentarios deberán puntualizarse sobre cada Artículo específico.  Si existen comentarios generales sobre la totalidad de estos Artículos, estos se deberán enviar por separado y se incorporarán en un acápite introductorio.

También me gustaría aprovechar la oportunidad para recordarles a algunos de ustedes que presentaron comentarios específicos sobre varios aspectos de la convención durante la presentación inicial en Abril del año en curso, que envíen estos mismos comentarios conforme la metodología de artículo-por-artículo para incorporarlos al foro.

Como siempre, si tienen alguna pregunta o comentario, por favor no duden en comunicarse con nosotros.


Dear Colleagues,

I would like to thank all of those who have sent comments to Articles 1 -4 of the Draft Convention. Today we open our discussion concerning Articles 5 -7, following the same methodology, calendar and rules for discussion. Like with previous comments, any additional contributions should pertain specifically to one individual provision. Should you have comments of a general nature, send these separately and they will be incorporated in an introductory section.

I would also like to remind those of you who presented specific comments on various aspects of the convention during the initial presentation in April to send these comments again pursuant to the article-by-article methodology employed at this stage. Upon receipt, we will add these contributions to the forum

As always, if you have any questions or comments, please don’t hesitate to contact us.

Secretaría de Asuntos Jurídicos (SAJ) / Secretariat for Legal Affairs (SLA)
 Cidip VII - Foro de discusión / Working Groups

<%end if%>