﻿function infoBox(id) {
    var html = '<div class="officeLayer"><div class="h2Outer"><div class="headline">' +  id.addressHeadline + '</div><div class="icClose"><a href="javascript:hideInfoBox();" id="closeImg"><img src="/images/ic_close.gif" /></a></div><div class="clear2">&nbsp;</div></div>' +
                    '<div class="officeLayerContent heightAndScroll">';
    if (id.addressAdr != undefined) {
        html += '<div class="addressBox">' + id.addressAdr + '</div>'
    }
    html += '<div class="innerContent"><div class="addressBox left">' + '<div class="addressLeft">Tel:</div> <div class="addressRight">';
    for (var i in id.addressPhone) {
        html += '<a href="phone:' + id.addressPhone[i] + '">' + id.addressPhone[i] + '</a><br />'
    }
    html += '</div><div class="clear">&nbsp;</div>';
    if (id.addressFax != undefined) {
        html += '<span class="addressLeft">Fax:</span> <span class="addressRight">' + id.addressFax + '</span><div class="clearleft">&nbsp;</div>'
    }
    if (id.addressEmail != undefined) {
        html += '<span class="addressLeft link">E-Mail:</span> <a href="mailto:' + id.addressEmail + '" class="weiterlink">' + id.addressEmail + '</a><div class="clearleft">&nbsp;</div>'
    }
    if (id.homepage != undefined && id.addressEmail != undefined) {
        html += '<span class="addressLeft">URL:</span> <a href="http://' + id.homepage + '" class="weiterlink">' + id.homepage + '</a><div class="clearleft">&nbsp;</div>'
    } else if (id.homepage != undefined) {
        html += '<span class="addressLeft link">URL:</span> <a href="http://' + id.homepage + '" class="weiterlink">' + id.homepage + '</a><div class="clearleft">&nbsp;</div>'
    }
    html += '</div>';
    if (id.customerPhone != undefined && id.customerFax != undefined) {
        html += '<div class="addressBox right">' +
                    '<h3>' + id.customerHeadline + '</h3>' +
                    '<span class="addressLeft">Tel:</span> <span class="addressRight">';
        for (var n in id.customerPhone) {
            html += '<a href="phone:' + id.customerPhone[n] + '">' + id.customerPhone[n] + '</a><br />'
        }
        html += '</span><div class="clearleft">&nbsp;</div>' +
                    '<span class="addressLeft">Fax:</span> ' + id.customerFax  + '<div class="clearleft">&nbsp;</div>' +
                '</div>'
        }
    html += '<div class="clear">&nbsp;</div></div><div class="clearleft">&nbsp;</div>' +
            '</div>' +
            '<div class="officeLayerContent">' +
                        '<div class="addressBox boxMarginTop Floatleft">' +
                            '<span class="addressLeft">&nbsp;</span> ';
    if (id.vcardPATH != undefined) {
        html += '<span class="addressLeft3"><a href="' + id.vcardPATH + '" class="vcardlink">' + id.vcard + '</a></span>';
    }
    html += '<span class="addressLeft"><a href="javascript:window.print();" class="printlink">' + id.print + '</a></span>' +
                        '</div>' +
                        '<div class="clearleft">&nbsp;</div>' +
                    '</div>' +
               '</div>';
    div = document.getElementById('detailLayer');
    div.innerHTML = html;
    div.style.width  = "400px";
    div.style.height = "150";
    div.style.left = "59px";
    div.style.top = "40px";
    div.style.position = "absolute";
    div.style.display = 'block';
    var closeImg = document.getElementById("closeImg");
}
function hideInfoBox() {
    div = document.getElementById('detailLayer');
    div.style.display = 'none';
}
/***************************************************
        Daten Niederlassungen Deutschland
***************************************************/
/* Daten fuer Achim */
var Achim = {
    'addressHeadline' : 'PFERD Niederlassung Achim',
    'addressAdr' : 'Am Schmiedeberg 4<br />28832 Achim',
    'addressPhone' : {
        'phone0' : "+49 (4202) 881309"
    },
    'addressFax' : "+49 (4202) 881440",
    'addressEmail' : "achim@pferd.com",
    'customerHeadline' : "Kundenberatung Marienheide",
    'customerPhone' : {
        'phone0' : "+49 (2264) 9480"
    },
    'customerFax' : "+49 (2264) 9466",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/* Daten fuer Berlin */
var Berlin = {
    'addressHeadline' : 'PFERD Niederlassung Berlin',
    'addressAdr' : 'Albert-Einstein-Ring 7<br />14532 Berlin (Kleinmachnow)',
    'addressPhone' : {
        'phone0' : "+49 (30) 217334-30"
    },
    'addressFax' : "+49 (30) 217334-32",
    'addressEmail' : "berlin@pferd.com",
    'customerHeadline' : "Kundenberatung Marienheide",
    'customerPhone' : {
        'phone0' : "+49 (2264) 9224"
    },
    'customerFax' : "+49 (2264) 9455",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/* Daten fuer Ratingen */
var Ratingen = {
    'addressHeadline' : 'PFERD Niederlassung Ratingen',
    'addressAdr' : 'Kaiserwerther Str. 74<br />40878 Ratingen',
    'addressPhone' : {
        'phone0' : "+49 (2102) 74399-0"
    },
    'addressFax' : "+49 (2102) 74399-74",
    'addressEmail' : "ratingen@pferd.com",
    'customerHeadline' : "Kundenberatung Marienheide",
    'customerPhone' : {
        'phone0' : "+49 (2264) 9233",
        'phone1' : "+49 (2264) 9323"
    },
    'customerFax' : "+49 (2264) 9466",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/* Daten fuer Marienheide */
var Marienheide = {
    'addressHeadline' : 'PFERD Stammwerk Marienheide',
    'addressAdr' : 'Hauptstra&szlig;e 13<br />51709 Marienheide',
    'addressPhone' : {
        'phone0' : "+49 (2264) 9-0"
    },
    'addressFax' : "+49 (2264) 9466 - Region Nordwest<br />+49 (2264) 9455 - Region S&uuml;dost",
    'customerHeadline' : "Kundenberatung Werksbezirk",
    'customerPhone' : {
        'phone0' : "+49 (2264) 9233",
        'phone1' : "+49 (2264) 9323"
    },
    'customerFax' : "+49 (2264) 9466",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/* Daten fuer Brandis / Leipzig */
var Brandis = {
    'addressHeadline' : 'Stammwerk Brandis / Leipzig',
    'addressAdr' : 'T&ouml;pfergasse 2<br />04821 Brandis',
    'addressPhone' : {
        'phone0' : "+49 (34292) 72186"
    },
    'addressFax' : "+49 (34292) 74037",
    'customerHeadline' : "Kundenberatung Marienheide",
    'customerPhone' : {
        'phone0' : "+49 (2264) 9224"
    },
    'customerFax' : "+49 (2264) 9455",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/* Daten fuer Nuernberg */
var Nuernberg = {
    'addressHeadline' : 'PFERD Niederlassung N&uuml;rnberg',
    'addressAdr' : 'L&ouml;wenberger Stra&szlig;e 50<br />90475 N&uuml;rnberg',
    'addressPhone' : {
        'phone0' : "+49 (911) 834170"
    },
    'addressFax' : "+49 (911) 834279",
    'addressEmail' : "nuernberg@pferd.com",
    'customerHeadline' : "Kundenberatung Marienheide",
    'customerPhone' : {
        'phone0' : "+49 (2264) 9292"
    },
    'customerFax' : "+49 (2264) 9455",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/* Daten fuer Mannheim */
var Mannheim = {
    'addressHeadline' : 'PFERD Niederlassung Mannheim',
    'addressAdr' : 'Mundenheimer Stra&szlig;e 61<br />68219 Mannheim',
    'addressPhone' : {
        'phone0' : "+49 (621) 87674-0"
    },
    'addressFax' : "+49 (621) 87674-20",
    'addressEmail' : "mannheim@pferd.com",
    'customerHeadline' : "Kundenberatung Marienheide",
    'customerPhone' : {
        'phone0' : "+49 (2264) 9345",
        'phone1' : "+49 (2264) 9254",
        'phone2' : "+49 (2264) 9229"
    },
    'customerFax' : "+49 (2264) 9455",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/* Daten fuer Hermeskeil */
var Hermeskeil = {
    'addressHeadline' : 'PFERD Werk Hermeskeil',
    'addressAdr' : 'Abt. Maschinen<br />Industriegebiet Grafenwald<br />54411 Hermeskeil',
    'addressPhone' : {
        'phone0' : "+49 (6503) 9270-46",
        'phone1' : "+49 (6503) 9270-47"
    },
    'addressFax' : "+49 (621) 87674-20",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/***************************************************
        Daten Niederlassungen Oesterreich
***************************************************/
/* Daten fuer Austria */
var Austria = {
    'addressHeadline' : 'PFERD Werkzeuge- und Maschinenhandel R&uuml;ggeberg Gesellschaft m.b.H.',
    'addressAdr' : 'Prinz-Eugen-Stra&szlig;e 17<br />A-4020 Linz',
    'addressPhone' : {
        'phone0' : "+43 (732) 79 64 11-0"
    },
    'addressFax' : "+43 (732) 79 64 22",
    'addressEmail' : 'info@pferd-rueggeberg.at',
    'homepage' : 'www.PFERD-rueggeberg.at',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'VCard speichern',
    'print': 'drucken'
};
/***************************************************
        Daten Niederlassungen Skandinavien
***************************************************/
/* Daten fuer Brondy */
var Brondy = {
    'addressHeadline' : 'AVN Teknik A/S<br />Br&oslash;ndby',
    'addressAdr' : 'Dalager 1<br />DK-2605 Br&oslash;ndby',
    'addressPhone' : {
        'phone0' : "+45 70 20 04 11"
    },
    'addressEmail' : 'avn.teknik@avn.dk',
    'homepage' : 'www.avn.dk',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Lidingö */
var Lidingoe = {
    'addressHeadline' : 'PFERD-VSM AB<br />Liding&ouml;',
    'addressAdr' : 'Dalénum 37 - Hus 224<br />181 70 Liding&ouml;',
    'addressPhone' : {
        'phone0' : "+46 (8) 56472-300"
    },
    'addressFax' : "+46 (8) 56472-301",
    'addressEmail' : 'info@pferd-vsm.se',
    'homepage' : 'www.PFERD-vsm.se',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Drammen */
var Drammen = {
    'addressHeadline' : 'TESS Engros AS',
    'addressAdr' : 'Postboks 1540<br />Frydenlund Industriområde<br />N-3007 DRAMMEN',
    'addressPhone' : {
        'phone0' : "+47 (32) 8440-00"
    },
    'addressFax' : "+47 (32) 8440-01",
    'addressEmail' : 'tess@tess.no',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Helsinki */
var Helsinki = {
    'addressHeadline' : 'Ter&auml;skonttori Oy',
    'addressAdr' : 'Postfach 47<br />Melkonkatu 15<br />SF-00211 Helsinki 21',
    'addressPhone' : {
        'phone0' : "+358 (9) 615471"
    },
    'addressFax' : "+358 (9) 674954",
    'addressEmail' : 'info@teraskonttori.fi',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen BeNeLux
***************************************************/
/* Daten fuer Breda */
var Breda = {
    'addressHeadline' : 'PFERD-R&uuml;ggeberg B.V.',
    'addressAdr' : 'Hekven 15 bis - 4824 AD Breda<br />Postbus 2070 - 4800 CB Breda',
    'addressPhone' : {
        'phone0' : "+31 (76) 5937090"
    },
    'addressFax' : "+31 (76) 5421033",
    'addressEmail' : 'info@pferd.nl',
    'homepage' : 'www.PFERD.nl',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Brussel */
var Brussel = {
    'addressHeadline' : 'bvba PFERD-R&uuml;ggeberg sprl',
    'addressAdr' : 'Waterranonkelstraat 2a<br />Rue de la Grenouillette 2a<br />1130 Brussel - Bruxelles',
    'addressPhone' : {
        'phone0' : "+32 (2) 2470590"
    },
    'addressFax' : "+32 (2) 2163054",
    'addressEmail' : 'info@pferd.be',
    'homepage' : 'www.PFERD.be',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen Polen
***************************************************/
/* Daten fuer Poznan */
var Poznan = {
    'addressHeadline' : 'PFERD-VSM Sp.z o.o.',
    'addressAdr' : 'ul.Polna 1A<br />62-025 Kostrzyn Wlkp.',
    'addressPhone' : {
        'phone0' : "+48 (61) 89704-80"
    },
    'addressFax' : "+48 (61) 89704-89",
    'addressEmail' : 'PFERDvsm@pferdvsm.pl',
    'homepage' : 'www.PFERDvsm.pl',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen Frankreich
***************************************************/
/* Daten fuer Molsheim */
var Molsheim = {
    'addressHeadline' : 'PFERD-R&uuml;ggeberg France S.A.R.L.<br />Molsheim Cedex',
    'addressAdr' : "Zone d'Activit&eacute;s Economiques<br />2, Avenue de la Concorde<br />Ernolsheim-sur-Bruche<br />67129 Molsheim Cede",
    'addressPhone' : {
        'phone0' : "+33 (388) 497250"
    },
    'addressFax' : "+33 (388) 387017",
    'addressEmail' : 'info@pferd.fr',
    'homepage' : 'www.PFERD.fr',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen Italien
***************************************************/
/* Daten fuer Milano */
var Milano = {
    'addressHeadline' : 'PFERD Italia s.r.l.<br />Peschiera Borromeo (MI)',
    'addressAdr' : 'Via G. Di Vittorio 33/7-9<br />20068 Peschiera Borromeo (MI)',
    'addressPhone' : {
        'phone0' : "+39 (2) 5530-2486"
    },
    'addressFax' : "+39 (2) 5530-2518",
    'addressEmail' : 'info@pferd.it',
    'homepage' : 'www.PFERD.it',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen England
***************************************************/
/* Daten fuer Denby Dale */
var DenbyDale = {
    'addressHeadline' : 'PFERD LTD.<br />Denby Dale',
    'addressAdr' : '4 Westleigh Hall, Wakefield Road<br />West Yorkshire HD8 8QJ',
    'addressPhone' : {
        'phone0' : "+44 (1484) 866149"
    },
    'addressFax' : "+44 (1484) 865938",
    'addressEmail' : 'PFERD.uk@rueggeberg.com',
    'homepage' : 'www.PFERD.ltd.uk',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Scotland */
var Scotland = {
    'addressHeadline' : 'Scotland',
    'addressPhone' : {
        'phone0' : "+ 44 (789) 1815785"
    },
    'print': 'print'
};
/* Daten fuer North England */
var NorthEngland = {
    'addressHeadline' : 'North England',
    'addressPhone' : {
        'phone0' : "+ 44 (780) 0638257"
    },
    'print': 'print'
};
/* Daten fuer South England */
var SouthEngland = {
    'addressHeadline' : 'South England',
    'addressPhone' : {
        'phone0' : "+ 44 (779) 9746364"
    },
    'print': 'print'
};
/* Daten fuer Midlands */
var Midlands = {
    'addressHeadline' : 'Midlands',
    'addressPhone' : {
        'phone0' : "+ 44 (782) 5914888"
    },
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen Spanien
***************************************************/
/* Daten fuer Barcelona */
var Barcelona = {
    'addressHeadline' : 'Delegaci&oacute;n PFERD Barcelona',
    'addressAdr' : 'Plaza de la Pau,<br />Edificio 3 Pl.4 Mod. 4J<br />08940 Barcelona',
    'addressPhone' : {
        'phone0' : "+34 (93) 351-9257"
    },
    'addressFax' : "+34 (93) 351-2997",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Madrid */
var Madrid = {
    'addressHeadline' : 'Delegaci&oacute;n PFERD Madrid',
    'addressAdr' : 'Ronda de Segovia, 21<br />28005 Madrid',
    'addressPhone' : {
        'phone0' : "+34 (91) 3664-004"
    },
    'addressFax' : "+34 (91) 3664-005",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Vitoria-Gasteiz */
var Vitoria = {
    'addressHeadline' : 'PFERD-R&uuml;ggeberg, S.A.',
    'addressAdr' : 'C/ J&uacute;ndiz, 18 - Pol. Ind. J&uacute;ndiz<br />01015 Vitoria-Gasteiz',
    'addressPhone' : {
        'phone0' : "+34 (94) 51844-00"
    },
    'addressFax' : "+34 (94) 51844-18",
    'addressEmail' : 'PFERD@pferd.es',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Araia, Asparrena */
var Araia = {
    'addressHeadline' : 'PFERD-Abrasivos, S.L.',
    'addressAdr' : 'Industrialdea, s/n<br />01250 Araia, Asparrena (ALAVA)',
    'addressPhone' : {
        'phone0' : "+34 (94) 5314643"
    },
    'addressFax' : "+34 (94) 5413620",
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen Südafrika
***************************************************/
/* Daten fuer Johannesburg */
var Johannesburg = {
    'addressHeadline' : 'Head Office and Factory PFERD - South Africa (Pty)Ltd Kempton Park',
    'addressAdr' : '32 Derrick Road<br />P.O. Box 588<br />Kempton Park, 1620<br />Spartan, Kempton Park',
    'addressPhone' : {
        'phone0' : "+27 (11) 2304000"
    },
    'addressFax' : "+27 (11) 3941232",
    'addressEmail' : 'info@pferd.co.za',
    'homepage' : 'www.PFERD.co.za',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Pretoria */
var Pretoria = {
    'addressHeadline' : 'Branch Office for Sales and Distribution Pretoria<br />(for Northern, Limpopo and Mpumalanga Provinces)',
    'addressAdr' : '112 Hoogoond Street<br />Silvertondale Ext 2, Pretoria<br />P O Box 0184<br />Pretoria, 0001',
    'addressPhone' : {
        'phone0' : "+27 (012) 804-6037-9"
    },
    'addressFax' : "+27 (012) 804-7342",
    'addressEmail' : 'pta@pferd.co.za',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Durban */
var Durban = {
    'addressHeadline' : 'Branch Office for Sales and Distribution Durban<br />(for Kwa Zulu Natal Province)',
    'addressAdr' : '12 Lanner Road<br />Falcon Park, New Germany<br />P O Box 2394<br />New Germany, 3620',
    'addressPhone' : {
        'phone0' : "+27 (031) 7055-100"
    },
    'addressFax' : "+27 (031) 7055-062",
    'addressEmail' : 'kzn@pferd.co.za',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Port Elizabeth */
var PortElizabeth = {
    'addressHeadline' : 'Branch Office for Sales and Distribution Port Elizabeth<br />(for Eastern Cape Province)',
    'addressAdr' : '44 Sutton Road<br />Port Elizabeth<br />P O Box 14304<br />Sidwell, 6061',
    'addressPhone' : {
        'phone0' : "+27 (041) 4514647"
    },
    'addressFax' : "+27 (041) 4534712",
    'addressEmail' : 'pe@pferd.co.za',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Cape Town */
var CapeTown = {
    'addressHeadline' : 'Branch Office for Sales and Distribution Cape Town<br />(for Western and Northern Cape Provinces)',
    'addressAdr' : 'Unit 4a 6th Street<br />Montague Gardens, Cape Town<br />P O Box 231<br />Paarden Eiland, 7420',
    'addressPhone' : {
        'phone0' : "+27 (021) 5525122"
    },
    'addressFax' : "+27 (021) 5511630",
    'addressEmail' : 'ctn@pferd.co.za',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen Oesterreich
***************************************************/
/* Daten fuer Linz */
var Linz = {
    'addressHeadline' : 'PFERD Werkzeuge- und Maschinenhandel R&uuml;ggeberg Gesellschaft m.b.H.',
    'addressAdr' : 'Prinz-Eugen-Straße 17<br />A-4020 Linz',
    'addressPhone' : {
        'phone0' : "+43 (732) 79 64 11-0"
    },
    'addressFax' : "+43 (732) 79 64 22",
    'addressEmail' : 'info@pferd-rueggeberg.at',
    'homepage' : 'www.PFERD-rueggeberg.at',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Österreich Nord */
var AustriaNord = {
    'addressHeadline' : 'Ansprechpartner Gebiet Nord',
    'addressPhone' : {
        'phone0' : "+43 (664) 2407413"
    },
    'print': 'print'
};
/* Daten fuer Österreich West */
var AustriaWest = {
    'addressHeadline' : 'Ansprechpartner Gebiet West',
    'addressPhone' : {
        'phone0' : "+43 (664) 4328228"
    },
    'print': 'print'
};
/* Daten fuer Österreich Ost */
var AustriaOst = {
    'addressHeadline' : 'Ansprechpartner Gebiet Ost',
    'addressPhone' : {
        'phone0' : "+43 (664) 3346324"
    },
    'print': 'print'
};
/* Daten fuer Österreich Süd */
var AustriaSued = {
    'addressHeadline' : 'Ansprechpartner Gebiet Süd',
    'addressPhone' : {
        'phone0' : "+43 (664) 5266500"
    },
    'print': 'print'
};
/***************************************************
        Daten Niederlassungen Schweiz
***************************************************/
/* Daten fuer Zürich */
var Zuerich = {
    'addressHeadline' : 'PFERD-VITEX (Schweiz) AG',
    'addressAdr' : 'Zürichstrasse 38b<br />8306 Br&uuml;ttisellen',
    'addressPhone' : {
        'phone0' : "+41 (44) 80528-11",
        'phone1' : "+41 (44) 80528-12",
        'phone2' : "+41 (44) 80528-13"
    },
    'addressFax' : "+41 (44) 80528-00",
    'addressEmail' : 'info@pferd-vitex.ch',
    'homepage' : 'www.PFERD-vitex.ch',
    'vcardPATH' : "http://www.pferd.com/images/vcard_rueggeberg.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Ost-Schweiz */
/* var Ostschweiz = { */
/*    'addressHeadline' : 'Ost-Schweiz',    */
/*    'addressPhone' : {    */
/*        'phone0' : "+41 (79) 37253-02"    */
/*    },    */
/*    'print': 'print'    */
/* };    */
/* Daten fuer Zentral-Schweiz */
/* var Zentralschweiz = {    */
/*    'addressHeadline' : 'Zentral-Schweiz',    */
/*    'addressPhone' : {    */
/*        'phone0' : "+41 (79) 43727-57"    */
/*    },    */
/*    'print': 'print'    */
/* };    */
/* Daten fuer Nordwestschweiz */
/* var Nordwestschweiz = {    */
/*    'addressHeadline' : 'Mittelland',    */
/*    'addressPhone' : {    */
/*        'phone0' : "+41 (79) 23911-46"    */
/*    },    */
/*    'print': 'print'    */
/* };    */
/* Daten fuer Bern-Oberland */
/* var Bern = {    */
/*    'addressHeadline' : 'Bern-Oberland',    */
/*    'addressPhone' : {    */
/*        'phone0' : "+41 (79) 23911-46"    */
/*    },    */
/*    'print': 'print'*/
/* };    */
/* Daten fuer West-Schweiz */
/* var Westschweiz = {    */
/*    'addressHeadline' : 'West-Schweiz',    */
/*    'addressPhone' : {    */
/*        'phone0' : "+41 (79) 70428-46"*/
/*    },    */
/*    'print': 'print'    */
/* };    */
/***************************************************
        Daten Niederlassungen Australien
***************************************************/
/* Daten fuer Western Australia */
var WesternAustralia = {
    'addressHeadline' : 'Western Australia',
    'addressAdr' : '2/13 Canvale Road<br />Canningvale<br />Western Australia 6155',
    'addressPhone' : {
        'phone0' : "+61 (08) 9455 6055"
    },
    'addressFax' : "+61 (08) 9455 6010",
    'addressEmail' : 'sales@pferd.com.au',
    'vcardPATH' : "http://www.pferd.com/images/westernaustralia.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Northern Territory */
var NorthernTerritory = {
    'addressHeadline' : 'Northern Territory<br />RR Enterprises',
    'addressAdr' : 'Unit 11/41 Georgina Crescent<br />Palmerston<br />NT 0831',
    'addressPhone' : {
        'phone0' : "+61 (04) 13138325"
    },
    'addressFax' : "+61 (08) 893255-25",
    'addressEmail' : 'sales@pferd.com.au',
    'vcardPATH' : "http://www.pferd.com/images/northernterritory.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Queensland */
var Queensland = {
    'addressHeadline' : 'Queensland',
    'addressAdr' : '82 Rosedale Street<br />Coopers Plains<br />Queensland 4108',
    'addressPhone' : {
        'phone0' : "+61 (07) 3323 1800"
    },
    'addressFax' : "+61 (07) 3323 1899",
    'addressEmail' : 'sales@pferd.com.au',
    'vcardPATH' : "http://www.pferd.com/images/queensland.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer New South Wales */
var NewSouthWales = {
    'addressHeadline' : 'New South Wales',
    'addressAdr' : '43 Bentley Street<br />Wetherill Park<br />N.S.W. 2164',
    'addressPhone' : {
        'phone0' : "+61 (02) 972518-33",
        'phone1' : "+61 (02) 972518-73"
    },
    'addressFax' : "+61 (02) 97561663",
    'addressEmail' : 'sales@pferd.com.au',
    'vcardPATH' : "http://www.pferd.com/images/newsouthwales.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Victoria */
var Victoria = {
    'addressHeadline' : 'Head Office',
    'addressAdr' : '1-3 Conifer Crescent<br />Dingley, Victoria 3172',
    'addressPhone' : {
        'phone0' : "+61 (03) 956532-00"
    },
    'addressFax' : "+61 (03) 956532-99",
    'addressEmail' : 'sales@pferd.com.au',
    'vcardPATH' : "http://www.pferd.com/images/victoria.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer Tasmania */
var Tasmania = {
    'addressHeadline' : 'Tasmania<br />Alltrade Agencies',
    'addressAdr' : '10 Mountain View Place<br />Penguin<br />Tasmania 7316',
    'addressPhone' : {
        'phone0' : "+61 (04) 093712-25"
    },
    'addressFax' : "+61 (03) 643713-32",
    'addressEmail' : 'alltradeagencies@bigpond.com',
    'vcardPATH' : "http://www.pferd.com/images/tasmania.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer New Zealand */
var NewZealand = {
    'addressHeadline' : 'New Zealand<br />P.P.S. Industries Ltd.',
    'addressAdr' : '86 Hugo Johnston Drive<br />12823 Penrose, Auckland',
    'addressPhone' : {
        'phone0' : "+64 (09) 5791001"
    },
    'addressFax' : "+64 (09) 5799098",
    'addressEmail' : 'sales@ppsindustries.co.nz',
    'vcardPATH' : "http://www.pferd.com/images/newzealand.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
/* Daten fuer South Australia */
var SouthAustralia = {
    'addressHeadline' : 'South Australia',
    'addressAdr' : 'Suite 44, 283-287<br />Sir Donald Bradman Drive,<br />Brooklyn Park<br />South Australia 5032 ',
    'addressPhone' : {
        'phone0' : "+61 (08) 823834-83"
    },
    'addressFax' : "+61 (08) 923834-77",
    'addressEmail' : 'sales@pferd.com.au',
    'vcardPATH' : "http://www.pferd.com/images/southaustralia.vcf",
    'vcard': 'save VCard',
    'print': 'print'
};
