<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' Loads a file and executes it as an ASP file. ' Needed to perform dynamic execution of BSP/FUSE ' and can be useful down the road Function GetFileContentsForExecution(aspFileFragmentPath) Dim oFSO, sContents 'Obtain a reference to the FileSystemObject Set oFSO = Server.CreateObject("Scripting.FileSystemObject") 'Obtain the file contents sContents = oFSO.OpenTextFile(Request.ServerVariables("APPL_PHYSICAL_PATH") & aspFileFragmentPath).ReadAll Set oFSO = Nothing 'reference to the FileSystemObject 'Remove the ASP scripting tags sContents = Replace (sContents, "<" & "%", "") sContents = Replace (sContents, "%" & ">", "") GetFileContentsForExecution = sContents End Function ' Grabs the node value of the responseXML returned ' by the CSWP_DOC_INFO service. This is used to ' display metadata on the confirmation page. Function GetXmlNodeValue(objXmlRowNode, strNodeName) Dim objXmlNode, objXmlNodeValue Set objXmlNode = objXmlRowNode.selectSingleNode("@" & strNodeName) If (objXmlNode Is Nothing) Then Set objXmlNode = objXmlRowNode.selectSingleNode("idc:field[@name='" & strNodeName & "']") End If If (Not (objXmlNode Is Nothing)) Then GetXmlNodeValue = objXmlNode.Text End If End Function %> <%dim instanceName%> <%dim serverAddr%> <%dim visitorIP%> <%dim displayAllBSP%> <%dim fuseType%> <%dim cswpProgram%> <%instanceName = "build"%> <%serverAddr = "http" & "://" & "build.export.gov" & "/build/idcplg"%> <%visitorIP = Request.ServerVariables("REMOTE_ADDR")%>
<% dim siteURL siteURL = Request.ServerVariables("server_name") if siteURL =("export.gov") then response.Write("") else end if %>

Trade Americas Logo

Welcome to Trade Americas!

The U.S. Commercial Service helps U.S. business export goods and services to markets worldwide. The Trade Americas program brings together the resources of U.S. Commercial Service offices in 14 countries and State Department sections at U.S. Embassies in 8 additional markets, providing your company with a single point of access to regional trade events, our extensive services, and research covering markets throughout the region.

The Trade Americas site provides information on the existing and proposed free trade agreements throughout the region, market research, trade event lists, industry-specific information, business service providers, useful links, and key contacts. 

Country Information 

Learn more about how we can help you increase export sales to these markets:

Argentina

Bahamas

Barbados

Belize

Brazil

Canada

Chile

Colombia

Costa Rica

Dominican Republic

El Salvador

Guatemala

Haiti

Honduras

Jamaica

Mexico

Nicaragua

Panama

Paraguay

Peru

Trinidad and Tobago

Uruguay