<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Do not use any foreign characters (letters with accent marks, etc) -->
<!-- <dist id=""> the ID attribute must be unique -->
<!-- <bg_color> the hex color value used to distinguish the countries a distributor is responsible for -->
<!-- <area> can contain multiple <regions>, a <region> is a country or state assigned to the distributor (use the abbreviations found in the 'countries.as' file) -->
<distributors>
  <!-- the 0 spot is reserved for the default global MDT sales contact -->
  <dist id="0">
    <company>MDT Software</company>
    <person>Sales Contact</person>
    <address1>3480 Preston Ridge Road</address1>

    <address2>Suite 450</address2>
    <city>Alpharetta, GA 30005</city>
    <country></country>
    <tel>+1 678.297.1000</tel>
    <fax>+1 678.297.1003</fax>
    <web link="http://www.mdtsoft.com">www.mdtsoft.com</web>
    <email link="mailto:sales@mdtsoft.com">sales@mdtsoft.com</email>

    <bg_color>#401486</bg_color>
    <area>
          <region></region>
    </area>
  </dist>
  
  <dist id="1">
    <company>No Distribution Available</company>
    <person></person>

    <address1></address1>
    <address2></address2>
    <city></city>
    <country></country>
    <tel></tel>
    <fax></fax>
    <web></web>
    <email></email>
    <bg_color>#7B758C</bg_color>

    <area>

      <region>PRK</region>
      <region>CUB</region>
      <region>IRN</region>
      <region>SYR</region>
      <region>YUG</region>
      <region>CIV</region>
      <region>MRT</region>
      <region>COD</region>
      <region>LBR</region>
      <region>MMR</region>
      <region>ZWE</region>
      <region>BIH</region>
      <region>YUG</region>



    </area>
  </dist>

  <dist id="2">
    <company>MDT Software</company>
    <person>Miles Leggo</person>
    <address1>Detroit,MI</address1>
    <address2></address2>
    <city></city>

    <country></country>
    <tel>+1 248.486.8355</tel>
    <email link="mailto:miles.leggo@mdtsoft.com">miles.leggo@mdtsoft.com</email>
    <bg_color>#401486</bg_color>
    <area>
          <region>USA</region>
      <region>CAN</region>
          <region>AK</region>
          <region>HI</region>

          <region>NE</region>
          <region>KS</region>
          <region>AZ</region>
          <region>CA</region>
          <region>CO</region>
          <region>LA</region>
          <region>MT</region>

        <region>NM</region>
        <region>OK</region>
        <region>TX</region>
        <region>UT</region>
        <region>WY</region>
          <region>WA</region>
          <region>OR</region>
          <region>NV</region>
          <region>ID</region>
          <region>WI</region>
          <region>MN</region>
          <region>SD</region>
          <region>ND</region>
          <region>IA</region>
        
    </area>

  </dist>
  

  <dist id="3">
    <company>MDT Software</company>
    <person>Greg Pysher</person>
    <address1></address1>
    <address2>Greensboro, NC</address2>
    <city></city>

    <country></country>
    <tel>+1 336.697.2778</tel>
    <email link="mailto:greg.pysher@mdtsoft.com">greg.pysher@mdtsoft.com</email>
    <bg_color>#401486</bg_color>
    <area>
          <region>PRI</region>
          <region>USA</region>
          <region>AL</region>
          <region>AR</region>
          <region>FL</region>

          <region>GA</region>
          <region>IL</region>
          <region>MD</region>
          <region>MI</region>
          <region>MO</region>
          <region>MS</region>
          <region>NC</region>
          <region>KY</region>
          <region>SC</region>
          <region>TN</region>
          <region>VA</region>
          <region>WV</region>
          <region>DC</region>
          <region>OH</region>
          <region>PA</region>
          <region>NJ</region>
          <region>NY</region>
          <region>CT</region>
          <region>NH</region>
          <region>VT</region>
          <region>MA</region>
          <region>DE</region>
          <region>RI</region>
          <region>IN</region>


          <region>CHL</region>
    </area>
  </dist>
  

  <dist id="4">
    <company>MDT Software</company>
    <person>Miles Leggo</person>
    <address1>Upper Peninsula and Automotive Industry</address1>
    <address2>Detroit, MI</address2>
    <city></city>

    <country></country>
    <tel>+1 248.486.8355</tel>
    <email link="mailto:miles.leggo@mdtsoft.com">miles.leggo@mdtsoft.com</email>
    <bg_color>#401486</bg_color>
    <area>
          <region>USA</region>
          <region>MI</region>
    </area>

  </dist>
  


  <dist id="5">
    <company>CB Automation</company>

    <person></person>
    <address1>Locations: ON, QC, NB, NS, PE, NL</address1>
    <address2>Laval, QC</address2>
    <city></city>
    <country>Canada</country>
    <tel>(905) 731-0225 </tel>
    <fax>(905) 731-2205</fax>

    <web link="http://www.cbautomation.com">www.cbautomation.com</web>
    <email link="mailto:sales@cbautomation.com">sales@cbautomation.com</email>
    <bg_color>#401486</bg_color>
    <area>
          <region>QC</region>
    </area>
  </dist>


  <dist id="6">
    <company>Industrial Controls South Canterbury Ltd</company>

    <person></person>
    <address1>48 Bank St Timaru</address1>
    <address2>PO Box 554 Timaru</address2>
    <city></city>
    <country>New Zealand</country>
    <tel>+64 03 688 5310</tel>
    <fax>+64 03 688 5924</fax>

    <web link="http://www.icsc.co.nz">http://www.icsc.co.nz</web>
    <email link="autosave@icsc.co.nz">autosave@icsc.co.nz</email>
    <bg_color>#401486</bg_color>
    <area>
          <region>NZL</region>
    </area>
  </dist>

  <dist id="7">
    <company>NOVOTEK A/S</company>
    <person></person>
    <address1>Naverland 2, DK-2600</address1>
    <address2>Glostrup</address2>
    <city></city>

    <country>Denmark</country>
    <tel>+45 4343 3717</tel>
    <fax>+45 4343 5225</fax>
    <web link="http://www.novotek.dk">www.novotek.dk</web>
    <email link="mailto:info@novotek.dk">info@novotek.dk</email>
    <bg_color>#401486</bg_color>

    <area>
      <region>DNK</region>
    </area>
  </dist>

  <dist id="8">
    <company>Dosesoft Oy</company>
    <person></person>

    <address1>Box 230, Torpankatu 28, SF-05801</address1>
    <address2>Hyvinkaa</address2>
    <city></city>
    <country>Finland </country>
    <tel>+358 19 871 131</tel>
    <fax>+358 19 871 13 00</fax>

    <web link="http://www.dosesoft.fi">www.dosesoft.fi</web>
    <email link="mailto:info@dosesoft.fi">info@dosesoft.fi</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>FIN</region>
    </area>
  </dist>


  <dist id="9">
    <company>WingTip, LLC</company>
    <person></person>
    <address1>564 Harbourtown Court SE</address1>
    <address2>Salem, OR 97306</address2>
    <city></city>
    <country></country>
