<!--For importing Outlook contacts to Open Contacts
In Outlook 2003, WebPage is BusinessHomePage. So, don't try to map WebPage of Outlook
-->
<OpenContactsStandardImport xmlns="http://www.fonlow.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fonlow.com OpenContactsStandardImport.xsd">
  
<Sections>
    
<Section Name="Personal">
      
<Fields>
        
<Field Name="Nick name" Value="NickName" />
        
<Field Name="Primary Phone" Value="PrimaryTelephoneNumber" />
        
<Field Name="Mobile" Value="MobileTelephoneNumber" />
        
<Field Name="Pager" Value="PagerNumber" />
        
<Field Name="Phone" Value="HomeTelephoneNumber" />
        
<Field Name="Phone2" Value="Home2TelephoneNumber" />
        
<Field Name="Fax" Value="HomeFaxNumber" />
        
<Field Name="Email" Value="Email1Address" />
        
<Field Name="Email2" Value="Email2Address" />
        
<Field Name="Email3" Value="Email3Address" />
        
<Field Name="Street" Value="HomeAddressStreet" />
        
<Field Name="City" Value="HomeAddressCity" />
        
<Field Name="State" Value="HomeAddressState" />
        
<Field Name="Postcode" Value="HomeAddressPostalCode" />
        
<Field Name="Country" Value="HomeAddressCountry" />
        
<Field Name="PO Box" Value="HomeAddressPostOfficeBox" />
        
<Field Name="Children" Value="Children" />
        
<Field Name="Spouse" Value="Spouse" />
        
<Field Name="Suffix" Value="Suffix" />
        
<Field Name="Birthday" Value="Birthday" />
        
<Field Name="Anniversary" Value="Anniversary" />
        
<Field Name="Hobby" Value="Hobby" />
        
<Field Name="Gender" Value="Gender" />
        
<Field Name="Car Phone" Value="CarTelephoneNumber" />
        
<Field Name="Web" Value="PersonalHomePage" />
        
<Field Name="Contact" Value="Links" />
                
<Field Name="Photo" Value="Photo" />
        
      
</Fields>
    
</Section>
    
<Section Name="Work">
      
<Fields>
        
<Field Name="Title" Value="JobTitle" />
        
<Field Name="Profession" Value="Profession" />
        
<Field Name="Primary Phone" Value="CompanyMainTelephoneNumber" />
        
<Field Name="Phone" Value="BusinessTelephoneNumber" />
        
<Field Name="Phone2" Value="Business2TelephoneNumber" />
        
<Field Name="Fax" Value="BusinessFaxNumber" />
        
<Field Name="Location" Value="OfficeLocation" />
        
<Field Name="Billing" Value="BillingInformation" />
        
<Field Name="Assistant Phone" Value="AssistantTelephoneNumber" />
        
<Field Name="Assistant" Value="AssistantName" />
        
<Field Name="Manager" Value="ManagerName" />
        
<Field Name="Web" Value="BusinessHomePage" />
        
<Field Name="PO Box" Value="BusinessAddressPostOfficeBox" />
        
<Field Name="Department" Value="Department" />
        
<Field Name="Company" Value="CompanyName" />
        
<Field Name="Street" Value="BusinessAddressStreet" />
        
<Field Name="City" Value="BusinessAddressCity" />
        
<Field Name="State" Value="BusinessAddressState" />
        
<Field Name="Postcode" Value="BusinessAddressPostalCode" />
        
<Field Name="Country" Value="BusinessAddressCountry" />
        
<Field Name="Account" Value="Account" />
        
<Field Name="Mileage" Value="Mileage" />
        
<Field Name="Organizational ID" Value="OrganizationalIDNumber" />
        
<Field Name="CustomerID" Value="CustomerID" />
        
<Field Name="Computer Name" Value="ComputerNetworkName" />

      
</Fields>
    
</Section>
    
<Section Name="Other">
      
<Fields>
        
<Field Name="Street" Value="OtherAddressStreet" />
        
<Field Name="City" Value="OtherAddressCity" />
        
<Field Name="State" Value="OtherAddressState" />
        
<Field Name="Postcode" Value="OtherAddressPostalCode" />
        
<Field Name="Country" Value="OtherAddressCountry" />
        
<Field Name="PO Box" Value="OtherAddressPostOfficeBox" />
        
<Field Name="Phone" Value="OtherTelephoneNumber" />
        
<Field Name="Fax" Value="OtherFaxNumber" />
        
<Field Name="Free Busy" Value="InternetFreeBusyAddress" />
        
<Field Name="ISDN" Value="ISDNNumber" />
        
<Field Name="Language" Value="Language" />
        
<Field Name="NetMeeting Server" Value="NetMeetingServer" />
        
<Field Name="NetMeeting Alias" Value="NetMeetingAlias" />
        
<Field Name="Radio Phone" Value="RadioTelephoneNumber" />
        
<Field Name="Telex" Value="TelexNumber" />
        
<Field Name="Referred By" Value="ReferredBy" />
        
<Field Name="Government ID" Value="GovernmentIDNumber" />
        
<Field Name="TTYTDD" Value="TTYTDDTelephoneNumber" />
        
<Field Name="Custom1" Value="User1" />
        
<Field Name="Custom2" Value="User2" />
        
<Field Name="Custom3" Value="User3" />
        
<Field Name="Custom4" Value="User4" />
      
</Fields>
    
</Section>
  
</Sections>
</OpenContactsStandardImport>