function show_contact()
{
  var sCountry;
  sCountry = document.choose_country.country.value;

  var sText = '';
  if ( sCountry == "AD" || sCountry == "AT" || sCountry == "BE" || sCountry == "BA" 
    || sCountry == "BG" || sCountry == "HR" || sCountry == "CY" || sCountry == "CZ" 
    || sCountry == "DK" || sCountry == "FO" || sCountry == "FI" || sCountry == "FR" 
    || sCountry == "DE" || sCountry == "GR" || sCountry == "IS" || sCountry == "IE" 
    || sCountry == "LV" || sCountry == "LI" || sCountry == "LT" 
    || sCountry == "LU" || sCountry == "MK" || sCountry == "MC" || sCountry == "NL" 
    || sCountry == "NO" || sCountry == "PL" || sCountry == "PT" || sCountry == "RO" 
    || sCountry == "SM" || sCountry == "SK" || sCountry == "SI" || sCountry == "ES" 
    || sCountry == "SE" || sCountry == "CH" || sCountry == "TR" || sCountry == "UK" 
    || sCountry == "VA" || sCountry == "YU" || sCountry == "AL" )
  {
    // Add address
    sText = sText + '3dStructures<br>';
    sText = sText + 'Hamalstraat 2<br>';
    sText = sText + 'B3700  Tongeren<br>';
    sText = sText + 'Belgium<br>';
    sText = sText + '<br>';

    // Add telephone
    sText = sText + '<table>';
    sText = sText + '  <tr>';
    sText = sText + '    <td>';
    sText = sText + '      TEL<br>';
    sText = sText + '    </td>';
    sText = sText + '    <td>';
    sText = sText + '      +32 474 992 810<br>';
    sText = sText + '    </td>';
    sText = sText + '    <td>';
    sText = sText + '      <br>';
    sText = sText + '    </td>';
    sText = sText + '  </tr>';
    sText = sText + '</table>';
  }
  else if ( sCountry == "CN" || sCountry == "VN" || sCountry == "TH" || sCountry == "MY" || sCountry == "SG"
         || sCountry == "HK" || sCountry == "TW" || sCountry == "MN" || sCountry == "KH" || sCountry == "MO" )
  {
    // Add address
    sText = sText + '<table><tr><td>袁文潔</td><td>&nbsp;</td><td>Yuan Wenjie</td></tr>';
    sText = sText + '<tr><td>3維結構有限責任公司</td><td>&nbsp;</td><td>3D Structures Ltd. Co.</td></tr><tr><td>中國江蘇省蘇州市吳中區</td><td>&nbsp;</td><td>Yang Zhan Street 21</td></tr>';
    sText = sText + '<tr><td>光福鎮楊棧弄21號</td><td>&nbsp;</td><td>Guangfu Town, Wuzhong Region, Suzhou, Jiangsu</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>P.R.C. </td></tr><tr><td>郵編:215159</td><td>&nbsp;</td><td>Zip Code:215159</td></tr>';
    sText = sText + '<tr><td>&nbsp;</td><tr>';
    sText = sText + '<tr><td>手 机: +86 138 148  044 73</td><td>&nbsp;</td><td>Mobile Phone: +86 138 148  044 73</td></tr></table>';

      
  }
  else if ( sCountry == "FR" )
  {
    // Add address
    sText = sText + 'SCIG<br>';
    sText = sText + 'Alain Rojo<br>';
    sText = sText + '44, rue de la procession<br>';
    sText = sText + '78600 Maisons Laffitte<br>';
    sText / sText + 'France<br>';
    sText = sText + 'http//scig.eu.com<br>';
    sText = sText + '<br>';

    // Add telephone
    sText = sText + '<table>';
    sText = sText + '  <tr>';
    sText = sText + '    <td>';
    sText = sText + '      tel<br>';
    sText = sText + '      email<br>';
    sText = sText + '    </td>';
    sText = sText + '    <td>';
    sText = sText + '      +33 (1) 74 08 71 40<br>';
    sText = sText + '      scig@scig.eu.com<br>';
    sText = sText + '    </td>';
    sText = sText + '  </tr>';
    sText = sText + '</table>';
  }
  else if ( sCountry == "IT" )
  {
    // Add address
    sText = sText + 'dott. ing. Danilo Centazzo<br>';
    sText = sText + 'BPS -- Micro Techno<br>';
    sText = sText + 'Via Chiosetto 4<br>';
    sText = sText + '21040 Caronno Varesino<br>';
    sText / sText + 'tel +39 0331 981011<br>';
    sText = sText + 'Italia<br>';
    sText = sText + '<br>';

    // Add telephone
    sText = sText + '<table>';
    sText = sText + '  <tr>';
    sText = sText + '    <td>';
    sText = sText + '      tel<br>';
    sText = sText + '      email<br>';
    sText = sText + '    </td>';
    sText = sText + '    <td>';
    sText = sText + '      +39 338 4873295<br>';
    sText = sText + '      daniloc@bpsweb.it<br>';
    sText / sText + '      centazzo@libero.it<br>';
    sText = sText + '    </td>';
    sText = sText + '  </tr>';
    sText = sText + '</table>';
  }
  else
  {
    // Add address
    sText = sText + '3dStructures<br>';
    sText = sText + '1802 N. Carson ST., Suite 212-2475<br>';
    sText = sText + 'Carson City, NV 89701<br>';
    sText = sText + 'USA<br>';
    sText = sText + '<br>';

    // Add telephone
    sText = sText + '<table>';
    sText = sText + '  <tr>';
    sText = sText + '    <td>';
    sText = sText + '      <br>';
    sText = sText + '      <br>';
    sText = sText + '    </td>';
    sText = sText + '    <td><image src="images/transparent.gif" width="10"></image></td>';
    sText = sText + '    <td>';
    sText = sText + '      <br>';
    sText = sText + '      <br>';
    sText = sText + '    </td>';
    sText = sText + '    <td><image src="images/transparent.gif" width="10"></image></td>';
    sText = sText + '    <td>';
    sText = sText + '      <br>';
    sText = sText + '      <br>';
    sText = sText + '    </td>';
    sText = sText + '  </tr>';
    sText = sText + '</table>';
  }

  // Set contact text
  document.all.contact.innerHTML = sText;
}