var imagePath = "/upload/";
var documentPath = "/upload/";

var Oman = "#";
var Iraq = "#";
var Kuwait = "#";
var India = "#";
var Turkmenistan = "#";
var Uzbekistan = "#";
var Tajikistan = "#";
var Kyrgyzstan = "#";
var Mongolia = "#";
var Azerbaijan = "#";
var Georgia = "#";
var Hong_Kong = "#";
var Qatar = "#";
var Pakistan = "#";
var Cypern = "#";
var Armenien = "#";
var Faeroerne = "#";
var Albanien = "#";
var Algeriet = "#";
var Australien_og_New_Zealand = "#";
var Belgien = "#";
var Bosnien_Hercegovina = "#";
var Bulgarien = "#";
var Danmark = "danmark";
var De_Forenede_Arabiske_Emirater = "#";
var Egypten = "#";
var Storbritanien = "#";
var Estland = "#";
var Finland = "#";
var Frankrig = "#";
var Gambia = "#";
var Graekenland = "#";
var Holland = "#";
var Hviderusland = "#";
var Iran = "#";
var Island = "#";
var Israel = "#";
var Italien = "#";
var Japan = "#";
var Jordan = "#";
var Serbien = "#";
var Kasakhstan = "#";
var Kina = "#";
var Korea = "#";
var Kroatien = "#";
var Letland = "#";
var Libanon = "#";
var Libyen = "#";
var Litauen = "#";
var Makedonien = "#";
var Marokko = "#";
var Moldova = "#";
var Nordamerika = "#";
var Norge = "#";
var Polen = "#";
var Portugal = "#";
var Rumaenien = "#";
var Rusland = "#";
var Saudi_Arabien = "#";
var Schweiz = "#";
var Slovakiet = "#";
var Slovenien = "#";
var Spanien = "#";
var Sverige = "#";
var Sydafrika = "#";
var Sydamerika = "#";
var Syrien = "#";
var Tjekkiet = "#";
var Tunesien = "#";
var Tyrkiet = "#";
var Tyskland = "#";
var Ukraine = "#";
var Ungarn = "#";
var Yemen = "#";
var Oestrig = "#";