<tel>888.500.WING (9464)</tel>
<fax>866.415.9483</fax>
    <email link="mailto:sales@wingtipllc.com">sales@wingtipllc.com</email>
    <web link="http://www.wingtipllc.com">www.wingtipllc.com</web>

    <bg_color>#401486</bg_color>
    <area>
          <region>USA</region>
      <region>CAN</region>
          <region>AK</region>
          <region>AZ</region>
          <region>CA</region>
          <region>OR</region>
          <region>ID</region>
          <region>WA</region>
          <region>NV</region>
          <region>TX</region>
          <region>CO</region>
          <region>UT</region>
          <region>WY</region>
          <region>BC</region>
          <region>AB</region>
          <region>SK</region>
        <region>NM</region>
        <region>OK</region>
          <region>LA</region>
    </area>
  </dist>


  <dist id="10">
    <company>Shanghai Bluebird M&E Co Ltd</company>
    <person></person>
    <address1>3F, Building 16, No.879, zhongjiang road</address1>

    <address2>ShangHai PC 200333</address2>
    <city></city>
    <country>China</country>
    <tel>+86 21 15900894800</tel>
    <fax></fax>
    <web link="http://www.bluebirdme.com">www.bluebirdme.com</web>
    <email link="mailto:Bluebird@bluebirdme.com">Bluebird@bluebirdme.com</email>

    <bg_color>#401486</bg_color>
    <area>
      <region>CHN</region>
    </area>
  </dist>

  <dist id="11">
    <company>ServiTecno</company>

    <person></person>
    <address1>Via R. Sanzio 5</address1>
    <address2>20090 Cesano Boscone</address2>
    <city></city>
    <country>Italy </country>
    <tel>+39 02 4861 41</tel>
    <fax>+39 02 4861 441</fax>

    <web link="http://www.servitecno.it">www.servitecno.it</web>
    <email link="mailto:info@servitecno.it">info@servitecno.it</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>ITA</region>
    </area>
  </dist>

  <dist id="12">
    <company>Fox Executive Resources</company>
    <person></person>
    <address1>Soest</address1>

    <address2></address2>
    <city></city>
    <country>The Netherlands </country>
    <tel>+31 356028552</tel>
    <fax>+31 848317815</fax>
    <web link="http://www.fox-resources.com">www.fox-resources.com</web>

    <email link="mailto:info@fox-resources.com">info@fox-resources.com</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>LUX</region>
    </area>
  </dist>

  <dist id="13">
    <company>Fox Executive Resources</company>
    <person></person>
    <address1>Soest</address1>

    <address2></address2>
    <city></city>
    <country>The Netherlands </country>
    <tel>+31 356028552</tel>
    <fax>+31 848317815</fax>
    <web link="http://www.fox-resources.com">www.fox-resources.com</web>

    <email link="mailto:info@fox-resources.com">info@fox-resources.com</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>NLD</region>
    </area>
  </dist>

  <dist id="14">

    <company>NOVOTEK AS</company>
    <person></person>
    <address1>Boks 2036, Torsvang Industriområde, NO-3255</address1>
    <address2>Larvik</address2>
    <city></city>
    <country>Norway</country>
    <tel>+47 33 16 58 00</tel>

    <fax>+47 33 16 58 01</fax>
    <web link="http://www.novotek.no">www.novotek.no</web>
    <email link="mailto:info@novotek.no">info@novotek.no</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>NOR</region>
    </area>
  </dist>

  <dist id="15">
    <company>Wonderware Southern Africa</company>
    <person></person>
    <address1>Block D, Gillooly's View Office Park</address1>
    <address2>1 Osborne Lane, Bedfordview 2007</address2>

    <city></city>
    <country>South Africa</country>
    <tel>+27 (11) 607 8100 </tel>
    <fax>+27 (11) 607 8487  </fax>
    <web link="http://www.MDTsoft.co.za">www.MDTsoft.co.za</web>
    <email link="mailto:lourens@mdtsoft.co.za">Lourens@mdtsoft.co.za</email>

    <bg_color>#401486</bg_color>
    <area>
          <region>ZAF</region>
          <region>AGO</region>
          <region>NAM</region>
          <region>BWA</region>

          <region>ZWE</region>
          <region>MOZ</region>
          <region>SWZ</region>
          <region>ZMB</region>
    </area>
  </dist>

  <dist id="16">
    <company>UIT Inc.</company>
    <person></person>
    <address1>Suite 901 Samwon Bldg</address1>
    <address2>1329-8 Seocho-Dong, Seocho-Gu; Seoul 137-070</address2>
    <city></city>
    <country>Korea</country>

    <tel>+82 2 587-2303</tel>
    <fax>+82 2 587-2304</fax>
    <web link="http://www.uitsolutions.com">www.uitsolutions.com</web>
    <email link="mailto:uitinc@uitsolutions.com">uitinc@uitsolutions.com</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>KOR</region>
    </area>
  </dist>

  <dist id="17">
    <company>NOVOTEK Sverige AB</company>
    <person></person>
    <address1>Box 16014, Industrigatan 39, SE-200 25</address1>

    <address2>Malmo</address2>
    <city></city>
    <country>Sweden</country>
    <tel>+46-40 6718900</tel>
    <fax>+46-40 947617</fax>
    <web link="http://www.novotek.se">www.novotek.se</web>

    <email link="mailto:info@novotek.se">info@novotek.se</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>SWE</region>
    </area>
  </dist>

  <dist id="18">

    <company>M.A.C. Solutions (UK) Ltd</company>
    <person></person>
    <address1>Units 5 Oak Tree Park, Burnt Meadow Road</address1>
    <address2>Moons Moat Industrial Estate, Redditch;  Worcestershire, B98 9NW</address2>
    <city></city>
    <country>United Kingdom</country>
    <tel>+44 (0) 1527 592999</tel>

    <fax>+44 (0) 1527 592666</fax>
    <web link="http://www.mac-solutions.co.uk">www.mac-solutions.co.uk</web>
    <email link="mailto:sales@mac-solutions.co.uk">sales@mac-solutions.co.uk</email>
    <bg_color>#401486</bg_color>
    <area>
          <region>GBR</region>

    </area>
  </dist>

  <dist id="19">
    <company>ATR Distributing</company>
    <person></person>
    <address1></address1>
    <address2>Cincinnati, OH</address2>

    <city></city>
    <country></country>
    <tel>(800) 421-5253</tel>
    <fax>(513) 353-3549</fax>
    <web link="http://www.atrdist.com">www.atrdist.com</web>
    <email></email>
    <bg_color>#401486</bg_color>

    <area>
          <region>USA</region>
          <region>IN</region>
          <region>OH</region>
    </area>
  </dist>


  <dist id="20">
    <company>ATR Distributing</company>
    <person>Northern and Central Kentucky</person>
    <address1></address1>
    <address2>Cincinatti, OH</address2>
    <city></city>
    <country></country>

    <tel>(800) 421-5253</tel>
    <fax>(513) 353-3549</fax>
    <web link="http://www.atrdist.com">www.atrdist.com</web>
    <email></email>
    <bg_color>#401486</bg_color>
    <area>
          <region>USA</region>

          <region>KY</region>
    </area>
  </dist>



  <dist id="21">
    <company>KRONTEC S.A.</company>
    <person>Contact: Sergio Coloma</person>
    <address1></address1>
    <address2></address2>
    <city></city>
    <country>Chile</country>

    <tel>+56 2 7547780</tel>
    <fax></fax>
    <web></web>
    <email link="mailto:sergio.coloma@krontec.cl">sergio.coloma@krontec.cl</email>
    <bg_color>#401486</bg_color>
    <area>

          <region>CHL</region>
    </area>
  </dist>


  <dist id="22">
    <company>Logitek, S.A.</company>
    <person></person>
    <address1>Ctra. de Sant Cugat, 63, Escalera B, Planta 1ª</address1>
    <address2>08191 RUBÍ  (Barcelona)</address2>
    <city></city>
    <country>Spain</country>

    <tel>902 10 32 83</tel>
    <fax></fax>
    <web link="http://www.logitek.es">www.logitek.es</web>
    <email link="mailto:info@logitek.es">info@logitek.es</email>
    <bg_color>#401486</bg_color>
    <area>

          <region>ESP</region>
    </area>
  </dist>


  <dist id="23">
    <company>EECOL</company>
    <person></person>
    <address1>63 Sunpark Drive S.E.</address1>
    <address2>Calgary, Alberta, T2X 3V4</address2>
    <city></city>
    <country>Canada</country>

    <tel>403 253 1952</tel>
    <fax></fax>
    <web link="http://www.eecol.com">www.eecol.com</web>
    <email ></email>
    <bg_color>#401486</bg_color>
    <area>

      <region>CAN</region>
	<region>AB</region>
      <region>BC</region>
      <region>SK</region>
      <region>MB</region>
      <region>YT</region>
      <region>NT</region>

    </area>
  </dist>


  <dist id="25">
    <company>Wonderware North</company>
    <person></person>
    <address1>Bill Bullotta - Horsham PA</address1>
    <address2>Kevin Blaze - Bedford MA</address2>

    <city></city>
    <country></country>
    <tel>(215) 675-5800</tel>
    <fax>(215) 675-9712</fax>
    <web link="http://www.qmation.com">www.qmation.com</web>
    <email link="mailto:support@qmation.com">support@qmation.com</email>
    <bg_color>#401486</bg_color>

    <area>
          <region>USA</region>
          <region>CT</region>
          <region>DE</region>
          <region>PA</region>
          <region>ME</region>

          <region>MA</region>
          <region>NH</region>
          <region>NY</region>
          <region>RI</region>
          <region>VT</region>
          <region>NJ</region>
          <region>OH</region>
    </area>

  </dist>
  

  <dist id="26">
    <company>Wonderware Midwest</company>
    <person></person>
    <address1>175 N Patrick Blvd, Suite 110</address1>
    <address2>Brookfield, WI 53045</address2>
    <city></city>

    <country></country>
    <tel>+1 866.826.9725</tel>
    <fax></fax>
    <web>www.wonderwaremidwest.com</web>
    <email>sales@wonderwaremidwest.com</email>
    <bg_color>#401486</bg_color>
    <area>
          <region>USA</region>

          <region>SD</region>
          <region>ND</region>
          <region>WI</region>
    </area>
  </dist>
  

  <dist id="27">
    <company>GS Systems</company>

    <person>Iowa Zip Codes: 50000-50999, 51200-51399, 52000-52899</person>
    <address1></address1>
    <address2>Des Moines, IA 50310 </address2>
    <city></city>
    <country></country>
    <tel>+1 866.826.9725</tel>
    <fax></fax>

    <web></web>
    <email></email>
    <bg_color>#401486</bg_color>
    <area>
          <region>USA</region>
          <region>IA</region>
    </area>

  </dist>
  
  

  <dist id="28">
    <company>GS Systems</company>
    <person>Upper Peninsula</person>
    <address1>5060 South Towne Drive</address1>
    <address2>New Berlin, WI 53151</address2>
    <city></city>

    <country></country>
    <tel>+1 866.826.9725</tel>
    <fax></fax>
    <web></web>
    <email></email>
    <bg_color>#401486</bg_color>
    <area>
          <region>USA</region>

          <region>MI</region>
    </area>
  </dist>
  

  <dist id="29">
    <company>GS Systems</company>
    <person></person>
    <address1>5850 Opus Parkway; Suite 140</address1>

    <address2>Minnetonka, MN 55343</address2>
    <city></city>
    <country></country>
    <tel>+1 866.826.9725</tel>
    <fax></fax>
    <web></web>
    <email></email>
    <bg_color>#401486</bg_color>

    <area>
          <region>USA</region>
          <region>MN</region>
    </area>
  </dist>
  

  
  <dist id="30">
    <company>Schneider Electric (Australia)</company>
    <person>Pacific Head Office</person>
    <address1>2 Solent Circuit</address1>
    <address2>Baulkham Hills NSW 2153</address2>
    <city></city>
    <country>Australia</country>

    <tel></tel>
    <fax></fax>
    <web></web>
    <email link="mailto:marketing-australia@citect.com">marketing-australia@citect.com</email>
    <bg_color>#401486</bg_color>
    <area>

      <region>AUS</region>
    </area>
  </dist>

  <dist id="31">
    <company>Fox Executive Resources</company>
    <person></person>
    <address1>Soest</address1>

    <address2></address2>
    <city></city>
    <country>The Netherlands </country>
    <tel>+31 356028552</tel>
    <fax>+31 848317815</fax>
    <web link="http://www.fox-resources.com">www.fox-resources.com</web>

    <email link="mailto:info@fox-resources.com">info@fox-resources.com</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>BEL</region>
    </area>
  </dist>

  <dist id="32">

    <company>CB Automation</company>
    <person></person>
    <address1>Locations: ON, QC, NB, NS, PE, NL</address1>
    <address2>Richmond Hill, ON</address2>
    <city></city>
    <country>Canada</country>
    <tel>(905) 731-0225</tel>

    <fax>(905) 731-2205</fax>
    <web link="http://www.cbautomation.com">www.cbautomation.com</web>
    <email link="mailto:sales@cbautomation.com">sales@cbautomation.com</email>
    <bg_color>#401486</bg_color>
    <area>
      <region>ON</region>
      <region>NB</region>

      <region>NS</region>
      <region>PE</region>
      <region>NL</region>
    </area>
  </dist>

  
  <dist id="34">

    <company>Automaton Integracao de Sistemas Ltda</company>
    <person></person>
    <address1>Rua Ludgero Dolabela, Nº1021 Sala 204 Gutierrez</address1>
    <address2>CEP - 30430-130 - Belo&nbsp;Horizonte MG</address2>
    <city></city>
    <country>Brazil</country>
    <tel>+55 (31) 3291-0220</tel>

    <fax></fax>
    <web link="http://www.automaton.com.br">www.automaton.com.br</web>
    <email link="mailto:automaton@automaton.com.br">automaton@automaton.com.br</email>
    <bg_color>#401486</bg_color>
    <area>
          <region>BRA</region>

    </area>
  </dist>

  
</distributors>
