<%@ 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 ::

Aviso de Reunion / Notice of Meeting 
11/06/06, 5:00pm

[for English, scroll down]

Adjunto encontraran aviso de la Comisión de Asuntos Jurídicos y Políticos sobre la reunión de expertos en materia de proteccion al consumidor, a realizarce en Porto Alegre, Brasil, del 2 al 4 de Diciembre de 2006.

[CP/CAJP-2426/06]

[Francisco Montero]


Dear Colleagues,

Attached you will find notice of meeting of the Committee on Juridical and Political Affairs concerning the meeting of experts on consumer protections, to take place in Porto Alegre, Brazil from December 2 - 4, 2006.

[CP/CAJP-2426/06]

[Francisco Montero]

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

<%end if%>