if (document.getElementById("mainform")) {
document.write("<style type='text/css' media='screen'>.navigation_map { background: url(" + imagePath + "map_bg.gif) no-repeat; width: 393px }</style>");

function imageLoad(imageNumber)
{
var imgs = 8; // number of mapped images   
for(var i = 1; i <= imgs; i++)
	{
	document.getElementById("img" + i).style.display  = "none"; // first hide all images
	}
document.getElementById("img" + imageNumber).style.display  = ""; // then display appropriate image
}

function goHere(destination)
{
if(destination == "#") // not defined
	return;
else if(destination.indexOf(".") != -1) // assume HTML
	{
	document.location = destination;
	}
else // must be PDF then
	{
	var popOpts = "width=400,height=300,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no,left=50,top=50";
	popWin = window.open('','infoWin',popOpts);
	popWin.document.open("text/html", "replace");
	popWin.document.writeln("<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>");
	popWin.document.writeln("<html>");
	popWin.document.writeln("<head>");
	popWin.document.writeln("<meta http-equiv='content-type' content='text/html;charset=iso-8859-1'>");
	popWin.document.writeln("<title>DLF - TRIFOLIUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</title>");
	popWin.document.writeln("<style type='text/css' media='screen'><!--");
	popWin.document.writeln("body { margin: 0px }");
	popWin.document.writeln("table { font-size: 12px; line-height: 13px; font-weight: bold; font-family: Arial, Verdana, Helvetica, Swiss; width: 100%; height: 100% }");
	popWin.document.writeln(".td1 { text-align: center; vertical-align: top }");
	popWin.document.writeln(".td2 { background-color: #f3e9ae; text-align: left; padding: 5px; border-top: 1px solid #c8a63a; width: 50%; height: 1% }");
	popWin.document.writeln(".td3 { background-color: #f3e9ae; text-align: right; padding: 5px; border-top: 1px solid #c8a63a; width: 50%; height: 1% }");
	popWin.document.writeln(".td4 { background-color: #f3e9ae; text-align: right; vertical-align: bottom; padding: 5px; border-top: 1px solid #c8a63a; width: 50%; height: 1% }");
	popWin.document.writeln("a:link { color: #ACA57C; text-decoration: none }");
	popWin.document.writeln("a:visited { color: #ACA57C; text-decoration: none }");
	popWin.document.writeln("a:hover { color: #000; text-decoration: none }");
	popWin.document.writeln("a:active { color: #ACA57C; text-decoration: none }");
	popWin.document.writeln("--></style>");
	popWin.document.writeln("</head>");
	popWin.document.writeln("<body onLoad='javascript:preparePage()'>");
	popWin.document.writeln("<table><tr><td class='td4'><a title='Close Window' href='javascript:window.close()'>Close&nbsp;&nbsp;<img style=\'cursor:hand\' src=\'"+imagePath+"map_icon_close.gif\' border=\'0\' align=\'absmiddle\'></a></td></tr></table>");
	popWin.document.writeln("<script type='text/javascript'>");
	popWin.document.writeln("function preparePage()");
	popWin.document.writeln("{");
	popWin.document.writeln("document.location = '"+documentPath+destination+".pdf';");
	popWin.document.writeln("}");
	popWin.document.writeln("</scr"+"ipt>");
	popWin.document.writeln("</body>");
	popWin.document.writeln("</html>");
	popWin.document.close();
	popWin.focus();
	}
}

document.write("<img id='img1' src='" + imagePath + "map_transparent.gif' height='246' width='393' usemap='#map1' border='0'>");
document.write("<img id='img2' src='" + imagePath + "map_mellemoesten.gif' usemap='#map2' border='0' style='display:none'>");
document.write("<img id='img3' src='" + imagePath + "map_europa.gif' usemap='#map3' border='0' style='display:none'>");
document.write("<img id='img4' src='" + imagePath + "map_afrika.gif' usemap='#map4' border='0' style='display:none'>");
document.write("<img id='img5' src='" + imagePath + "map_asien.gif' usemap='#map5' border='0' style='display:none'>");
document.write("<img id='img6' src='" + imagePath + "map_australien.gif' usemap='#map6' border='0' style='display:none'>");
document.write("<img id='img7' src='" + imagePath + "map_nordamerika.gif' usemap='#map7' border='0' style='display:none'>");
document.write("<img id='img8' src='" + imagePath + "map_sydamerika.gif' usemap='#map8' border='0' style='display:none'>");

document.write('<map name="map1">');
document.write('<area shape="rect" title="Middle East" coords="204,61,259,114" href="javascript:imageLoad(2)">');
document.write('<area shape="rect" title="Europe" coords="155,16,219,76" href="javascript:imageLoad(3)">');
document.write('<area shape="rect" title="Africa" coords="154,77,247,191" href="javascript:imageLoad(4)">');
document.write('<area shape="rect" title="Asia" coords="221,16,345,124" href="javascript:imageLoad(5)">');
document.write('<area shape="rect" title="Australia and New Zealand" coords="291,131,376,219" href="javascript:imageLoad(6)">');
document.write('<area shape="rect" title="North America" coords="32,16,134,106" href="javascript:imageLoad(7)">');
document.write('<area shape="rect" title="South America" coords="68,109,141,221" href="javascript:imageLoad(8)">');
document.write('</map>');

document.write('<map name="map2">');
document.write('<area shape="rect" title="Qatar" coords="245,174,252,187" href="javascript:goHere(Qatar)">');
document.write('<area shape="poly" title="Cyprus" coords="143,120, 136,120, 139,115, 146,116" href="javascript:goHere(Cypern)">');
document.write('<area shape="poly" title="Armenia" coords="194,78, 200,86, 198,91, 191,87, 187,77, 187,76" href="javascript:goHere(Armenien)">');
document.write('<area shape="poly" title="Libanon" coords="158,122, 159,124, 154,131, 152,130, 153,121" href="javascript:goHere(Libanon)">');
document.write('<area shape="poly" title="Israel" coords="156,132, 155,148, 155,151, 152,150, 149,142, 150,131" href="javascript:goHere(Israel)">');
document.write('<area shape="poly" title="Egypt" coords="114,139, 116,140, 123,143, 125,142, 129,141, 133,140, 137,139, 148,141, 152,142, 156,155, 154,164, 152,163, 147,156, 145,153, 144,155, 145,159, 148,163, 166,194, 166,201, 160,209, 157,212, 152,208, 106,207, 105,195, 104,187, 103,173, 102,167, 101,151, 100,141, 100,138" href="javascript:goHere(Egypten)">');
document.write('<area shape="poly" title="Iran" coords="203,87, 208,84, 229,104, 246,97, 255,93, 280,106, 285,131, 294,146, 295,155, 308,174, 297,181, 277,176, 272,170, 260,173, 245,164, 231,149, 224,146, 214,132, 204,119, 203,110, 190,91, 190,83" href="javascript:goHere(Iran)">');
document.write('<area shape="poly" title="United Arab Emirates" coords="276,181, 272,200, 251,199, 250,189, 264,191, 270,185, 274,180" href="javascript:goHere(De_Forenede_Arabiske_Emirater)">');
document.write('<area shape="poly" title="Saudi Arabia" coords="184,137, 190,140, 196,143, 200,146, 203,154, 213,155, 221,156, 223,157, 229,158, 236,166, 237,169, 244,177, 245,181, 248,187, 249,191, 252,198, 270,199, 276,203, 277,205, 274,225, 271,227, 265,228, 261,229, 255,230, 251,231, 241,234, 240,236, 237,244, 233,248, 229,247, 221,242, 214,243, 211,249, 208,248, 203,238, 197,229, 192,219, 185,211, 182,205, 181,199, 169,184, 168,180, 154,163, 152,162, 153,158, 155,155, 162,155, 168,150, 170,148, 164,141, 165,138, 167,137, 173,136" href="javascript:goHere(Saudi_Arabien)">');
document.write('<area shape="poly" title="Libya" coords="102,137, 107,221, 99,222, 78,206, 80,131, 97,134" href="javascript:goHere(Libyen)">');
document.write('<area shape="poly" title="Syria" coords="185,103, 182,109, 184,116, 183,121, 178,125, 157,135, 154,131, 156,122, 152,115, 151,112, 152,110, 154,105, 176,104" href="javascript:goHere(Syrien)">');
document.write('<area shape="poly" title="Jordan" coords="173,128, 176,136, 174,138, 168,139, 167,141, 172,147, 160,158, 158,157, 155,156, 154,140, 153,138, 171,127" href="javascript:goHere(Jordan)">');
document.write('<area shape="poly" title="Yemen" coords="262,231, 268,247, 262,255, 245,263, 243,267, 215,270, 209,249, 210,246, 214,242, 214,241, 225,242, 235,243, 240,234" href="javascript:goHere(Yemen)">');
document.write('<area shape="poly" title="Kasakhstan" coords="239,56, 243,71, 227,68, 222,66, 210,55" href="javascript:goHere(Kasakhstan)">');
document.write('<area shape="poly" title="Kasakhstan" coords="313,56, 311,63, 309,64, 303,76, 297,72, 283,60, 266,56, 262,55" href="javascript:goHere(Kasakhstan)">');
document.write('<area shape="poly" title="Greece" coords="100,74, 99,77, 86,79, 87,91, 89,97, 90,104, 99,113, 102,116, 86,112, 84,107, 78,102, 80,76, 98,72" href="javascript:goHere(Graekenland)">');
document.write('<area shape="poly" title="Russia" coords="195,55, 198,60, 205,68, 206,70, 205,74, 202,74, 195,73, 193,70, 192,68, 188,67, 184,68, 182,69, 179,68, 173,63, 162,60, 160,61, 152,55, 154,54" href="javascript:goHere(Rusland)">');
document.write('<area shape="poly" title="Bulgaria" coords="93,57, 106,57, 107,65, 105,73, 103,72, 96,75, 82,72, 81,64, 78,56" href="javascript:goHere(Bulgarien)">');
document.write('<area shape="poly" title="Turkey" coords="121,74, 141,70, 167,75, 181,72, 192,91, 192,102, 170,106, 155,107, 152,111, 146,107, 138,111, 123,107, 118,111, 103,93, 99,75, 107,70" href="javascript:goHere(Tyrkiet)">');
document.write('<area shape="rect" title="Macedonia" coords="78,67,86,78" href="javascript:goHere(Makedonien)">');
document.write('<area title="Georgia" shape="poly" coords="163,61,172,73,183,73,185,76,196,73,193,69" href="javascript:goHere(Georgia)">');
document.write('<area title="Azerbaijan" shape="poly" coords="193,74,201,89,206,85,215,92,218,79,206,66,205,74" href="javascript:goHere(Azerbaijan)">');
document.write('<area title="Iraq" shape="poly" coords="174,129,177,138,198,143,202,154,217,157,217,149,225,148,206,124,207,113,195,102,183,108,184,122" href="javascript:goHere(Iraq)">');
document.write('<area title="Kuwait" shape="rect" coords="217,148,226,156" href="javascript:goHere(Kuwait)">');
document.write('<area title="Oman" shape="poly" coords="261,230,269,244,278,242,277,236,286,233,285,228,291,228,291,217,297,208,295,197,277,186,273,199,277,204,274,227" href="javascript:goHere(Oman)">');
document.write('<area title="Turkmenistan" shape="poly" coords="231,69,246,97,256,96,279,107,280,112,290,112,297,100,300,99,300,93,266,74,263,68,251,69,250,72,239,71" href="javascript:goHere(Turkmenistan)">');
document.write('<area title="Uzbekistan" shape="poly" coords="240,56,244,71,263,68,266,75,300,93,300,99,312,100,311,69,303,76,288,63,275,56" href="javascript:goHere(Uzbekistan)">');
document.write('<area shape="rect" title="CLOSE MAP" coords="92,280,166,292" href="javascript:imageLoad(1)">');
document.write('</map>');

document.write('<map name="map3">');
document.write('<area shape="poly" title="Armenia" coords="314,214, 316,216, 318,219, 319,219, 318,223, 309,220, 308,216, 309,214" href="javascript:goHere(Armenien)">');
document.write('<area shape="poly" title="Cyprus" coords="275,245, 271,249, 268,250, 266,248, 267,246, 272,245" href="javascript:goHere(Cypern)">');
document.write('<area shape="poly" title="The Faroe Islands" coords="118,113, 117,116, 115,118, 114,118, 112,113, 116,112" href="javascript:goHere(Faeroerne)">');
document.write('<area shape="poly" title="Slovenia" coords="197,187, 195,191, 189,193, 186,190, 187,187" href="javascript:goHere(Slovenien)">');
document.write('<area shape="poly" title="Iran" coords="318,223, 320,224, 323,223, 326,221, 327,221, 330,225, 338,234, 337,259, 330,258, 324,253, 323,249, 324,247, 323,242, 314,232, 311,222, 312,220" href="javascript:goHere(Iran)">');
document.write('<area shape="poly" title="Libanon" coords="287,251, 286,256, 283,259, 282,257, 283,250" href="javascript:goHere(Libanon)">');
document.write('<area shape="poly" title="Morocco" coords="131,250, 131,259, 99,257, 106,249, 117,245" href="javascript:goHere(Marokko)">');
document.write('<area shape="poly" title="Tunisia" coords="180,241, 179,249, 181,254, 185,258, 167,257, 165,253, 169,247, 171,237, 177,236" href="javascript:goHere(Tunesien)">');
document.write('<area shape="poly" title="Syria" coords="308,236, 306,241, 307,245, 306,251, 289,259, 284,258, 285,254, 286,253, 281,243, 282,241, 285,237" href="javascript:goHere(Syrien)">');
document.write('<area shape="poly" title="Algeria" coords="170,237, 171,241, 170,249, 167,254, 171,258, 169,259, 130,259, 129,255, 130,245, 134,242, 144,239, 146,238, 150,237, 161,236, 163,235, 168,235" href="javascript:goHere(Algeriet)">');
document.write('<area shape="poly" title="Kasakhstan" coords="338,165, 336,204, 329,195, 335,188, 330,183, 317,182, 306,172, 312,162, 320,159" href="javascript:goHere(Kasakhstan)">');
document.write('<area shape="poly" title="Portugal" coords="111,210, 113,211, 112,214, 111,216, 110,226, 109,232, 106,236, 100,236, 101,228, 102,226, 102,223, 102,212, 104,209, 109,210" href="javascript:goHere(Portugal)">');
document.write('<area shape="poly" title="Spain" coords="118,202, 135,205, 137,206, 139,205, 147,208, 149,209, 142,215, 139,216, 139,219, 138,227, 137,231, 130,237, 129,238, 123,239, 116,240, 114,241, 112,240, 110,237, 107,235, 108,227, 109,221, 110,214, 111,212, 109,211, 102,210, 102,205, 104,204, 110,201, 116,202" href="javascript:goHere(Spanien)">');
document.write('<area shape="poly" title="Italy" coords="187,187, 186,191, 184,195, 196,208, 210,217, 208,221, 204,220, 205,228, 201,234, 194,219, 187,214, 180,210, 172,199, 168,198, 166,201, 163,198, 163,189" href="javascript:goHere(Italien)">');
document.write('<area shape="poly" title="France" coords="149,165, 153,168, 167,175, 166,181, 160,188, 162,190, 163,192, 164,199, 165,201, 164,204, 155,206, 150,207, 146,211, 140,208, 138,207, 136,209, 134,208, 128,204, 132,199, 131,190, 128,186, 126,183, 120,182, 120,179, 124,177, 129,179, 131,177, 132,173, 137,173, 142,168, 143,164" href="javascript:goHere(Frankrig)">');
document.write('<area shape="poly" title="Turkey" coords="258,213, 272,210, 294,214, 305,212, 313,226, 313,235, 293,238, 283,240, 282,243, 278,239, 274,241, 264,240, 258,239, 255,242, 251,240, 243,230, 239,214, 241,212, 247,211, 251,213" href="javascript:goHere(Tyrkiet)">');
document.write('<area shape="poly" title="Greece" coords="240,213, 239,215, 229,218, 230,228, 233,239, 238,244, 241,247, 228,243, 226,239, 220,233, 216,219, 218,216, 238,211" href="javascript:goHere(Graekenland)">');
document.write('<area shape="poly" title="Russia" coords="243,89, 249,92, 254,94, 253,98, 250,100, 239,100, 245,107, 246,105, 247,103, 253,104, 256,101, 258,98, 269,95, 271,94, 285,87, 287,86, 291,91, 297,88, 303,89, 308,103, 311,109, 314,113, 321,113, 320,118, 317,122, 318,126, 321,130, 318,132, 317,138, 318,141, 326,144, 329,146, 332,153,336,149, 336,146, 338,147, 337,166, 327,165, 325,163, 322,161, 316,162, 313,166, 313,169, 307,170, 308,177, 311,179, 317,182, 318,186, 315,194, 316,200, 325,210, 321,214, 319,213, 315,212, 312,208, 303,209, 297,204, 293,203, 291,202, 286,202, 281,198, 278,197, 276,195, 275,193, 279,188, 279,181, 279,180, 282,177, 281,173,277,170, 273,169, 271,168, 262,168, 259,164, 258,164, 254,159, 247,159, 246,155, 245,151, 242,147, 239,143, 233,142, 229,139, 226,133, 225,123, 224,121, 225,119, 230,116, 232,113, 231,111, 228,109, 223,101, 222,97, 221,96, 222,95, 217,91, 219,88, 228,86, 232,87" href="javascript:goHere(Rusland)">');
document.write('<area shape="poly" title="Ukraine" coords="252,158, 256,159, 261,163, 262,163, 263,166, 269,167, 275,168, 277,169, 283,172, 284,174, 283,178, 282,180, 281,184, 279,185, 278,186, 270,187, 268,188, 266,189, 271,193, 270,196, 261,193, 259,190, 253,187, 250,188, 249,194, 242,193, 243,189, 245,186, 244,184, 238,177, 235,178, 229,181,219,180, 217,175, 218,173, 220,166, 221,162, 225,161, 240,162, 242,161, 248,157, 250,158" href="javascript:goHere(Ukraine)">');
document.write('<area shape="poly" title="Bulgaria" coords="236,199, 245,200, 243,211, 227,213, 224,205, 223,198" href="javascript:goHere(Bulgarien)">');
document.write('<area shape="poly" title="Romania" coords="239,182, 242,185, 244,189, 247,192, 249,193, 245,201, 221,198, 214,187, 221,178" href="javascript:goHere(Rumaenien)">');
document.write('<area shape="poly" title="Moldova" coords="241,177, 246,182, 245,190, 242,191, 239,184, 235,180, 235,175" href="javascript:goHere(Moldova)">');
document.write('<area shape="poly" title="Hungary" coords="221,179, 212,189, 204,191, 196,183, 201,179, 221,177" href="javascript:goHere(Ungarn)">');
document.write('<area shape="poly" title="Albania" coords="217,208, 218,221, 214,220, 211,208, 213,205" href="javascript:goHere(Albanien)">');
document.write('<area shape="poly" title="Macedonia" coords="227,210, 228,214, 226,215, 222,216, 220,217, 217,216, 214,211, 216,209, 224,207" href="javascript:goHere(Makedonien)">');
document.write('<area shape="poly" title="Serbia and Montenegro" coords="215,188, 224,199, 226,204, 225,207, 220,210, 218,209, 213,209, 207,208, 206,206, 207,203, 208,201, 209,187" href="javascript:goHere(Serbien)">');
document.write('<area shape="poly" title="Bosnia and Herzegovina" coords="209,194, 208,204, 201,203, 197,194" href="javascript:goHere(Bosnien_Hercegovina)">');
document.write('<area shape="poly" title="Croatia" coords="208,192, 205,195, 200,197, 204,202, 193,197, 192,194, 189,193, 190,191, 195,189, 199,186, 207,189" href="javascript:goHere(Kroatien)">');
document.write('<area shape="poly" title="Austria" coords="198,175, 200,178, 199,184, 198,187, 192,188, 190,189, 185,188, 180,186, 177,187, 173,184, 174,182, 183,181, 187,176" href="javascript:goHere(Oestrig)">');
document.write('<area shape="poly" title="Switzerland" coords="176,183, 175,189, 165,192, 158,189, 165,181" href="javascript:goHere(Schweiz)">');
document.write('<area shape="poly" title="Slovakia" coords="219,172, 220,174, 219,178, 212,178, 210,179, 204,180, 202,181, 198,180, 199,175, 201,172, 205,171" href="javascript:goHere(Slovakiet)">');
document.write('<area shape="poly" title="Czech Republic" coords="203,170, 196,177, 182,174, 181,166, 191,163" href="javascript:goHere(Tjekkiet)">');
document.write('<area shape="poly" title="Poland" coords="218,150, 221,168, 219,173, 198,168, 188,162, 186,151, 195,146" href="javascript:goHere(Polen)">');
document.write('<area shape="poly" title="Belarus" coords="242,143, 250,153, 246,162, 219,160, 219,150, 225,146, 231,140, 231,139" href="javascript:goHere(Hviderusland)">');
document.write('<area shape="poly" title="Lithuania" coords="226,142, 227,148, 218,153, 208,140" href="javascript:goHere(Litauen)">');
document.write('<area shape="poly" title="Latvia" coords="228,132, 229,134, 233,143, 231,144, 224,143, 222,142, 218,141, 208,140, 208,135, 211,134, 213,133, 216,135, 217,133, 218,131" href="javascript:goHere(Letland)">');
document.write('<area shape="poly" title="Estonia" coords="229,126, 226,134, 215,130, 217,125" href="javascript:goHere(Estland)">');
document.write('<area shape="poly" title="Germany" coords="171,146, 175,149, 186,150, 189,154, 188,156, 189,160, 190,164, 189,166, 184,167, 182,170, 183,172, 188,176, 187,179, 180,183, 164,182, 163,181, 165,176, 162,174, 159,172, 159,169, 160,160, 161,158, 162,151, 164,150, 169,149, 167,146, 169,145" href="javascript:goHere(Tyskland)">');
document.write('<area shape="poly" title="Holland" coords="164,155, 158,165, 150,164, 154,156, 162,153" href="javascript:goHere(Holland)">');
document.write('<area shape="poly" title="Denmark" coords="173,134, 174,140, 171,148, 166,148, 162,138, 173,132" href="javascript:goHere(Danmark)">');
document.write('<area shape="poly" title="Norway" coords="221,83, 221,86, 220,87, 217,87, 211,88, 208,91, 194,90, 192,91, 189,92, 180,104, 179,108, 175,111, 176,123, 175,130, 173,129, 172,127, 169,130, 158,132, 157,132, 152,120, 153,118, 154,115, 159,111, 167,108, 179,94, 187,89, 203,84, 210,83, 214,80" href="javascript:goHere(Norge)">');
document.write('<area shape="poly" title="Sweden" coords="208,96, 207,102, 192,116, 192,139, 179,143, 174,125, 177,107, 187,92, 200,90" href="javascript:goHere(Sverige)">');
document.write('<area shape="poly" title="Finland" coords="220,87, 222,93, 225,94, 226,99, 230,107, 234,113, 224,120, 205,119, 204,111, 213,103, 205,97, 199,91, 196,90, 197,88, 210,88, 211,85" href="javascript:goHere(Finland)">');
document.write('<area shape="poly" title="Iceland" coords="77,101, 96,101, 88,108, 71,110, 64,103" href="javascript:goHere(Island)">');
document.write('<area shape="poly" title="United Kingdom" coords="128,131, 126,136, 133,136, 129,144, 143,159, 134,169, 125,168, 118,170, 116,167, 120,163, 123,154, 125,150, 119,145, 120,132, 125,129" href="javascript:goHere(Storbritanien)">');
document.write('<area shape="poly" title="United Kingdom" coords="120,149, 116,155, 114,161, 102,161, 101,155, 100,152, 117,145" href="javascript:goHere(Storbritanien)">');
document.write('<area shape="poly" title="Belgium" coords="160,165, 158,172, 145,164, 159,164" href="javascript:goHere(Belgien)">');
document.write('<area title="Georgia" shape="poly" coords="293,203,298,212,306,212,307,214,315,213,315,208" href="javascript:goHere(Georgia)">');
document.write('<area title="Azerbaijan" shape="poly" coords="326,211,331,218,329,226,325,222,321,225,316,213,322,214" href="javascript:goHere(Azerbaijan)">');
document.write('<area title="Iraq" shape="poly" coords="297,257,325,257,322,249,324,244,314,235,305,240,307,250" href="javascript:goHere(Iraq)">');
document.write('<area shape="rect" title="CLOSE MAP" coords="63,45,145,62" href="javascript:imageLoad(1)">');
document.write('</map>');

document.write('<map name="map4">');
document.write('<area shape="rect" title="Qatar" coords="279,77,282,82" href="javascript:goHere(Qatar)">');
document.write('<area shape="rect" title="Cypern" coords="227,47,233,52" href="javascript:goHere(Cypern)">');
document.write('<area shape="poly" title="Israel" coords="239,60, 237,67, 236,58, 239,61" href="javascript:goHere(Israel)">');
document.write('<area shape="poly" title="Egypt" coords="232,59, 238,64, 239,78, 241,90, 236,91, 214,87, 214,58, 230,59" href="javascript:goHere(Egypten)">');
document.write('<area shape="poly" title="Iran" coords="266,39, 272,43, 279,40, 285,39, 291,42, 288,76, 278,70, 273,65, 269,62, 260,50, 258,45, 254,36" href="javascript:goHere(Iran)">');
document.write('<area shape="rect" title="Gambia" coords="107,117,116,121" href="javascript:goHere(Gambia)">');
document.write('<area shape="poly" title="United Arab Emirates" coords="290,89, 281,87, 281,82, 290,81" href="javascript:goHere(De_Forenede_Arabiske_Emirater)">');
document.write('<area shape="poly" title="Saudi Arabia" coords="281,83, 291,97, 260,107, 241,65, 248,57" href="javascript:goHere(Saudi_Arabien)">');
document.write('<area shape="poly" title="Libya" coords="200,61, 200,56, 210,57, 213,62, 214,98, 185,88, 172,76, 173,66, 180,54" href="javascript:goHere(Libyen)">');
document.write('<area shape="poly" title="Libanon" coords="239,51, 238,55, 235,55, 236,50" href="javascript:goHere(Libanon)">');
document.write('<area shape="poly" title="Morocco" coords="149,51, 149,60, 143,64, 131,71, 129,75, 120,73, 128,63, 134,50, 143,48" href="javascript:goHere(Marokko)">');
document.write('<area shape="poly" title="Tunisia" coords="178,49, 179,54, 180,58, 174,63, 169,51, 170,47, 175,41" href="javascript:goHere(Tunesien)">');
document.write('<area shape="poly" title="Syria" coords="250,46, 249,53, 237,56, 239,43" href="javascript:goHere(Syrien)">');
document.write('<area shape="poly" title="Jordan" coords="246,59, 244,61, 245,65, 238,69, 239,57, 246,54" href="javascript:goHere(Jordan)">');
document.write('<area shape="poly" title="South Africa" coords="232,242, 228,262, 211,276, 191,273, 193,257, 199,256, 201,248, 205,251, 217,244, 227,237" href="javascript:goHere(Sydafrika)">');
document.write('<area shape="poly" title="Yemen" coords="289,110, 283,115, 272,120, 264,120, 263,108, 275,105, 287,104" href="javascript:goHere(Yemen)">');
document.write('<area shape="poly" title="Algeria" coords="171,42, 172,46, 171,52, 170,53, 175,59, 176,75, 176,78, 181,84, 182,84, 182,87, 177,91, 175,92, 167,98, 161,101, 149,90, 129,72, 130,68, 134,65, 143,62, 148,56, 147,49, 152,45, 163,43, 167,42, 169,41" href="javascript:goHere(Algeriet)">');
document.write('<area shape="poly" title="Portugal" coords="137,39, 132,44, 130,40, 135,36" href="javascript:goHere(Portugal)">');
document.write('<area shape="poly" title="Spain" coords="154,39, 143,46, 136,44, 137,36" href="javascript:goHere(Spanien)">');
document.write('<area shape="rect" title="Italy" coords="187,36,193,41" href="javascript:goHere(Italien)">');
document.write('<area shape="poly" title="Turkey" coords="256,38, 255,42, 224,44, 222,45, 217,44, 214,36" href="javascript:goHere(Tyrkiet)">');
document.write('<area shape="poly" title="Greece" coords="207,39, 212,48, 205,47, 199,36" href="javascript:goHere(Graekenland)">');
document.write('<area title="Oman" shape="poly" coords="285,101,291,108,291,101" href="javascript:goHere(Oman)">');
document.write('<area title="Iraq" shape="poly" coords="265,66,259,66,258,62,248,58,248,54,252,52,251,43,255,43,260,47,260,53,269,62,264,62" href="javascript:goHere(Iraq)">');
document.write('<area title="Kuwait" shape="rect" coords="265,63,270,66" href="javascript:goHere(Kuwait)">');
document.write('<area shape="rect" title="CLOSE MAP" coords="106,256,188,273" href="javascript:imageLoad(1)">');
document.write('</map>');

document.write('<map name="map5">');
document.write('<area shape="rect" title="Hong Kong" coords="273,203,278,208" href="javascript:goHere(Hong_Kong)">');
document.write('<area shape="rect" title="Qatar" coords="101,194,106,201" href="javascript:goHere(Qatar)">');
document.write('<area shape="poly" title="Pakistan" coords="156,159, 158,160, 159,160, 158,163, 155,164, 156,170, 158,173, 157,181, 154,189, 151,190, 150,192, 153,194, 155,199, 155,202, 151,203, 148,203, 147,199, 145,198, 132,198, 135,192, 131,188, 127,183, 128,181, 135,180, 137,179, 147,170, 149,167, 150,163, 152,158" href="javascript:goHere(Pakistan)">');
document.write('<area shape="poly" title="Iran" coords="87,152, 95,158, 109,153, 120,161, 125,175, 131,188, 134,195, 118,196, 114,193, 102,191, 92,181, 81,164, 72,148" href="javascript:goHere(Iran)">');
document.write('<area shape="poly" title="United Arab Emirates" coords="114,209, 104,206, 104,202, 114,200, 118,198" href="javascript:goHere(De_Forenede_Arabiske_Emirater)">');
document.write('<area shape="poly" title="Saudi Arabia" coords="80,184, 96,189, 104,204, 109,207, 118,210, 115,222, 99,228, 94,233, 86,232, 82,232, 69,204, 73,176" href="javascript:goHere(Saudi_Arabien)">');
document.write('<area shape="poly" title="Yemen" coords="113,233, 105,239, 96,244, 84,243, 84,231, 99,226, 111,226" href="javascript:goHere(Yemen)">');
document.write('<area shape="poly" title="Korea" coords="275,135, 278,145, 291,157, 286,162, 275,148, 267,136, 274,131" href="javascript:goHere(Korea)">');
document.write('<area shape="poly" title="Japan" coords="303,128, 302,133, 316,155, 307,161, 303,159, 301,163, 304,173, 296,161, 299,156, 303,152, 306,148, 289,117" href="javascript:goHere(Japan)">');
document.write('<area shape="poly" title="China" coords="240,101, 261,111, 268,112, 272,119, 274,128, 270,135, 262,142, 258,140, 259,149, 269,152, 269,160, 286,179, 281,206, 259,211, 249,206, 238,211, 231,201, 222,185, 213,187, 206,191, 171,174, 146,143, 157,136, 152,127, 155,124, 158,119, 162,114, 176,123, 203,133, 224,132, 227,127, 227,123, 231,122, 233,115, 224,112, 217,107, 214,106, 221,94" href="javascript:goHere(Kina)">');
document.write('<area shape="poly" title="Kasakhstan" coords="124,99, 131,100, 146,107, 162,115, 159,122, 157,128, 155,130, 156,137, 135,141, 129,143, 119,135, 109,131, 104,125, 100,134, 99,142, 85,135, 86,130, 85,124, 75,122, 69,116, 76,108, 99,108, 98,100, 118,98" href="javascript:goHere(Kasakhstan)">');
document.write('<area shape="poly" title="Turkey" coords="75,157, 69,157, 71,146, 74,158" href="javascript:goHere(Tyrkiet)">');
document.write('<area shape="poly" title="Russia" coords="263,43, 285,58, 283,67, 276,68, 293,87, 297,96, 272,74, 266,65, 262,66, 258,67, 262,74, 243,77, 246,90, 255,90, 272,104, 281,129, 273,129, 269,121, 265,112, 256,112, 223,97, 216,102, 215,108, 205,111, 182,108, 178,111, 164,112, 159,115, 142,109, 122,102, 106,99, 97,105, 100,112, 69,105, 72,59, 79,57, 84,54, 93,59, 106,45, 138,42, 141,44, 141,47, 176,46, 184,47, 188,45, 198,41, 242,42, 257,40" href="javascript:goHere(Rusland)">');
document.write('<area shape="poly" title="Russia" coords="77,126, 76,134, 81,142, 74,141, 69,137, 71,120" href="javascript:goHere(Rusland)">');
document.write('<area title="India" shape="poly" coords="150,204,156,202,150,190,154,190,159,173,156,165,161,162,177,180,178,187,193,195,205,196,205,191,210,195,218,195,218,190,213,188,218,184,227,187,229,201,221,208,221,203,208,199,211,211,205,213,192,235,192,255,185,262,174,238,170,235,165,210,161,216,156,214,156,208" href="javascript:goHere(India)">');
document.write('<area title="Turkmenistan" shape="poly" coords="92,140,99,157,105,154,120,160,121,164,127,162,129,157,133,156,132,151,116,147,110,140,105,142" href="javascript:goHere(Turkmenistan)">');
document.write('<area title="Uzbekistan" shape="poly" coords="103,143,98,130,107,124,110,133,121,136,130,144,135,144,140,155,133,156,133,152,117,147,115,142,110,139" href="javascript:goHere(Uzbekistan)">');
document.write('<area title="Tajikistan" shape="poly" coords="151,154,145,147,137,147,145,159" href="javascript:goHere(Tajikistan)">');
document.write('<area title="Kyrgyzstan" shape="poly" coords="134,142,139,147,145,146,146,143,158,138,136,137" href="javascript:goHere(Kyrgyzstan)">');
document.write('<area title="Mongolia" shape="poly" coords="161,116,171,117,178,125,185,127,193,133,207,133,217,137,227,129,225,123,229,124,237,115,226,115,221,107,213,111,192,109,186,105,180,105,183,112,168,109" href="javascript:goHere(Mongolia)">');
document.write('<area title="Iraq" shape="poly" coords="85,185,80,185,79,179,70,175,70,159,76,157,80,163,80,169,91,179,85,180" href="javascript:goHere(Iraq)">');
document.write('<area title="Azerbaijan" shape="poly" coords="74,143,80,150,84,149,83,143" href="javascript:goHere(Azerbaijan)">');
document.write('<area title="Oman" shape="poly" coords="118,200,118,222,110,224,114,232,126,223,128,207" href="javascript:goHere(Oman)">');
document.write('<area title="Kuwait" shape="rect" coords="86,180,91,184" href="javascript:goHere(Kuwait)">');
document.write('<area shape="rect" title="CLOSE MAP" coords="107,262,189,279" href="javascript:imageLoad(1)">');
document.write('</map>');

document.write('<map name="map6">');
document.write('<area shape="poly" title="Australia and New Zealand" coords="260,97, 267,106, 267,121, 262,152, 238,181, 189,214, 171,209, 173,199, 174,191, 175,185, 166,188, 165,173, 136,176, 119,181, 92,182, 93,178, 103,164, 112,132, 117,117, 141,101, 160,92, 171,80, 174,80, 191,63, 199,71, 213,54, 219,50, 233,57, 226,72, 235,83, 239,88, 251,68, 258,51, 263,48, 265,78" href="javascript:goHere(Australien_og_New_Zealand)">');
document.write('<area shape="poly" title="Australia and New Zealand" coords="298,210, 298,221, 300,222, 269,240, 290,218, 300,203" href="javascript:goHere(Australien_og_New_Zealand)">');
document.write('<area shape="poly" title="Australia and New Zealand" coords="184,229, 170,240, 162,240, 175,226" href="javascript:goHere(Australien_og_New_Zealand)">');
document.write('<area shape="poly" title="Australia and New Zealand" coords="262,244, 219,268, 215,265, 220,257, 255,240, 264,236" href="javascript:goHere(Australien_og_New_Zealand)">');
document.write('<area shape="rect" title="CLOSE MAP" coords="96,256,178,273" href="javascript:imageLoad(1)">');
document.write('</map>');

document.write('<map name="map7">');
document.write('<area shape="poly" title="North America" coords="213,52, 225,52, 224,49, 217,48, 230,43, 241,48, 250,50, 249,56, 244,60, 261,57, 267,53, 274,62, 283,60, 273,67, 265,69, 234,84, 237,91, 247,102, 249,110, 260,98, 266,90, 279,78, 287,81, 289,91, 298,86, 301,104, 305,108, 300,113, 266,121, 278,121, 274,126, 278,131, 278,134, 266,136, 266,133, 253,142, 252,145, 236,154, 230,160, 206,189, 203,203, 200,202, 194,185, 161,193, 150,221, 159,229, 166,226, 173,218, 180,221, 171,240, 184,243, 185,268, 199,269, 194,274, 193,270, 184,273, 170,255, 145,241, 126,224, 127,208, 118,183, 118,212, 116,199, 114,189, 115,141, 141,108, 149,78, 148,74, 135,72, 132,71, 112,78, 86,83, 108,74, 113,63, 130,56, 126,55, 137,50, 142,49, 146,45, 177,45, 190,51" href="javascript:goHere(Nordamerika)">');
document.write('<area shape="rect" title="CLOSE MAP" coords="88,254,170,271" href="javascript:imageLoad(1)">');
document.write('</map>');

document.write('<map name="map8">');
document.write('<area shape="poly" title="South America" coords="161,44, 165,41, 175,48, 185,49, 206,64, 215,74, 220,87, 233,93, 258,105, 259,119, 250,140, 249,161, 231,182, 217,210, 213,210, 218,221, 204,233, 207,237, 210,254, 212,266, 223,272, 225,274, 207,273, 195,261, 183,234, 178,210, 161,150, 145,132, 130,102, 137,77, 140,68, 142,54,158,39" href="javascript:goHere(Sydamerika)">');
document.write('<area shape="rect" title="CLOSE MAP" coords="184,39,266,56" href="javascript:imageLoad(1)">');
document.write('</map>');
}
