// JavaScript Document

//Kartenmaterial
var mapfadetime = 1000;
var dotfadetime = 500;
var dotoutall = '<div class="break"  style="height:20px;">&nbsp;</div>'; // Alle Adressen ausgeben

function changethemap(selectmap){
	//Alles zurücksetzen
	document.getElementById('mapcont').innerHTML = "";
	fadeout('mapchange',500);
	fadeout('mapcont',500);
	if(document.getElementById('dotdata').checkalpha != 0){
		fadeout('dotdata',500);
	}
	dotoutall = '<div class="break"  style="height:20px;">&nbsp;</div>';
	document.getElementById('alldataout').innerHTML = "";
	document.getElementById('butallout').innerHTML = "Alle Ansprechpartner anzeigen";
	document.getElementById('butallout').checkonoff = 0;
	
	setTimeout('setmapchange(\''+selectmap.value+'\')', 700);
	setTimeout('startworldmap(\''+selectmap.value+'\')', 700);
	
	
}
function setmapchange(wer){
	if(wer == "world"){
		document.getElementById('mapchange').style.top = "430px";
		document.getElementById('mapchange').style.left = "250px";
		document.getElementById('dotdata').className = "lay_dotdata_world";
	}
	if(wer == "euro"){
		document.getElementById('mapchange').style.top = "400px";
		document.getElementById('mapchange').style.left = "560px";
		document.getElementById('dotdata').className = "lay_dotdata_euro";
	}
	if(wer == "german"){
		document.getElementById('mapchange').style.top = "310px";
		document.getElementById('mapchange').style.left = "420px";
		document.getElementById('dotdata').className = "lay_dotdata_german";
	}	
}

