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

The Strategic Partnership Program

To be more competitive in the global economy, the United States must grow its exporter base. Even though exporting is a proven source of growth for both U.S. companies and the U.S. economy, the United States is just beginning to tap its export potential.

Approximately 58% of U.S. exporters sell to only one foreign market (source: US Census Bureau).

Exporting accounted for only 12 percent of the U.S. gross domestic product (GDP) in 2007. As compared to other industrialized nations like Germany, the United Kingdom, and France, where exporting accounts for 30 – 49 percent of GDP, the U.S. must do better (source: National Export Strategy).

What is the Strategic Partnership Program?

To broaden and deepen the U.S. exporter base, the U.S. Commercial Service Strategic Partnership Program is leveraging partnerships with trade associations and private corporations. Through these innovative public-private partnerships, we are communicating to millions of U.S. businesses about global business opportunities through the U.S. Commercial Service.

In doing so, the U.S. Commercial Service Strategic Partnership Program creates triple win scenarios:

  • National export objectives are supported;
  • Partners deliver valuable information to help their customers and members grow; and
  • More small- and medium-sized businesses get the export assistance they need to be successful and maintain good American jobs at wages 13 to 18 percent higher than workers in non-exporting firms.

“We’ll create public-private partnerships to help firms break into new markets with the help of those who have been there – shipping and supply-chain companies, for example.”

President Obama
Export-Import Bank Annual Conference
March 11, 2010