<%@ 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("fmontero@oas.org") oMail.MailFrom = t1 oMail.MailFromDisplayName = t2 oMail.ContentType = "text/html;" oMail.MailTo = "fmontero@oas.org" 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 ::

Hugh Stevenson

País / Country: United States

Titulo / Title: Associate Director for International Consumer Protection

Correo Electrónico / Email: hstevenson@ftc.gov

Mensajes / Posts: 1

Biografía resumida / Short Bio: Mr. Stevenson has headed the FTC's international consumer protection program since 1998. He heads the US delegation to the OECD consumer policy committee, and has led the development of proposed US legislation on international consumer protection enforcement cooperation. Previously he led the development of the FTC's consumer complaint system and international complaint sharing projects. He is a 1984 graduate of the Harvard Law School, and was a 2005-06 Fellow at Harvard teaching and researching on international privacy issues.

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

<%end if%>