function startworldmap(maptype){
	
	// Daten allgemein
var mappoints = new Array();

	// Daten Weltkarte ##############################################################################
	var mappointsworld = new Array();
	
	mappointsworld[0] = new Object();
	mappointsworld[0]["country"] = "&Auml;GYPTEN";
	mappointsworld[0]["firm"] = "MAHER SHEBITA & Co.";
	mappointsworld[0]["adress"] = "International Co. for Engineering Works<br />36 Roshdl Str.<br />Abdeen, Cairo, Egypt";
	mappointsworld[0]["phone"] = "+20 2 390.11.79";
	mappointsworld[0]["phone2"] = "";
	mappointsworld[0]["mobile"] = "";
	mappointsworld[0]["fax"] = "+20 2 395.83.33";
	mappointsworld[0]["mail"] = "info@iec-egypt.com.eg";
	mappointsworld[0]["mail2"] = "";
	mappointsworld[0]["web"] = "";
	mappointsworld[0]["posx"] = "413";
	mappointsworld[0]["posy"] = "236";
	
	mappointsworld[1] = new Object();
	mappointsworld[1]["country"] = "ALGERIEN";
	mappointsworld[1]["firm"] = "Ounelec sarl";
	mappointsworld[1]["adress"] = "01 Rue du vieux Palais<br />16000 Alger<br />Algeria";
	mappointsworld[1]["phone"] = "+ 213 21838838";
	mappointsworld[1]["phone2"] = "";
	mappointsworld[1]["mobile"] = "";
	mappointsworld[1]["fax"] = "+ 213 21714714";
	mappointsworld[1]["mail"] = "ounelec_dz@yahoo.fr";
	mappointsworld[1]["mail2"] = "";
	mappointsworld[1]["web"] = "";
	mappointsworld[1]["posx"] = "353";
	mappointsworld[1]["posy"] = "228";
	
	mappointsworld[2] = new Object();
	mappointsworld[2]["country"] = "ISRAEL";
	mappointsworld[2]["firm"] = "OR BELL";
	mappointsworld[2]["adress"] = "Bazelet 2 I.P. Tzur Ygal<br />P.O.Box 13189<br />Israel";
	mappointsworld[2]["phone"] = "+ 972 9 749688273";
	mappointsworld[2]["phone2"] = "";
	mappointsworld[2]["mobile"] = "";
	mappointsworld[2]["fax"] = "+ 972 9 7496880";
	mappointsworld[2]["mail"] = "jeffreyz@or-bell.co.il";
	mappointsworld[2]["mail2"] = "";
	mappointsworld[2]["web"] = "";
	mappointsworld[2]["posx"] = "429";
	mappointsworld[2]["posy"] = "232";
	
	mappointsworld[3] = new Object();
	mappointsworld[3]["country"] = "JORDANIEN";
	mappointsworld[3]["firm"] = "NOOR ALA NOOR Est.";
	mappointsworld[3]["adress"] = "Lighting & Elec. Accessories<br />P.O.BOX 922 696<br />Amman 111 92";
	mappointsworld[3]["phone"] = "+ 962 6 533.24.10";
	mappointsworld[3]["phone2"] = "";
	mappointsworld[3]["mobile"] = "";
	mappointsworld[3]["fax"] = "+ 962 6 533.24.18";
	mappointsworld[3]["mail"] = "info@nooralanoor.net ";
	mappointsworld[3]["mail2"] = "";
	mappointsworld[3]["web"] = "";
	mappointsworld[3]["posx"] = "445";
	mappointsworld[3]["posy"] = "236";
	
	mappointsworld[4] = new Object();
	mappointsworld[4]["country"] = "KUWAIT";
	mappointsworld[4]["firm"] = "YOUSEF AL-AHMAD INT. GROUP";
	mappointsworld[4]["adress"] = "General Trading & Cont. W.L.L.<br />P.O.BOX 5168 Hawally<br />32082 Kuwait";
	mappointsworld[4]["phone"] = "+ 965 264 94 16";
	mappointsworld[4]["phone2"] = "";
	mappointsworld[4]["mobile"] = "";
	mappointsworld[4]["fax"] = "+ 965 264 94 17";
	mappointsworld[4]["mail"] = "info@alahmedgroup.com ";
	mappointsworld[4]["mail2"] = "";
	mappointsworld[4]["web"] = "";
	mappointsworld[4]["posx"] = "457";
	mappointsworld[4]["posy"] = "224";
	
	mappointsworld[5] = new Object();
	mappointsworld[5]["country"] = "LATEIN- UND S&Uuml;DAMERIKA";
	mappointsworld[5]["firm"] = "NARVA America-Latina";
	mappointsworld[5]["adress"] = "Casilla de Correro Nr. 103<br />Sucursal Belgrano (1428)<br />Buenos Aires, Argentina";
	mappointsworld[5]["phone"] = "+ 54 11 4788 8854";
	mappointsworld[5]["phone2"] = "";
	mappointsworld[5]["mobile"] = "";
	mappointsworld[5]["fax"] = "";
	mappointsworld[5]["mail"] = "info@narva-al.com";
	mappointsworld[5]["mail2"] = "";
	mappointsworld[5]["web"] = "";
	mappointsworld[5]["posx"] = "202";
	mappointsworld[5]["posy"] = "408";
	
	mappointsworld[6] = new Object();
	mappointsworld[6]["country"] = "LIBANON";
	mappointsworld[6]["firm"] = "AL AHLIAH EST";
	mappointsworld[6]["adress"] = "Blvd Adra Bldg<br />P.O.Box 1045<br />Tripoli, Lebanon";
	mappointsworld[6]["phone"] = "+ 961 6435301";
	mappointsworld[6]["phone2"] = "";
	mappointsworld[6]["mobile"] = "";
	mappointsworld[6]["fax"] = "+ 961 6625443";
	mappointsworld[6]["mail"] = "ranouna4@hotmail.com";
	mappointsworld[6]["mail2"] = "";
	mappointsworld[6]["web"] = "";
	mappointsworld[6]["posx"] = "429";
	mappointsworld[6]["posy"] = "220";
	
	mappointsworld[7] = new Object();
	mappointsworld[7]["country"] = "LIBYEN";
	mappointsworld[7]["firm"] = "C/o<br />AGRIPADANA";
	mappointsworld[7]["adress"] = "Grogolon Antonio & C. Sas<br />Via Altichiero, 8/11<br />IT-35135 Padova<br />Italia";
	mappointsworld[7]["phone"] = "+ 390 49605288";
	mappointsworld[7]["phone2"] = "";
	mappointsworld[7]["mobile"] = "";
	mappointsworld[7]["fax"] = "+ 390 49613616";
	mappointsworld[7]["mail"] = "agripadana@tin.it";
	mappointsworld[7]["mail2"] = "";
	mappointsworld[7]["web"] = "";
	mappointsworld[7]["posx"] = "381";
	mappointsworld[7]["posy"] = "236";
	
	mappointsworld[8] = new Object();
	mappointsworld[8]["country"] = "MADAGASKAR";
	mappointsworld[8]["firm"] = "EDELEC HABITAT & BATIMENTS";
	mappointsworld[8]["adress"] = "Rue Dr Raseta<br />B P 139 - Andraharo<br />101 ANTANARIVO";
	mappointsworld[8]["phone"] = "+ 261 20 23 209 47";
	mappointsworld[8]["phone2"] = "";
	mappointsworld[8]["mobile"] = "";
	mappointsworld[8]["fax"] = "+ 261 20 23 260 10";
	mappointsworld[8]["mail"] = "appro2.ehb@edelec-group.com";
	mappointsworld[8]["mail2"] = "";
	mappointsworld[8]["web"] = "";
	mappointsworld[8]["posx"] = "461";
	mappointsworld[8]["posy"] = "360";
	
	mappointsworld[9] = new Object();
	mappointsworld[9]["country"] = "MAROKKO";
	mappointsworld[9]["firm"] = "Sieten";
	mappointsworld[9]["adress"] = "29 Rue de Provins<br />Casablanca<br />Maroc";
	mappointsworld[9]["phone"] = "+ 212 22448171";
	mappointsworld[9]["phone2"] = "";
	mappointsworld[9]["mobile"] = "";
	mappointsworld[9]["fax"] = "+ 212 22448189";
	mappointsworld[9]["mail"] = "sietem@menara.ma";
	mappointsworld[9]["mail2"] = "";
	mappointsworld[9]["web"] = "";
	mappointsworld[9]["posx"] = "337";
	mappointsworld[9]["posy"] = "216";
	
	mappointsworld[10] = new Object();
	mappointsworld[10]["country"] = "NEUSEELAND";
	mappointsworld[10]["firm"] = "Lamps Exclusively Ltd.";
	mappointsworld[10]["adress"] = "4/38 Eaglehurst Road Ellerslie<br />P.O.Box39-131 Howick<br />New Zealand";
	mappointsworld[10]["phone"] = "+ 64 579 1512";
	mappointsworld[10]["phone2"] = "";
	mappointsworld[10]["mobile"] = "";
	mappointsworld[10]["fax"] = "+ 64 579 1526";
	mappointsworld[10]["mail"] = "lamps.ex@xtra.co.nz";
	mappointsworld[10]["mail2"] = "";
	mappointsworld[10]["web"] = "";
	mappointsworld[10]["posx"] = "741";
	mappointsworld[10]["posy"] = "464";
	
	mappointsworld[11] = new Object();
	mappointsworld[11]["country"] = "NIGERIA";
	mappointsworld[11]["firm"] = "CHANNOD VENTURES Ltd.";
	mappointsworld[11]["adress"] = "Block 04, Shop 15<br />Alaba International Market,<br />Ojo, Lagos, Nigeria";
	mappointsworld[11]["phone"] = "080 334.338.08";
	mappointsworld[11]["phone2"] = "";
	mappointsworld[11]["mobile"] = "";
	mappointsworld[11]["fax"] = "";
	mappointsworld[11]["mail"] = "channodventureslimited@yahoo.com";
	mappointsworld[11]["mail2"] = "";
	mappointsworld[11]["web"] = "";
	mappointsworld[11]["posx"] = "357";
	mappointsworld[11]["posy"] = "288";
	
	mappointsworld[12] = new Object();
	mappointsworld[12]["country"] = "PHILIPPINEN";
	mappointsworld[12]["firm"] = "ZENITH International Philippines, Inc.";
	mappointsworld[12]["adress"] = "647 Florentino Torres Street<br />Sta. Cruz Manila 1003";
	mappointsworld[12]["phone"] = "+ 632 733 8351";
	mappointsworld[12]["phone2"] = "+ 632 733 7342";
	mappointsworld[12]["mobile"] = "";
	mappointsworld[12]["fax"] = "+ 632 733 7257";
	mappointsworld[12]["mail"] = "partners@zenithinternational.ph";
	mappointsworld[12]["mail2"] = "";
	mappointsworld[12]["web"] = "";
	mappointsworld[12]["posx"] = "649";
	mappointsworld[12]["posy"] = "260";
	
	mappointsworld[13] = new Object();
	mappointsworld[13]["country"] = "PERU";
	mappointsworld[13]["firm"] = "Celiszen Repr. S.A.";
	mappointsworld[13]["adress"] = "Calle Campoverde 1329-7<br />Urb. Riconada Baja, La Molina";
	mappointsworld[13]["phone"] = "+ 51 1349 1301";
	mappointsworld[13]["phone2"] = "";
	mappointsworld[13]["mobile"] = "";
	mappointsworld[13]["fax"] = "+ 51 1348 7301";
	mappointsworld[13]["mail"] = "celiszen@terra.com.pe";
	mappointsworld[13]["mail2"] = "";
	mappointsworld[13]["web"] = "";
	mappointsworld[13]["posx"] = "166";
	mappointsworld[13]["posy"] = "332";
	
	mappointsworld[14] = new Object();
	mappointsworld[14]["country"] = "SYRIEN";
	mappointsworld[14]["firm"] = "BASSAM AL SADAT";
	mappointsworld[14]["adress"] = "Import Export Representation<br />P.O.BOX. 10984<br />Damascus-Syria";
	mappointsworld[14]["phone"] = "+ 963 11 3119200";
	mappointsworld[14]["phone2"] = "";
	mappointsworld[14]["mobile"] = "";
	mappointsworld[14]["fax"] = "+ 963 11 3342967";
	mappointsworld[14]["mail"] = "bassamsadat@cec.sy";
	mappointsworld[14]["mail2"] = "";
	mappointsworld[14]["web"] = "";
	mappointsworld[14]["posx"] = "445";
	mappointsworld[14]["posy"] = "216";
	
	mappointsworld[15] = new Object();
	mappointsworld[15]["country"] = "TUNESIEN";
	mappointsworld[15]["firm"] = "Artelec Sarl";
	mappointsworld[15]["adress"] = "6 rue Eledrissi<br />1000 Tunis<br />Tunisia";
	mappointsworld[15]["phone"] = "+ 216 71 350460";
	mappointsworld[15]["phone2"] = "";
	mappointsworld[15]["mobile"] = "";
	mappointsworld[15]["fax"] = "+ 216 71 350030";
	mappointsworld[15]["mail"] = "";
	mappointsworld[15]["mail2"] = "";
	mappointsworld[15]["web"] = "";
	mappointsworld[15]["posx"] = "369";
	mappointsworld[15]["posy"] = "216";
		
	// Daten Eurokarte ##############################################################################
	var mappointseuro = new Array();
	
	mappointseuro[0] = new Object();
	mappointseuro[0]["country"] = "ALBANIEN";
	mappointseuro[0]["firm"] = "Elektrik D&S sp.h.k.";
	mappointseuro[0]["adress"] = "Rruga sami frasheri pll 9 ap.46 shk 6<br />Tirana, Albania";
	mappointseuro[0]["phone"] = "";
	mappointseuro[0]["phone2"] = "";
	mappointseuro[0]["mobile"] = "";
	mappointseuro[0]["fax"] = "+ 355 424 3533";
	mappointseuro[0]["mail"] = "hdurmishi@hotmail.com";
	mappointseuro[0]["mail2"] = "";
	mappointseuro[0]["web"] = "";
	mappointseuro[0]["posx"] = "356";
	mappointseuro[0]["posy"] = "412";
	
	mappointseuro[1] = new Object();
	mappointseuro[1]["country"] = "BELGIEN";
	mappointseuro[1]["firm"] = "Ceramco S.A";
	mappointseuro[1]["adress"] = "Zas Du Faubourg<br />89 Chaussee De Nivelles<br />B-7170 Manage";
	mappointseuro[1]["phone"] = "+ 32 64570 440";
	mappointseuro[1]["phone2"] = "";
	mappointseuro[1]["mobile"] = "";
	mappointseuro[1]["fax"] = "+ 32 64570 439";
	mappointseuro[1]["mail"] = "ceramcoelec@skynet.be";
	mappointseuro[1]["mail2"] = "";
	mappointseuro[1]["web"] = "";
	mappointseuro[1]["posx"] = "192";
	mappointseuro[1]["posy"] = "296";
	
	mappointseuro[2] = new Object();
	mappointseuro[2]["country"] = "BULGARIEN";
	mappointseuro[2]["firm"] = "Kovas";
	mappointseuro[2]["adress"] = "1 Koloman street<br />BG-1640 Sofia";
	mappointseuro[2]["phone"] = "+ 35 929554043";
	mappointseuro[2]["phone2"] = "";
	mappointseuro[2]["mobile"] = "";
	mappointseuro[2]["fax"] = "+ 35 929555698";
	mappointseuro[2]["mail"] = "georgieva@kovasbg.com";
	mappointseuro[2]["mail2"] = "";
	mappointseuro[2]["web"] = "";
	mappointseuro[2]["posx"] = "408";
	mappointseuro[2]["posy"] = "384";
	
	mappointseuro[3] = new Object();
	mappointseuro[3]["country"] = "D&Auml;NEMARK";
	mappointseuro[3]["firm"] = "NARVA Danmark A/S";
	mappointseuro[3]["adress"] = "Postboks 1138<br />DK-2635 Ishoj";
	mappointseuro[3]["phone"] = "+ 45 43867329";
	mappointseuro[3]["phone2"] = "";
	mappointseuro[3]["mobile"] = "";
	mappointseuro[3]["fax"] = "+ 45 43717388";
	mappointseuro[3]["mail"] = "info@narvadanmark.dk";
	mappointseuro[3]["mail2"] = "";
	mappointseuro[3]["web"] = "www.narvadanmark.dk";
	mappointseuro[3]["posx"] = "232";
	mappointseuro[3]["posy"] = "212";
	
	mappointseuro[4] = new Object();
	mappointseuro[4]["country"] = "ESTLAND";
	mappointseuro[4]["firm"] = "EVAS B&P AS";
	mappointseuro[4]["adress"] = "Jalaka 85<br />50109 Tartu Estonia";
	mappointseuro[4]["phone"] = "+ 372 747 1333";
	mappointseuro[4]["phone2"] = "";
	mappointseuro[4]["mobile"] = "";
	mappointseuro[4]["fax"] = "+ 372 747 1484";
	mappointseuro[4]["mail"] = "rainerpedius@hotmail.com";
	mappointseuro[4]["mail2"] = "";
	mappointseuro[4]["web"] = "www.evas.ee";
	mappointseuro[4]["posx"] = "360";
	mappointseuro[4]["posy"] = "180";
	
	mappointseuro[5] = new Object();
	mappointseuro[5]["country"] = "FINNLAND";
	mappointseuro[5]["firm"] = "Sampolux KY";
	mappointseuro[5]["adress"] = "Martinlaaksontie 42 C 13<br />FIN-01620 Vantaa / Helsinki ";
	mappointseuro[5]["phone"] = "+ 358 92505466";
	mappointseuro[5]["phone2"] = "";
	mappointseuro[5]["mobile"] = "+ 358 50 5634742";
	mappointseuro[5]["fax"] = "+ 358 92505466";
	mappointseuro[5]["mail"] = "slux@mbnet.fi";
	mappointseuro[5]["mail2"] = "";
	mappointseuro[5]["web"] = "";
	mappointseuro[5]["posx"] = "352";
	mappointseuro[5]["posy"] = "120";
	
	mappointseuro[6] = new Object();
	mappointseuro[6]["country"] = "F&Auml;R&Ouml;ER INSELN";
	mappointseuro[6]["firm"] = "JM electric spf";
	mappointseuro[6]["adress"] = "Miobrekka 5<br />FO-370 Miovagur<br />Faroe Island";
	mappointseuro[6]["phone"] = "+ 298 283580";
	mappointseuro[6]["phone2"] = "";
	mappointseuro[6]["mobile"] = "";
	mappointseuro[6]["fax"] = "+ 298 333692";
	mappointseuro[6]["mail"] = "electric@E-Mail.fo";
	mappointseuro[6]["mail2"] = "";
	mappointseuro[6]["web"] = "";
	mappointseuro[6]["posx"] = "160";
	mappointseuro[6]["posy"] = "166";
	
	mappointseuro[7] = new Object();
	mappointseuro[7]["country"] = "FRANKREICH";
	mappointseuro[7]["firm"] = "Stephane Dubois";
	mappointseuro[7]["adress"] = "13 Rue des Saules<br />35 340 Liffre";
	mappointseuro[7]["phone"] = "+ 33 71 50 34 50";
	mappointseuro[7]["phone2"] = "+ 33 07 46 55 16";
	mappointseuro[7]["mobile"] = "";
	mappointseuro[7]["fax"] = "+ 33 99 68 31 18";
	mappointseuro[7]["mail"] = "stephane2@wanadoo.fr";
	mappointseuro[7]["mail2"] = "";
	mappointseuro[7]["web"] = "";
	mappointseuro[7]["posx"] = "168";
	mappointseuro[7]["posy"] = "332";
	
	mappointseuro[8] = new Object();
	mappointseuro[8]["country"] = "GRIECHENLAND";
	mappointseuro[8]["firm"] = "Lazaros Antoniadis & Co. SA";
	mappointseuro[8]["adress"] = "Kifissou 46 & Nikomidias<br />GR-12241 Egaleo Athen";
	mappointseuro[8]["phone"] = "+ 30 156 18081";
	mappointseuro[8]["phone2"] = "";
	mappointseuro[8]["mobile"] = "";
	mappointseuro[8]["fax"] = "+ 30 156 25640";
	mappointseuro[8]["mail"] = "lefteris@lazaros-antoniadis.gr";
	mappointseuro[8]["mail2"] = "";
	mappointseuro[8]["web"] = "";
	mappointseuro[8]["posx"] = "380";
	mappointseuro[8]["posy"] = "432";
	
	mappointseuro[9] = new Object();
	mappointseuro[9]["country"] = "GROSSBRITANNIEN";
	mappointseuro[9]["firm"] = "CP LIGHTING";
	mappointseuro[9]["adress"] = "Unit 25<br />Red Lion Road Business Centre<br />Red Lion Road<br />KT6 7QD<br />Surbiton, Surrey";
	mappointseuro[9]["phone"] = "+ 442 083 91 7474";
	mappointseuro[9]["phone2"] = "";
	mappointseuro[9]["mobile"] = "";
	mappointseuro[9]["fax"] = "+ 442 083 91 7475";
	mappointseuro[9]["mail"] = "paul.reading@cp-lighting.co.uk";
	mappointseuro[9]["mail2"] = "";
	mappointseuro[9]["web"] = "phil.verity@cp-lighting.co.uk";
	mappointseuro[9]["posx"] = "140";
	mappointseuro[9]["posy"] = "276";
	
	mappointseuro[10] = new Object();
	mappointseuro[10]["country"] = "GROSSBRITANNIEN";
	mappointseuro[10]["firm"] = "THE LAMP COMPANY LTD";
	mappointseuro[10]["adress"] = "Unit 4<br />Ashville Trading Estate<br />Royston Road<br />SG7 6NN<br />Baldock";
	mappointseuro[10]["phone"] = "+ 441 462 490066";
	mappointseuro[10]["phone2"] = "";
	mappointseuro[10]["mobile"] = "";
	mappointseuro[10]["fax"] = "+ 441 462 491166";
	mappointseuro[10]["mail"] = "kevin@lampco.co.uk";
	mappointseuro[10]["mail2"] = "";
	mappointseuro[10]["web"] = "www.lampco.co.uk";
	mappointseuro[10]["posx"] = "124";
	mappointseuro[10]["posy"] = "260";
	
	mappointseuro[11] = new Object();
	mappointseuro[11]["country"] = "GROSSBRITANNIEN";
	mappointseuro[11]["firm"] = "Trilight Ltd.";
	mappointseuro[11]["adress"] = "Unit 5<br />Crombie Road<br />AB11 9QQ<br />Aberdeen";
	mappointseuro[11]["phone"] = "+ 441 224 897002";
	mappointseuro[11]["phone2"] = "";
	mappointseuro[11]["mobile"] = "";
	mappointseuro[11]["fax"] = "+ 441 224 897009";
	mappointseuro[11]["mail"] = "graeme.hosie@trilight.co.uk";
	mappointseuro[11]["mail2"] = "gus.cruickshank@trilight.co.uk";
	mappointseuro[11]["web"] = "www.lampco.co.uk";
	mappointseuro[11]["posx"] = "120";
	mappointseuro[11]["posy"] = "208";
	
	mappointseuro[12] = new Object();
	mappointseuro[12]["country"] = "IRLAND";
	mappointseuro[12]["firm"] = "PK LIGHTING Ltd";
	mappointseuro[12]["adress"] = "1, Maple Grove, Carpenterstown Park<br />Castleknock, Dublin 15";
	mappointseuro[12]["phone"] = "+ 353 1 820 7953";
	mappointseuro[12]["phone2"] = "";
	mappointseuro[12]["mobile"] = "";
	mappointseuro[12]["fax"] = "+ 353 1 820 7953";
	mappointseuro[12]["mail"] = "pklight@eircom.net";
	mappointseuro[12]["mail2"] = "";
	mappointseuro[12]["web"] = "www.pklighting.ie";
	mappointseuro[12]["posx"] = "84";
	mappointseuro[12]["posy"] = "248";
	
	mappointseuro[13] = new Object();
	mappointseuro[13]["country"] = "ISLAND";
	mappointseuro[13]["firm"] = "Fl&uacute;rlampar ehf.";
	mappointseuro[13]["adress"] = "Kaplahrauni 20<br />IS-220 Hafnarfj&ouml;rdur";
	mappointseuro[13]["phone"] = "+ 354 55540 60";
	mappointseuro[13]["phone2"] = "";
	mappointseuro[13]["mobile"] = "";
	mappointseuro[13]["fax"] = "+ 354 56530 62";
	mappointseuro[13]["mail"] = "jam@flurlampar.is";
	mappointseuro[13]["mail2"] = "";
	mappointseuro[13]["web"] = "";
	mappointseuro[13]["posx"] = "60";
	mappointseuro[13]["posy"] = "80";
	
	mappointseuro[14] = new Object();
	mappointseuro[14]["country"] = "ITALIEN";
	mappointseuro[14]["firm"] = "BOT Lighting S.R.L.";
	mappointseuro[14]["adress"] = "Via Lombarda 37-39<br />30030 PIANIGA (VE)";
	mappointseuro[14]["phone"] = "+ 39 041 5129411";
	mappointseuro[14]["phone2"] = "";
	mappointseuro[14]["mobile"] = "";
	mappointseuro[14]["fax"] = "+ 39 041 5101715";
	mappointseuro[14]["mail"] = "info@botlighting.it";
	mappointseuro[14]["mail2"] = "";
	mappointseuro[14]["web"] = "";
	mappointseuro[14]["posx"] = "268";
	mappointseuro[14]["posy"] = "388";
	
	mappointseuro[15] = new Object();
	mappointseuro[15]["country"] = "KROATIEN";
	mappointseuro[15]["firm"] = "IBF PROJEKT d.o.o.";
	mappointseuro[15]["adress"] = "Zavrtnica 17<br />HR-10000 Zagreb";
	mappointseuro[15]["phone"] = "+ 385 16055 734 + 735";
	mappointseuro[15]["phone2"] = "";
	mappointseuro[15]["mobile"] = "";
	mappointseuro[15]["fax"] = "+ 385 16055 738";
	mappointseuro[15]["mail"] = "jasna@ibf.hr";
	mappointseuro[15]["mail2"] = "";
	mappointseuro[15]["web"] = "";
	mappointseuro[15]["posx"] = "312";
	mappointseuro[15]["posy"] = "356";
	
	mappointseuro[16] = new Object();
	mappointseuro[16]["country"] = "LETTLAND";
	mappointseuro[16]["firm"] = "PLAZA Ltd.";
	mappointseuro[16]["adress"] = "41b Mukusalas Street<br />1004 Riga";
	mappointseuro[16]["phone"] = "+ 371 706 1950";
	mappointseuro[16]["phone2"] = "";
	mappointseuro[16]["mobile"] = "";
	mappointseuro[16]["fax"] = "+ 371 706 1952";
	mappointseuro[16]["mail"] = "aivars.linins@plazaltd.lv";
	mappointseuro[16]["mail2"] = "";
	mappointseuro[16]["web"] = "";
	mappointseuro[16]["posx"] = "368";
	mappointseuro[16]["posy"] = "204";
	
	mappointseuro[17] = new Object();
	mappointseuro[17]["country"] = "LITAUEN";
	mappointseuro[17]["firm"] = "UAB SVIESOS SALTINIS";
	mappointseuro[17]["adress"] = "Savanoriu Str. 182a<br />LT-002009 Vilnius";
	mappointseuro[17]["phone"] = "+ 370 5 232 4391";
	mappointseuro[17]["phone2"] = "";
	mappointseuro[17]["mobile"] = "";
	mappointseuro[17]["fax"] = "+ 370 5 232 2010";
	mappointseuro[17]["mail"] = "saltinis@is.lt";
	mappointseuro[17]["mail2"] = "";
	mappointseuro[17]["web"] = "";
	mappointseuro[17]["posx"] = "360";
	mappointseuro[17]["posy"] = "228";
	
	mappointseuro[18] = new Object();
	mappointseuro[18]["country"] = "MAZEDONIEN";
	mappointseuro[18]["firm"] = "ALFI BI Company";
	mappointseuro[18]["adress"] = "Industriska Zona Karpos BB<br />1300 Kumanovo";
	mappointseuro[18]["phone"] = "+ 389 31 445240";
	mappointseuro[18]["phone2"] = "";
	mappointseuro[18]["mobile"] = "+ 389 70 313972";
	mappointseuro[18]["fax"] = "+ 389 31 445178";
	mappointseuro[18]["mail"] = "lidija@alfi.com.mk";
	mappointseuro[18]["mail2"] = "";
	mappointseuro[18]["web"] = "";
	mappointseuro[18]["posx"] = "372";
	mappointseuro[18]["posy"] = "404";
	
	mappointseuro[19] = new Object();
	mappointseuro[19]["country"] = "MOLDAWIEN";
	mappointseuro[19]["firm"] = "LumGrupMas SRL";
	mappointseuro[19]["adress"] = "87/7, str. G, Madan<br />MD - 2020, Chisinau";
	mappointseuro[19]["phone"] = "+ 37 322 433532";
	mappointseuro[19]["phone2"] = "";
	mappointseuro[19]["mobile"] = "";
	mappointseuro[19]["fax"] = "+ 373 22 433532";
	mappointseuro[19]["mail"] = "lumgrupmas@rambler.ru";
	mappointseuro[19]["mail2"] = "lumgrupmas@gmail.com";
	mappointseuro[19]["web"] = "www.lgm.com.md";
	mappointseuro[19]["posx"] = "432";
	mappointseuro[19]["posy"] = "320";
	
	mappointseuro[20] = new Object();
	mappointseuro[20]["country"] = "&Ouml;STERREICH";
	mappointseuro[20]["firm"] = "Licht PROFI";
	mappointseuro[20]["adress"] = "Kaplanstra&szlig;e 4-6<br />A-3430 Tulln";
	mappointseuro[20]["phone"] = "+ 432 272 61404 0";
	mappointseuro[20]["phone2"] = "";
	mappointseuro[20]["mobile"] = "";
	mappointseuro[20]["fax"] = "+ 432 272 61404 22";
	mappointseuro[20]["mail"] = "office@lichtprofi.at";
	mappointseuro[20]["mail2"] = "";
	mappointseuro[20]["web"] = "";
	mappointseuro[20]["posx"] = "280";
	mappointseuro[20]["posy"] = "336";
	
	mappointseuro[21] = new Object();
	mappointseuro[21]["country"] = "&Ouml;STERREICH";
	mappointseuro[21]["firm"] = "LUDWIG LEUCHTEN";
	mappointseuro[21]["adress"] = "J. u. M. Mitterbauer GmbH<br />Laxenburgerstra&szlig;e 244<br />A-1230 Wien";
	mappointseuro[21]["phone"] = "+ 431 615 4544-0";
	mappointseuro[21]["phone2"] = "";
	mappointseuro[21]["mobile"] = "";
	mappointseuro[21]["fax"] = "+ 431 615 4544-20";
	mappointseuro[21]["mail"] = "wien@ludwig-leuchten.at";
	mappointseuro[21]["mail2"] = "";
	mappointseuro[21]["web"] = "www.ludwig-leuchten.at";
	mappointseuro[21]["posx"] = "296";
	mappointseuro[21]["posy"] = "328";
	
	mappointseuro[22] = new Object();
	mappointseuro[22]["country"] = "POLEN";
	mappointseuro[22]["firm"] = "NARVA POLSKA Sp. Z o.o.";
	mappointseuro[22]["adress"] = "ul. Prosta 69<br />00-838 Warszawa";
	mappointseuro[22]["phone"] = "+ 48 22 444 1960 / 62 / 63";
	mappointseuro[22]["phone2"] = "";
	mappointseuro[22]["mobile"] = "";
	mappointseuro[22]["fax"] = "+ 48 22 444 1961";
	mappointseuro[22]["mail"] = "m.walkowicz@narva.com.pl";
	mappointseuro[22]["mail2"] = "biuro@narva.com.pl";
	mappointseuro[22]["web"] = "www.narva.com.pl";
	mappointseuro[22]["posx"] = "320";
	mappointseuro[22]["posy"] = "272";
	
	mappointseuro[23] = new Object();
	mappointseuro[23]["country"] = "PORTUGAL";
	mappointseuro[23]["firm"] = "GEONEXT S.A.";
	mappointseuro[23]["adress"] = "Rua Joerge Ferreirinha<br />0221 Vermoim-Maia";
	mappointseuro[23]["phone"] = "+ 351 22 9478830";
	mappointseuro[23]["phone2"] = "";
	mappointseuro[23]["mobile"] = "";
	mappointseuro[23]["fax"] = "+ 351 22 9478839";
	mappointseuro[23]["mail"] = "patricia.bastos@scl.com.pt";
	mappointseuro[23]["mail2"] = "geral@geonext.pt";
	mappointseuro[23]["web"] = "www.geonext.pt";
	mappointseuro[23]["posx"] = "28";
	mappointseuro[23]["posy"] = "400";
	
	mappointseuro[24] = new Object();
	mappointseuro[24]["country"] = "RUM&Auml;NIEN";
	mappointseuro[24]["firm"] = "NARVA Romania SRL";
	mappointseuro[24]["adress"] = "I.C. Bratianu Street, Bl. D5, Ap.1<br />130055 Targoviste, Dambovita county";
	mappointseuro[24]["phone"] = "+ 40 245 216567";
	mappointseuro[24]["phone2"] = "";
	mappointseuro[24]["mobile"] = "";
	mappointseuro[24]["fax"] = "+ 40 245 216944";
	mappointseuro[24]["mail"] = "sales@narva-romania.ro";
	mappointseuro[24]["mail2"] = "";
	mappointseuro[24]["web"] = "";
	mappointseuro[24]["posx"] = "396";
	mappointseuro[24]["posy"] = "340";
	
	mappointseuro[25] = new Object();
	mappointseuro[25]["country"] = "RUSSLAND";
	mappointseuro[25]["firm"] = "RASCO-ENERGO (ZAO)";
	mappointseuro[25]["adress"] = "Wolgogradsky Avenue 35, Office 106<br />Moscow, 109316";
	mappointseuro[25]["phone"] = "+ 7 495 6613050";
	mappointseuro[25]["phone2"] = "";
	mappointseuro[25]["mobile"] = "";
	mappointseuro[25]["fax"] = "+ 7 495 6767802";
	mappointseuro[25]["mail"] = "www.rasco-energo.com";
	mappointseuro[25]["mail2"] = "";
	mappointseuro[25]["web"] = "www.narva-rus.ru";
	mappointseuro[25]["posx"] = "500";
	mappointseuro[25]["posy"] = "208";
	
	mappointseuro[26] = new Object();
	mappointseuro[26]["country"] = "SCHWEIZ";
	mappointseuro[26]["firm"] = "UNEX Dakota AG";
	mappointseuro[26]["adress"] = "Dahliastrasse 5<br />CH-8034 Z&uuml;rich";
	mappointseuro[26]["phone"] = "+ 41 44 381 5660";
	mappointseuro[26]["phone2"] = "";
	mappointseuro[26]["mobile"] = "";
	mappointseuro[26]["fax"] = "+ 41 44 381 5717";
	mappointseuro[26]["mail"] = "info@unex-light.com";
	mappointseuro[26]["mail2"] = "";
	mappointseuro[26]["web"] = "www.unex-light.com";
	mappointseuro[26]["posx"] = "212";
	mappointseuro[26]["posy"] = "348";
	
	mappointseuro[27] = new Object();
	mappointseuro[27]["country"] = "SCHWEIZ";
	mappointseuro[27]["firm"] = "Ambrolight SA";
	mappointseuro[27]["adress"] = "Centro Violino Suisse<br />Via Cantonale 34a<br />CH-6928 Manno";
	mappointseuro[27]["phone"] = "+ 41 91600 2300";
	mappointseuro[27]["phone2"] = "";
	mappointseuro[27]["mobile"] = "";
	mappointseuro[27]["fax"] = "+ 41 91600 2301";
	mappointseuro[27]["mail"] = "info@ambrolight.com";
	mappointseuro[27]["mail2"] = "";
	mappointseuro[27]["web"] = "";
	mappointseuro[27]["posx"] = "228";
	mappointseuro[27]["posy"] = "344";
	
	mappointseuro[28] = new Object();
	mappointseuro[28]["country"] = "SKANDINAVIEN";
	mappointseuro[28]["firm"] = "NARVA Scandinavia AB";
	mappointseuro[28]["adress"] = "Box 2023<br />SE 151 02 S&ouml;dert&auml;lje";
	mappointseuro[28]["phone"] = "+ 46 8 550 398 15";
	mappointseuro[28]["phone2"] = "";
	mappointseuro[28]["mobile"] = "";
	mappointseuro[28]["fax"] = "+ 46 8 550 354 75";
	mappointseuro[28]["mail"] = "ulo@narvascand.se";
	mappointseuro[28]["mail2"] = "narva@narvascand.se";
	mappointseuro[28]["web"] = "www.narvascand.se";
	mappointseuro[28]["posx"] = "260";
	mappointseuro[28]["posy"] = "144";
	
	mappointseuro[29] = new Object();
	mappointseuro[29]["country"] = "SLOWAKEI";
	mappointseuro[29]["firm"] = "NARVA B.E.L.-Slovakia s.r.o.";
	mappointseuro[29]["adress"] = "J. Jesenskeho 1054/44<br />960 03 Zvolen";
	mappointseuro[29]["phone"] = "+ 421 45 5322948";
	mappointseuro[29]["phone2"] = "";
	mappointseuro[29]["mobile"] = "+ 421 90 3527699";
	mappointseuro[29]["fax"] = "+ 421 45 5322948";
	mappointseuro[29]["mail"] = "narva@nextra.sk";
	mappointseuro[29]["mail2"] = "";
	mappointseuro[29]["web"] = "www.narva-slovakia.sk";
	mappointseuro[29]["posx"] = "332";
	mappointseuro[29]["posy"] = "316";
	
	mappointseuro[30] = new Object();
	mappointseuro[30]["country"] = "SLOWENIEN";
	mappointseuro[30]["firm"] = "3F Favorit Zgur d.o.o.";
	mappointseuro[30]["adress"] = "Gaj nad Mariborom 16<br />02201 Zg. Kungota";
	mappointseuro[30]["phone"] = "+ 386 2 320 33 36";
	mappointseuro[30]["phone2"] = "";
	mappointseuro[30]["mobile"] = "";
	mappointseuro[30]["fax"] = "+ 384 41 61 08 14";
	mappointseuro[30]["mail"] = "info@zgur-ffz.si";
	mappointseuro[30]["mail2"] = "";
	mappointseuro[30]["web"] = "";
	mappointseuro[30]["posx"] = "288";
	mappointseuro[30]["posy"] = "356";
	
	mappointseuro[31] = new Object();
	mappointseuro[31]["country"] = "SPANIEN";
	mappointseuro[31]["firm"] = "RHULA Asesores, S.L.";
	mappointseuro[31]["adress"] = "Arag&oacute;n, 266,1. 0<br />E-08007 BARCELONA";
	mappointseuro[31]["phone"] = "+ 34 93 487 3621";
	mappointseuro[31]["phone2"] = "";
	mappointseuro[31]["mobile"] = "";
	mappointseuro[31]["fax"] = "+ 34 93 487 0959";
	mappointseuro[31]["mail"] = "irtorrent@rhula-info.com";
	mappointseuro[31]["mail2"] = "";
	mappointseuro[31]["web"] = "";
	mappointseuro[31]["posx"] = "88";
	mappointseuro[31]["posy"] = "412";
	
	mappointseuro[32] = new Object();
	mappointseuro[32]["country"] = "TSCHECHIEN";
	mappointseuro[32]["firm"] = "NARVA B.E.L./ CR spol. S.r.o.";
	mappointseuro[32]["adress"] = "Sidliste 693<br />CZ 407 22 Benesov nad Ploucnici";
	mappointseuro[32]["phone"] = "+ 420 412 586740";
	mappointseuro[32]["phone2"] = "";
	mappointseuro[32]["mobile"] = "";
	mappointseuro[32]["fax"] = "+ 420 412 586982";
	mappointseuro[32]["mail"] = "narva@narva.cz";
	mappointseuro[32]["mail2"] = "";
	mappointseuro[32]["web"] = "";
	mappointseuro[32]["posx"] = "296";
	mappointseuro[32]["posy"] = "304";
	
	mappointseuro[33] = new Object();
	mappointseuro[33]["country"] = "WEISSRUSSLAND";
	mappointseuro[33]["firm"] = "AVILUX";
	mappointseuro[33]["adress"] = "ul. Nekrasova, of. 909, 5<br />220040 Minsk";
	mappointseuro[33]["phone"] = "+ 375 17 262 6144";
	mappointseuro[33]["phone2"] = "";
	mappointseuro[33]["mobile"] = "";
	mappointseuro[33]["fax"] = "+ 375 17 288 4664";
	mappointseuro[33]["mail"] = "alecsey@beltuplex.com";
	mappointseuro[33]["mail2"] = "";
	mappointseuro[33]["web"] = "";
	mappointseuro[33]["posx"] = "400";
	mappointseuro[33]["posy"] = "244";
	
	// Daten Deutschland ##############################################################################
	var mappointsgerman = new Array();
	
	mappointsgerman[0] = new Object();
	mappointsgerman[0]["country"] = "Stammhaus Brand-Erbisdorf";
	mappointsgerman[0]["firm"] = "NARVA Lichtquellen GmbH + Co. KG";
	mappointsgerman[0]["adress"] = "Industriegebiet Nord, Erzstra&szlig;e 22</br>09618 Brand-Erbisdorf";
	mappointsgerman[0]["phone"] = "037322 17200";
	mappointsgerman[0]["phone2"] = "037322 17202";
	mappointsgerman[0]["mobile"] = "";
	mappointsgerman[0]["fax"] = "037322 17203 oder 17223";
	mappointsgerman[0]["mail"] = "office@narva-bel.de";
	mappointsgerman[0]["mail2"] = "";
	mappointsgerman[0]["web"] = "www.narva-bel.de";
	mappointsgerman[0]["posx"] = "396";
	mappointsgerman[0]["posy"] = "268";
	
	mappointsgerman[1] = new Object();
	mappointsgerman[1]["country"] = "Regionalvertretung Magdeburg";
	mappointsgerman[1]["firm"] = "IPLEG Industrievertretung";
	mappointsgerman[1]["adress"] = "Carnotstra&szlig;e 7</br>39120 Magdeburg";
	mappointsgerman[1]["phone"] = "0391 621 9760";
	mappointsgerman[1]["phone2"] = "";
	mappointsgerman[1]["mobile"] = "";
	mappointsgerman[1]["fax"] = "0391 621 9761";
	mappointsgerman[1]["mail"] = "planungsbuero-schreiber@gmx.de";
	mappointsgerman[1]["mail2"] = "";
	mappointsgerman[1]["web"] = "";
	mappointsgerman[1]["posx"] = "352";
	mappointsgerman[1]["posy"] = "164";
	
	mappointsgerman[2] = new Object();
	mappointsgerman[2]["country"] = "Regionalvertretung Bremen";
	mappointsgerman[2]["firm"] = "Udo Kleinschmidt e.K. Werksvertretungen";
	mappointsgerman[2]["adress"] = "Inh. Thorsten Breustedt</br>Walter-Geerdes-Stra&szlig;e 14</br>28307 Bremen";
	mappointsgerman[2]["phone"] = "0421 438 56 0";
	mappointsgerman[2]["phone2"] = "";
	mappointsgerman[2]["mobile"] = "";
	mappointsgerman[2]["fax"] = "0421 48 81 79";
	mappointsgerman[2]["mail"] = "kleinschmidt@kleinschmidt-bremen.de";
	mappointsgerman[2]["mail2"] = "";
	mappointsgerman[2]["web"] = "www.kleinschmidt-bremen.de";
	mappointsgerman[2]["posx"] = "204";
	mappointsgerman[2]["posy"] = "120";
	
	mappointsgerman[3] = new Object();
	mappointsgerman[3]["country"] = "Regionalvertretung Bergisch Gladbach";
	mappointsgerman[3]["firm"] = "Peter Esser Elektrotechnik &amp; Lichtvertrieb";
	mappointsgerman[3]["adress"] = "Ahornweg 30</br>51469 Bergisch Gladbach";
	mappointsgerman[3]["phone"] = "02202 33838";
	mappointsgerman[3]["phone2"] = "";
	mappointsgerman[3]["mobile"] = "";
	mappointsgerman[3]["fax"] = "02202 940473";
	mappointsgerman[3]["mail"] = "kontakt@elektro-esser.net";
	mappointsgerman[3]["mail2"] = "";
	mappointsgerman[3]["web"] = "";
	mappointsgerman[3]["posx"] = "144";
	mappointsgerman[3]["posy"] = "232";
	
	mappointsgerman[4] = new Object();
	mappointsgerman[4]["country"] = "Regionalvertretung Gro&szlig;engottern";
	mappointsgerman[4]["firm"] = "Industrievertretung Lenk";
	mappointsgerman[4]["adress"] = "Siegfried Lenk</br>Hohe Wende 22</br>99991 Gro&szlig;engottern";
	mappointsgerman[4]["phone"] = "036022 98777";
	mappointsgerman[4]["phone2"] = "";
	mappointsgerman[4]["mobile"] = "";
	mappointsgerman[4]["fax"] = "036022 98778";
	mappointsgerman[4]["mail"] = "silicht@gmx.net";
	mappointsgerman[4]["mail2"] = "";
	mappointsgerman[4]["web"] = "";
	mappointsgerman[4]["posx"] = "276";
	mappointsgerman[4]["posy"] = "232";
	
	mappointsgerman[5] = new Object();
	mappointsgerman[5]["country"] = "Regionalvertretung K&ouml;nigswartha";
	mappointsgerman[5]["firm"] = "KEGEL-PRODUCT OHG";
	mappointsgerman[5]["adress"] = "PF 11 16</br>02697 K&ouml;nigswartha";
	mappointsgerman[5]["phone"] = "035931 2350";
	mappointsgerman[5]["phone2"] = "";
	mappointsgerman[5]["mobile"] = "";
	mappointsgerman[5]["fax"] = "035931 23519";
	mappointsgerman[5]["mail"] = "info@licht-kegel.de";
	mappointsgerman[5]["mail2"] = "";
	mappointsgerman[5]["web"] = "";
	mappointsgerman[5]["posx"] = "444";
	mappointsgerman[5]["posy"] = "232";
	
	mappointsgerman[6] = new Object();
	mappointsgerman[6]["country"] = "Regionalvertretung Norderstedt";
	mappointsgerman[6]["firm"] = "S&Uuml;VEG";
	mappointsgerman[6]["adress"] = "B&uuml;ro Hamburg</br>Herr Brehm</br>Berliner Allee 55</br>22850 Norderstedt";
	mappointsgerman[6]["phone"] = "05404 9646-44";
	mappointsgerman[6]["phone2"] = "";
	mappointsgerman[6]["mobile"] = "";
	mappointsgerman[6]["fax"] = "05404 9646-99";
	mappointsgerman[6]["mail"] = "Jan.Brehm@sueveg.de";
	mappointsgerman[6]["mail2"] = "";
	mappointsgerman[6]["web"] = "www.sueveg.de";
	mappointsgerman[6]["posx"] = "240";
	mappointsgerman[6]["posy"] = "76";
	
	
	// Init
	var dotout = "";
	var dotelem1 = '<a href="javascript:;" class="lay_map_dot" style="top:';
	var dotelem2 = 'px;left:';
	var dotelem3 = 'px;" id="dot';
	var dotelem4 = '"><span id="dot';
	var dotelem4b = 'x">&nbsp;</span>';
	var dotelem5 = '</a>';
	var dotelemall = "";
	mapcontainer = document.getElementById('mapcont');
	// Init Data
	var dotdata = '<div class="lay_dotdata2"><div class="data1">#country#</div><div class="data2">#firm#</div><div class="data3">#adress#</div>';
	var dotdata1a = '<div class="break" style="height:5px;">&nbsp;</div>';
	var dotdata1b = '<div class="data4">';
	var dotdata2 = '<div class="break" style="height:5px;">&nbsp;</div><div class="data4_phone"><span>Phone:</span></div><div class="lay_dotfacts">#phone#</div>';
	var dotdata2b = '<div class="break" style="height:5px;">&nbsp;</div><div class="data4_phone"><span>Phone2:</span></div><div class="lay_dotfacts">#phone2#</div>';
	var dotdata2c = '<div class="break" style="height:5px;">&nbsp;</div><div class="data4_mobile"><span>Mobile:</span></div><div class="lay_dotfacts">#mobile#</div>';
	var dotdata3 = '<div class="break" style="height:5px;">&nbsp;</div><div class="data4_fax"><span>Fax:</span></div><div class="lay_dotfacts">#fax#</div>';
	var dotdata4 = '<div class="break" style="height:5px;">&nbsp;</div><div class="data4_mail"><span>eMail:</span></div><div class="lay_dotfacts"><a href="mailto:#mail#">#mail#</a></div>';
	var dotdata4b = '<div class="break" style="height:5px;">&nbsp;</div><div class="data4_mail"><span>eMail2:</span></div><div class="lay_dotfacts"><a href="mailto:#mail2#">#mail2#</a></div>';
	var dotdata5 = '<div class="break" style="height:5px;">&nbsp;</div><div class="data4_web"><span>Web:</span></div><div class="lay_dotfacts"><a href="http://#web#" target="_blank">#web#</a></div>';
	var dotdata6 = '</div><div class="break" style="height:10px;">&nbsp;</div></div>';
	var dotdataout = "";
	document.getElementById('dotdata').checkalpha = 0;
	document.getElementById('butallout').checkonoff = 0;
	
	//Karte setzen
	if(maptype == "world" || maptype == ""){
		document.getElementById('mapcont').className = "lay_worldmap";
		document.getElementById('mapchange').style.top = "430px";
		document.getElementById('mapchange').style.left = "250px";
		document.getElementById('dotdata').className = "lay_dotdata_world";
		mappoints = mappointsworld;
	}
	if(maptype == "euro"){
		document.getElementById('mapcont').className = "lay_euromap";
		document.getElementById('mapchange').style.top = "400px";
		document.getElementById('mapchange').style.left = "560px";
		document.getElementById('dotdata').className = "lay_dotdata_euro";
		mappoints = mappointseuro;
	}
	if(maptype == "german"){
		document.getElementById('mapcont').className = "lay_germanmap";
		document.getElementById('mapchange').style.top = "310px";
		document.getElementById('mapchange').style.left = "420px";
		document.getElementById('dotdata').className = "lay_dotdata_german";
		mappoints = mappointsgerman;
	}
	
	// Karte faden
	fadein('mapcont',mapfadetime);
	fadein('mapchange',mapfadetime);
	var dotfadestart = 500;
	
	for(i=0;i < mappoints.length;i++){
		dotout = dotelem1 + mappoints[i]["posy"] + dotelem2 + mappoints[i]["posx"] + dotelem3 + i + dotelem4 + i + dotelem4b + dotelem5;
		dotelemall += dotout;
		// Punkt faden
		setTimeout('fadein(\'dot'+i+'\',dotfadetime)', dotfadestart);
		dotfadestart = dotfadestart + 100;
		//alert(dotout);
	}
	
	if(mapcontainer){
		mapcontainer.innerHTML = dotelemall;
	}
	
	for(i=0;i < mappoints.length;i++){
		
		// MouseOver des Dots setzen
		dotelem = document.getElementById('dot'+i);
		dotelem.id2 = mappoints[i]["country"] + "&nbsp|&nbsp;" + mappoints[i]["firm"];
		dotelem.onmouseover = function(){
			new Tip(this, this.id2, {style: 'narvatipnorm',stem: 'topLeft'});
		}
		
		// Fatcs setzen
		dotelem.facts = "";
		dotdataout = SuchenUndErsetzen(dotdata,'#country#',mappoints[i]["country"]);
		dotdataout = SuchenUndErsetzen(dotdataout,'#firm#',mappoints[i]["firm"]);
		dotdataout = SuchenUndErsetzen(dotdataout,'#adress#',mappoints[i]["adress"]);
		if(mappoints[i]["phone"] != "" || mappoints[i]["fax"] != "" || mappoints[i]["mail"] != ""){
			dotdataout += dotdata1a;
		}
		dotdataout += dotdata1b;
		if(mappoints[i]["phone"] && mappoints[i]["phone"] != ""){
			dotdataout += dotdata2;
			dotdataout = SuchenUndErsetzen(dotdataout,'#phone#',mappoints[i]["phone"]);
		}
		if(mappoints[i]["phone2"] && mappoints[i]["phone2"] != ""){
			dotdataout += dotdata2b;
			dotdataout = SuchenUndErsetzen(dotdataout,'#phone2#',mappoints[i]["phone2"]);
		}
		if(mappoints[i]["mobile"] && mappoints[i]["mobile"] != ""){
			dotdataout += dotdata2c;
			dotdataout = SuchenUndErsetzen(dotdataout,'#mobile#',mappoints[i]["mobile"]);
		}
		if(mappoints[i]["fax"] && mappoints[i]["fax"] != ""){
			dotdataout += dotdata3;
			dotdataout = SuchenUndErsetzen(dotdataout,'#fax#',mappoints[i]["fax"]);
		}
		if(mappoints[i]["mail"] && mappoints[i]["mail"] != ""){
			dotdataout += dotdata4;
			dotdataout = SuchenUndErsetzen(dotdataout,'#mail#',mappoints[i]["mail"]);
		}
		if(mappoints[i]["mail2"] && mappoints[i]["mail2"] != ""){
			dotdataout += dotdata4b;
			dotdataout = SuchenUndErsetzen(dotdataout,'#mail2#',mappoints[i]["mail2"]);
		}
		if(mappoints[i]["web"] && mappoints[i]["web"] != ""){
			dotdataout += dotdata5;
			dotdataout = SuchenUndErsetzen(dotdataout,'#web#',mappoints[i]["web"]);
		}
		dotdataout += dotdata6;
		// Facts anhängen
		dotelem.facts = dotdataout;
		dotelem.onclick = function(){
			
			// Dot Hightlights ausmachen
			for(i=0;i < mappoints.length;i++){
				document.getElementById('dot'+i+'x').style.backgroundColor = "transparent";
			}
			// Dot highlighten
			document.getElementById(this.id+'x').style.backgroundColor = "#ff8400";
			
			
			if(document.getElementById('dotdata').checkalpha != 0){
				fadeout('dotdata',200);
				setTimeout('setdataout(\''+this.facts+'\')', 500);
			}else{
				document.getElementById('dotdata').checkalpha = 1;
				setdataout(this.facts);
			}
			//alert(this.facts);
		}
		// Alle Ausgaben speichern
		dotoutall += '<div class="lay_dotdata_float">';
		dotoutall += dotdataout;
		dotoutall += '</div>';
		
	}
	
}

function setdataout(was){
			//alert(was);
			document.getElementById('dotdata').innerHTML = was;
			fadein('dotdata',1000);
		}

function setalldataout(){
	if(document.getElementById('butallout').checkonoff == 0){
		document.getElementById('alldataout').innerHTML = dotoutall;
		document.getElementById('butallout').innerHTML = "Alle Ansprechpartner verbergen";
		document.getElementById('butallout').checkonoff = 1;
	}else{
		document.getElementById('alldataout').innerHTML = "";
		document.getElementById('butallout').innerHTML = "Alle Ansprechpartner anzeigen";
		document.getElementById('butallout').checkonoff = 0;
	}
}


