
/* - mediceinternational.custom.plone.js - */
jq(document).ready(function() {
	jq.fn.areaNavigation.data = {
		0 : {
			"name" : "World",
			"img" : '++resource++mediceInternational.backgrounds/world.gif',
			"areaList" : {
				0 : {
					"name" : "Europe",
					"parent" : "World",
					"tooltip" : {
						"type" : "static",
						"class" : "firstLevelName"
					},
					"highlightType" : "none",
					"img" : '++resource++mediceInternational.backgrounds/europe.gif',
					"shape" : "poly",
					"coords" : "410,66,410,165,276,165,276,66,410,66",
					"areaList" : {
									0 : {
										"name" : "Italy",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "281,459,279,460,279,463,281,469,276,470,266,474,265,476,267,479,269,482,267,484,266,487,267,491,272,496,281,506,285,516,289,521,296,526,302,526,306,526,308,529,307,530,306,532,318,540,327,547,333,555,331,558,325,552,318,548,314,549,313,552,312,557,315,562,319,568,318,570,316,570,314,570,312,573,311,577,309,581,304,585,302,583,301,582,297,591,299,597,297,602,292,602,280,594,274,591,269,590,269,582,271,581,273,583,276,581,286,583,302,580,308,571,303,557,300,554,298,554,295,551,293,547,289,545,289,545,284,540,280,537,276,537,255,520,247,511,245,504,241,497,235,492,228,491,223,494,219,499,216,499,217,496,214,492,209,490,209,485,207,480,209,478,211,475,208,470,210,466,212,466,219,466,224,460,230,467,235,459,242,463,242,457,245,458,247,454,265,450,266,454,270,456,281,459,281,459",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									1 : {
										"name" : "Luxembourg",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "201,402,202,404,204,408,202,412,197,411,198,402,201,402,201,402",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									2 : {
										"name" : "Netherlands",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "212,352,209,358,206,363,210,365,208,368,207,373,200,373,198,373,198,375,199,378,201,381,200,385,198,385,197,387,199,390,198,392,196,391,197,385,187,381,180,381,173,381,172,379,173,376,176,375,182,364,188,353,186,355,188,355,195,348,203,348,209,348,212,352,212,352",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									3 : {
										"name" : "Hungary",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "372,429,380,436,373,441,369,448,366,455,361,461,352,464,342,467,329,469,322,466,316,461,311,455,309,451,310,446,311,444,313,443,312,440,311,440,313,439,319,435,323,437,326,438,329,439,334,438,337,434,342,432,348,432,355,427,360,427,365,428,372,429,372,429",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									4 : {
										"name" : "Czech Republic",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "293,390,294,389,296,388,299,390,309,393,308,396,309,398,312,401,314,399,317,397,323,399,325,402,329,404,334,406,336,411,333,413,331,415,327,420,316,425,297,420,293,424,287,425,282,423,276,417,268,409,268,405,266,401,289,388,291,389,293,390,293,390",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									5 : {
										"name" : "Germany",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "236,324,244,329,248,332,253,332,251,339,256,339,262,335,268,331,270,333,278,327,282,332,278,335,284,340,287,345,289,350,286,356,288,359,290,362,291,375,293,379,295,384,294,389,289,387,265,401,267,404,267,409,272,414,283,424,272,434,273,437,273,443,268,441,254,445,250,443,248,442,244,447,235,442,228,440,217,443,215,438,222,419,208,416,205,414,202,411,203,408,201,405,200,403,203,398,200,392,198,387,201,381,199,374,203,375,206,373,211,366,207,363,210,360,212,352,210,346,216,344,222,346,225,343,226,341,233,340,227,333,231,330,227,324,236,324,236,324",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									6 : {
										"name" : "Austria",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "299,421,306,422,311,422,314,424,315,429,319,435,317,437,313,440,312,445,312,450,305,455,297,454,293,456,290,460,280,458,268,454,265,451,265,449,256,449,253,451,252,454,245,451,243,452,242,453,238,450,238,442,241,442,244,445,248,441,254,444,261,441,265,439,272,441,273,438,271,433,277,427,282,424,289,427,291,425,295,421,299,421,299,421",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									7 : {
										"name" : "Sweden",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "355,55,374,66,383,72,388,78,386,87,387,89,389,91,387,94,389,98,391,102,388,112,393,123,382,125,380,124,380,123,376,123,376,127,367,131,367,135,365,138,363,141,365,145,367,149,362,155,354,164,347,167,342,170,332,178,326,188,323,190,322,203,320,205,320,210,321,220,321,222,323,222,327,222,330,224,335,228,340,237,337,240,333,243,336,245,332,250,326,253,320,255,317,260,314,268,314,277,315,282,318,280,319,282,312,301,309,298,305,304,302,302,289,306,288,310,287,316,273,316,272,309,268,300,269,296,272,295,263,283,259,272,257,267,255,264,255,250,259,253,261,248,261,246,260,241,261,236,264,234,267,230,269,224,266,216,269,213,272,210,268,205,265,200,267,191,265,187,264,185,266,178,264,174,263,172,267,162,271,157,277,156,283,155,285,154,286,152,283,144,284,140,287,136,289,131,291,125,291,121,291,115,294,113,298,112,300,109,305,101,311,94,309,90,308,88,315,80,320,75,325,77,326,75,328,72,329,66,346,69,348,67,349,62,352,55,355,55,355,55",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									8 : {
										"name" : "Switzerland",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "238,444,236,449,242,453,247,451,247,457,243,457,242,463,235,459,231,467,227,463,224,460,217,465,214,467,209,465,207,463,205,459,202,460,200,463,200,460,201,455,204,452,206,448,208,444,214,443,226,439,232,440,236,441,238,444,238,444",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									9 : {
										"name" : "Spain",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "60,504,70,502,87,506,94,504,104,505,115,506,117,508,121,511,129,514,137,516,143,514,157,520,170,521,166,529,155,534,144,541,135,553,131,563,132,568,137,573,131,575,128,579,126,584,126,590,119,591,115,595,112,599,109,601,90,601,80,607,73,611,69,609,67,605,65,600,60,594,54,594,54,588,59,582,56,576,57,572,59,569,56,565,54,562,58,559,61,549,61,540,62,536,67,534,62,527,56,527,51,527,46,529,46,524,40,527,40,520,37,515,35,511,36,507,38,506,45,505,45,503,51,501,60,504,60,504",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									10 : {
										"name" : "Russia",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "490,40,485,43,479,41,478,40,478,43,481,46,488,49,489,48,492,47,493,48,494,49,506,48,519,53,547,69,553,71,561,73,566,79,570,82,575,83,577,91,579,95,575,102,568,110,556,115,548,117,505,107,503,104,492,103,490,107,495,108,495,107,496,110,494,111,493,112,502,115,507,118,510,124,507,123,507,126,505,128,504,131,507,136,510,143,509,144,508,146,509,148,513,150,521,152,528,158,530,160,535,161,539,160,543,157,542,151,535,150,530,148,525,140,528,137,528,135,528,134,532,134,547,143,568,147,569,144,561,129,565,124,574,117,588,108,598,110,605,115,609,109,612,103,610,99,608,95,605,92,604,90,610,74,605,68,599,63,605,63,622,65,629,69,636,78,636,81,625,81,621,83,617,88,625,98,629,100,635,102,640,100,646,97,646,94,647,91,649,88,648,86,647,86,657,83,659,80,669,75,680,70,680,377,665,388,657,396,660,403,657,405,654,407,650,403,646,398,639,404,637,407,637,412,638,414,640,417,634,428,639,432,641,435,641,439,649,438,651,439,654,443,660,453,660,456,655,456,658,458,663,459,659,463,658,464,658,469,656,468,650,469,644,474,641,479,636,488,646,499,645,510,650,519,656,529,652,534,646,539,642,537,639,534,634,528,632,530,625,524,623,521,624,520,621,518,617,516,615,518,612,516,609,517,606,519,600,515,593,509,582,508,568,504,564,506,555,496,545,489,528,479,528,477,529,475,538,477,538,472,541,466,546,463,540,456,548,453,556,448,554,447,552,448,550,449,544,449,544,446,544,442,546,439,553,437,559,436,562,434,563,431,561,427,559,425,562,422,560,420,562,417,564,414,561,410,556,407,548,404,542,404,536,397,527,400,515,397,512,386,502,383,500,377,501,375,502,374,498,368,495,366,485,367,482,368,480,371,473,371,473,360,471,356,470,354,473,351,477,351,481,350,485,348,480,343,475,343,473,337,470,333,465,325,465,321,466,317,463,310,457,308,451,310,448,305,434,302,435,300,436,298,431,289,431,282,426,278,432,271,428,263,428,256,430,250,435,244,435,237,444,236,448,233,458,234,447,229,442,226,441,223,435,223,456,202,468,187,474,178,472,173,467,169,460,164,465,156,463,152,459,148,460,143,458,140,455,139,455,128,457,126,459,123,449,100,453,91,458,84,452,76,443,69,443,65,443,62,448,53,457,46,466,46,468,39,473,40,475,37,478,35,490,40,490,40",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									11 : {
										"name" : "Belarus",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "447,304,449,305,451,309,457,307,462,307,466,312,466,325,471,331,474,336,476,341,479,343,486,348,479,352,472,353,471,352,471,355,473,360,472,364,476,369,469,369,464,372,461,377,462,383,459,380,449,380,446,378,443,379,442,380,435,377,432,379,405,372,396,374,388,379,387,377,389,371,387,368,385,366,388,361,392,356,387,339,395,340,398,339,401,337,403,335,408,335,409,329,411,324,416,320,420,317,419,315,418,314,419,310,424,308,431,307,433,303,437,303,447,304,447,304",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									12 : {
										"name" : "Finland",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "447,46,441,67,442,71,449,74,457,84,450,92,447,100,458,124,456,126,454,127,453,132,455,135,454,137,453,139,456,141,459,145,458,146,457,147,460,151,464,156,461,159,458,163,467,169,471,173,473,179,471,184,467,190,454,205,440,217,433,223,415,225,412,227,404,229,398,232,387,234,381,231,378,231,375,232,378,230,375,226,372,224,366,224,364,214,365,210,365,205,367,203,364,197,364,192,362,184,362,180,363,178,364,176,366,173,373,173,373,168,375,165,381,163,391,150,397,144,403,140,405,142,406,140,408,138,406,135,405,135,405,128,395,121,390,116,388,112,392,102,389,97,387,94,388,92,389,91,387,89,385,88,388,79,383,73,374,66,360,58,364,52,372,60,379,62,386,62,394,61,402,67,406,63,408,59,412,51,414,43,418,39,423,36,429,36,438,38,444,41,447,46,447,46",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									13 : {
										"name" : "Norway",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "415,11,413,14,415,17,422,12,422,17,420,20,421,23,427,14,432,8,437,9,443,14,446,15,451,17,458,18,461,21,469,25,469,28,457,33,453,32,451,34,451,37,455,38,458,36,463,37,465,38,467,40,467,45,464,46,459,44,453,47,445,55,445,50,448,45,440,38,432,33,422,35,415,40,411,47,410,57,401,65,391,60,386,61,381,62,375,61,373,60,364,50,358,55,352,55,349,69,332,66,329,67,328,71,325,77,322,76,321,75,315,80,308,88,309,90,311,94,306,101,299,111,291,117,291,127,290,133,287,138,283,144,286,152,284,156,274,157,267,164,263,171,264,174,266,178,264,185,267,191,265,199,268,204,272,210,269,213,267,216,269,224,267,232,263,235,260,241,260,252,249,247,236,255,228,262,220,267,211,270,205,268,199,264,194,259,193,255,195,250,200,247,194,247,191,248,190,250,189,243,189,237,191,234,193,231,191,228,189,226,191,220,188,209,190,204,188,202,187,200,190,195,190,193,190,191,191,192,194,189,197,188,201,189,201,185,209,184,209,177,212,176,213,177,216,178,219,175,224,170,224,168,225,163,228,162,235,166,244,153,249,148,257,147,257,147,258,146,256,143,262,132,271,119,272,113,273,108,278,102,280,99,282,96,287,95,291,89,294,84,293,82,292,81,294,78,298,77,301,72,296,70,291,71,287,73,284,76,280,76,279,74,280,70,282,69,288,69,294,65,290,65,289,63,296,55,306,50,307,49,309,51,307,54,306,56,309,57,313,58,315,63,323,58,323,56,321,55,319,56,318,57,315,56,315,54,315,51,315,48,323,42,326,42,338,32,343,31,344,28,348,28,349,30,350,33,352,35,356,37,367,34,361,30,360,28,363,28,372,30,375,28,375,25,370,22,372,18,374,17,379,18,386,15,394,20,394,15,398,11,404,11,407,8,411,7,413,7,415,11,415,11",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									14 : {
										"name" : "Latvia",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "419,279,420,278,423,277,428,277,430,280,432,286,437,299,434,302,430,306,424,307,421,309,419,310,414,306,409,302,404,299,401,297,395,300,373,297,367,298,361,303,360,296,360,291,366,278,369,275,375,275,381,281,389,287,394,285,395,280,395,274,398,270,404,270,408,271,412,274,419,279,419,279",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									15 : {
										"name" : "Romania",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "430,445,435,451,437,453,438,458,436,469,437,474,438,477,442,479,450,475,451,477,453,480,452,483,445,483,442,500,426,494,419,495,414,498,407,502,381,499,380,495,377,492,376,490,377,487,378,487,376,486,373,487,372,489,368,487,364,484,365,483,366,481,360,474,355,470,353,465,360,461,368,446,375,437,378,435,383,434,386,435,397,436,398,438,401,440,421,432,424,433,427,437,430,445,430,445",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									16 : {
										"name" : "Denmark",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "248,281,245,288,246,294,251,297,254,302,260,305,266,303,268,304,270,308,268,310,266,313,267,315,268,317,264,319,269,322,264,325,263,329,257,327,252,323,249,326,247,322,245,319,239,316,238,315,238,318,239,320,242,323,241,326,230,324,223,325,227,315,224,312,223,314,221,310,221,307,222,296,222,290,226,285,230,283,236,283,240,278,248,274,248,281,248,281",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									17 : {
										"name" : "Greece",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "419,531,420,533,418,538,414,545,404,541,395,541,392,542,390,545,390,549,389,551,387,553,377,549,377,554,387,571,393,575,398,584,393,582,393,588,385,584,382,586,386,589,386,593,383,594,380,593,381,592,380,591,380,594,383,605,378,601,376,604,373,600,371,598,369,599,368,601,366,595,367,593,364,589,361,587,365,581,365,578,362,579,350,561,351,556,354,552,357,548,359,544,365,540,377,537,379,535,396,532,408,536,415,534,414,531,419,531,419,531",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									18 : {
										"name" : "Turkey",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "434,527,435,530,439,533,451,537,466,539,477,532,490,526,512,526,513,529,515,530,521,530,524,535,530,535,536,538,547,541,556,539,564,541,570,538,579,533,581,533,588,532,592,531,597,534,602,541,602,548,602,550,603,554,607,553,614,558,610,562,607,565,612,579,610,584,615,594,613,597,611,598,608,596,607,594,596,593,592,595,589,597,587,596,586,595,578,595,570,597,561,600,555,603,545,600,537,601,529,602,527,605,527,608,522,615,519,610,520,604,521,602,520,600,514,604,507,601,503,603,499,608,487,611,476,605,465,600,461,600,461,602,460,608,454,610,448,608,445,605,443,601,440,600,432,603,427,601,423,597,426,600,427,597,430,595,420,587,422,586,427,587,421,582,416,580,413,581,412,582,412,575,415,575,416,579,417,576,418,574,420,575,424,572,421,567,418,571,412,566,413,562,414,557,415,552,418,548,415,547,418,535,418,530,422,526,426,526,434,527,434,527",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									19 : {
										"name" : "United Kingdom",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "102,249,103,251,106,253,102,253,100,254,101,256,102,258,100,261,97,264,91,271,90,278,101,275,114,276,115,278,105,296,106,300,99,304,105,304,111,306,115,309,117,314,118,320,121,326,125,329,131,334,136,344,134,346,138,352,137,355,137,358,143,355,147,355,150,357,153,363,152,368,149,370,146,372,143,380,150,381,144,387,137,390,123,391,121,392,119,394,119,392,117,391,112,393,108,395,105,393,102,392,98,392,96,394,95,401,90,398,78,404,73,402,84,392,88,385,101,385,103,378,96,381,88,379,90,377,89,375,87,375,80,378,78,374,80,371,85,369,89,366,92,363,90,359,89,357,84,358,86,356,88,353,86,348,94,350,99,348,101,345,102,335,101,337,97,333,95,330,96,326,99,323,97,322,91,324,86,327,82,324,81,327,79,323,82,317,85,312,81,306,78,306,77,305,77,308,78,309,80,311,80,314,77,312,75,316,72,316,75,308,72,305,70,308,66,312,67,309,66,307,65,308,71,303,74,299,75,295,71,298,67,300,70,297,67,295,72,287,68,282,61,277,57,277,56,279,55,285,54,279,59,265,66,261,68,262,69,265,66,270,68,277,68,281,72,282,72,278,75,277,72,274,73,271,76,272,77,265,80,259,97,259,99,249,102,249,102,249",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									20 : {
										"name" : "Ukraine",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "503,375,501,376,500,378,501,381,504,383,508,384,513,387,512,391,514,394,517,397,521,397,523,398,527,400,535,397,537,398,538,401,542,405,543,404,545,403,553,406,565,412,565,415,560,420,563,422,560,424,561,427,563,431,560,438,555,437,550,438,545,443,544,445,543,448,536,450,530,456,527,454,519,457,514,462,512,460,509,462,508,464,511,471,516,476,526,477,525,481,520,482,517,481,516,480,507,483,495,490,493,488,495,480,483,476,496,467,489,463,482,465,473,462,477,461,475,459,480,458,477,455,474,455,468,456,462,461,460,463,459,467,455,470,453,475,450,474,445,476,442,478,439,477,438,474,442,468,444,464,446,459,448,461,457,461,455,454,452,447,450,444,447,443,447,437,430,428,423,428,419,430,415,433,406,436,403,437,401,439,398,437,397,435,386,434,383,433,380,435,375,432,373,427,376,420,380,419,378,412,380,407,385,402,390,397,393,392,388,380,397,374,406,373,432,380,433,379,436,378,438,379,442,381,443,380,446,379,449,381,459,381,463,384,463,377,465,372,470,370,479,370,483,367,494,366,499,369,503,375,503,375",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									21 : {
										"name" : "Slovakia",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "346,416,345,416,347,417,350,415,353,414,360,414,363,413,369,415,376,419,372,425,370,428,368,430,364,428,360,427,354,428,349,432,343,432,338,434,336,435,335,438,329,439,324,437,319,434,316,427,319,422,322,421,325,418,330,414,335,412,339,412,344,412,346,413,346,416,346,416",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									22 : {
										"name" : "Moldavia",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "447,436,447,435,448,438,447,439,446,442,447,444,450,446,457,460,446,459,441,467,435,475,436,458,433,451,429,443,421,433,425,429,430,429,447,436,447,436",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									23 : {
										"name" : "France",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "167,392,171,396,174,398,179,399,178,403,178,404,181,405,184,403,193,411,201,412,204,414,209,417,221,420,216,430,214,436,215,443,210,443,210,446,204,451,201,455,200,461,206,459,210,467,207,470,211,475,206,480,208,484,208,490,213,493,216,496,208,503,200,510,180,504,174,504,171,507,168,510,168,515,168,520,161,521,151,517,142,513,137,515,120,510,116,506,122,487,122,462,114,457,110,450,107,444,101,442,94,438,87,437,84,435,84,427,101,422,103,422,104,424,105,425,108,426,112,425,117,425,118,421,114,408,120,408,123,413,129,415,133,414,135,411,137,407,142,404,151,400,151,398,150,393,153,389,156,387,161,387,163,391,165,392,167,392,167,392",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									24 : {
										"name" : "Estonia",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "436,241,436,246,429,254,429,260,432,271,430,274,427,276,419,278,412,273,404,269,395,271,397,265,393,264,386,260,379,263,374,267,372,271,370,270,371,269,372,267,371,265,370,265,370,260,375,260,376,257,373,252,380,252,381,254,379,256,378,258,386,258,386,248,398,243,412,241,424,243,430,243,436,241,436,241",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									25 : {
										"name" : "Serbia",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "352,465,356,472,364,479,364,484,372,489,374,487,377,487,377,493,375,496,374,500,375,503,380,508,377,510,375,514,375,519,372,522,366,521,368,517,365,511,359,505,353,513,341,503,342,499,342,498,342,496,344,496,341,492,340,489,342,484,341,482,340,481,340,478,342,477,338,473,338,470,338,467,341,465,347,465,352,465,352,465",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									26 : {
										"name" : "Croatia",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "329,470,337,468,343,478,339,483,325,478,316,477,312,478,310,481,304,478,303,482,304,487,308,493,316,503,324,513,333,519,328,516,323,515,320,513,320,509,311,509,312,504,306,503,299,497,295,489,293,482,290,483,290,486,289,482,286,481,284,482,284,484,280,480,280,473,291,471,297,474,300,469,301,464,304,459,310,458,318,464,323,468,329,470,329,470",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									27 : {
										"name" : "Ireland",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "60,317,54,322,51,328,49,329,47,330,50,333,55,337,57,333,60,333,63,337,68,338,66,340,69,346,70,351,65,367,55,369,47,374,40,378,31,381,26,378,29,375,24,374,24,367,28,363,31,358,33,353,38,352,26,349,25,346,27,342,29,339,26,333,35,334,40,333,46,329,40,327,42,323,45,319,49,317,55,316,60,317,60,317",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									28 : {
										"name" : "Belgium",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "196,385,195,391,199,393,202,398,198,401,195,406,197,410,194,412,188,406,185,402,181,405,179,403,179,398,174,397,171,394,167,391,164,391,163,390,162,387,164,383,169,382,176,385,180,383,185,381,196,385,196,385",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									29 : {
										"name" : "Albania",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "355,529,355,537,357,540,360,545,352,559,350,560,344,553,342,550,342,547,344,530,342,525,343,520,347,518,351,521,355,529,355,529",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									30 : {
										"name" : "Bulgaria",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "380,495,379,498,390,500,402,502,410,500,414,498,418,496,425,495,441,501,441,505,437,505,434,509,433,515,431,518,432,522,435,526,430,527,427,526,426,525,417,527,414,530,415,535,407,537,395,532,382,536,381,530,377,522,376,518,376,513,381,509,376,504,377,495,380,495,380,495",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									31 : {
										"name" : "Poland",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "336,326,334,326,333,329,334,330,336,331,368,333,380,331,383,331,385,335,391,355,389,360,384,366,387,370,387,377,393,392,390,397,385,402,380,407,378,413,378,416,380,419,375,418,366,414,360,414,353,414,348,417,344,412,338,412,332,405,329,403,326,403,322,399,317,397,315,399,313,401,309,398,308,396,309,394,300,390,296,387,295,383,291,373,291,365,289,361,287,356,287,354,288,354,288,343,289,343,291,342,289,340,287,341,295,336,306,334,312,329,320,325,329,324,336,326,336,326",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									32 : {
										"name" : "Portugal",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "49,526,59,525,65,527,67,529,68,533,65,536,61,540,61,551,59,557,55,562,57,565,60,569,58,572,57,576,60,582,56,587,54,592,53,596,49,598,44,597,38,597,40,585,39,579,37,576,36,577,33,573,33,570,41,542,39,529,40,524,45,524,49,526,49,526",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									33 : {
										"name" : "Slovenia",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "310,453,311,456,307,460,302,464,300,468,298,473,298,474,297,475,293,473,291,472,288,472,287,474,281,473,282,473,283,471,281,469,280,467,280,459,282,458,289,460,295,456,301,455,304,455,307,453,310,453,310,453",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									34 : {
										"name" : "Lithuania",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "402,298,421,311,419,314,420,316,422,317,413,323,410,327,410,332,412,336,409,337,406,335,400,338,395,341,387,339,384,334,381,332,379,333,379,325,378,322,376,321,370,320,363,317,361,313,361,307,361,300,364,298,370,298,402,298,402,298",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									35 : {
										"name" : "Bosnia Herzegovina",
										"parent" : "Europe",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "342,484,340,489,341,492,344,496,342,498,344,501,341,502,338,503,335,506,332,511,332,517,324,512,319,504,314,499,309,494,306,489,304,485,304,479,307,479,307,480,309,481,311,479,314,478,342,484,342,484",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									}
						}
					},
				1 : {
					"name" : "North America",
					"parent" : "World",
					"tooltip" : {
						"type" : "static",
						"class" : "firstLevelName"
					},
					"highlightType" : "none",
					"img" : '++resource++mediceInternational.backgrounds/northAmerica.gif',
					"shape" : "poly",
					"coords" : "18,57,250,57,250,179,18,179,18,57",
					"areaList" : {
									0 : {
										"name" : "Canada",
										"parent" : "North America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "497,11,499,12,511,9,514,11,536,13,524,17,527,18,532,16,538,15,551,14,558,15,556,16,558,17,559,19,560,21,567,21,571,22,574,24,563,30,551,35,540,38,528,39,534,40,515,45,517,46,549,40,549,42,547,43,544,45,529,52,515,61,511,62,509,64,508,66,503,66,506,67,506,69,501,73,498,75,495,76,487,72,487,72,486,74,487,75,488,76,486,78,482,79,476,79,474,80,463,81,459,80,458,82,467,83,476,83,476,84,477,85,478,86,470,86,468,84,464,85,466,86,459,87,467,88,465,89,476,90,477,95,467,96,472,98,472,99,469,101,464,102,468,103,468,106,455,106,453,106,450,107,454,108,454,112,450,116,444,118,439,118,434,118,438,121,438,120,440,119,445,119,443,123,447,125,449,123,452,122,454,124,455,127,453,130,450,132,448,130,445,133,443,136,444,138,445,139,447,137,445,141,444,143,443,150,441,153,438,155,443,155,443,158,439,159,438,160,438,163,431,164,427,165,429,175,445,177,452,178,456,178,459,180,465,186,468,190,470,194,472,196,474,198,475,202,481,202,480,206,480,207,481,208,484,207,485,207,484,207,484,208,485,211,486,213,488,214,490,211,493,209,499,211,503,214,502,216,500,217,497,217,494,220,495,221,496,222,498,221,501,220,504,217,506,217,506,219,505,223,512,220,512,222,515,222,519,223,522,226,521,227,519,228,515,230,519,230,519,232,519,233,521,233,522,231,524,229,526,229,532,237,530,237,525,236,523,237,521,239,524,240,527,240,531,241,534,243,534,245,532,246,524,244,526,246,526,247,525,250,520,251,523,251,524,254,526,255,528,255,530,257,534,258,533,260,536,261,539,261,540,262,540,264,542,262,544,262,547,262,546,264,546,265,548,266,548,265,549,264,551,265,552,267,553,272,556,273,561,271,561,273,559,274,559,276,562,277,567,275,571,277,573,280,572,281,571,282,571,284,568,285,565,284,564,285,568,289,565,290,565,290,565,291,564,292,563,295,561,295,559,293,557,295,557,297,557,298,558,300,555,310,552,323,552,344,550,355,549,364,552,366,552,369,554,371,555,373,559,378,562,382,561,383,559,384,563,384,565,390,567,392,569,394,566,396,569,398,568,399,570,400,572,400,572,406,571,405,570,407,569,408,568,408,572,410,572,413,576,415,580,416,579,418,582,421,583,422,585,423,587,423,588,422,590,425,591,427,593,427,596,426,598,428,601,430,598,431,597,432,595,434,597,433,599,433,601,436,604,439,608,439,606,439,609,441,613,444,611,447,612,448,610,450,613,451,611,452,613,453,612,454,613,456,609,459,602,465,604,466,608,464,611,462,611,462,615,463,614,465,613,465,610,466,612,466,612,468,607,475,605,479,605,483,607,480,609,479,615,480,611,483,613,485,615,486,616,485,616,485,617,486,618,487,619,486,621,485,629,487,625,492,628,495,631,494,632,495,630,497,626,504,628,505,631,500,633,500,631,503,631,506,634,504,635,506,631,515,628,515,628,511,624,513,624,512,625,509,626,506,624,503,620,507,615,512,611,512,614,509,618,505,616,504,615,506,610,505,611,504,610,503,607,504,604,505,596,504,588,506,586,512,585,515,583,519,583,520,582,522,577,524,574,525,573,526,575,528,566,532,557,535,557,537,555,537,553,535,551,536,552,538,548,542,543,546,541,546,538,543,538,541,539,536,542,533,548,529,549,527,549,523,542,527,534,530,529,529,528,526,528,525,526,524,526,510,524,508,523,507,519,508,517,508,516,506,505,528,501,528,500,529,499,531,476,531,466,538,459,542,456,541,448,543,443,545,441,549,445,548,446,552,439,553,436,555,433,554,429,555,424,558,421,562,418,561,417,559,419,557,421,557,421,556,420,555,421,552,423,549,426,546,427,542,430,534,429,531,427,529,430,528,430,531,431,533,438,536,438,533,439,533,439,532,437,526,434,522,412,518,411,519,411,520,410,516,406,516,406,513,405,512,405,510,406,508,403,504,404,501,401,501,397,500,394,497,392,492,383,491,380,493,376,497,376,496,376,495,374,495,373,497,371,501,360,498,359,499,357,500,352,497,351,497,351,498,349,496,347,494,344,494,340,495,337,494,335,491,331,486,331,490,131,490,130,486,130,485,128,485,124,485,123,486,127,490,128,490,129,492,128,492,128,494,128,494,129,494,129,497,127,497,122,496,116,492,117,491,116,490,111,490,112,487,110,488,108,487,106,485,101,479,97,477,96,475,95,473,93,472,93,470,98,470,107,474,109,474,106,472,106,472,107,471,106,470,105,470,100,469,98,468,97,465,98,464,96,461,95,464,94,456,96,457,97,456,96,455,94,454,94,454,93,455,91,453,90,450,89,451,88,451,89,452,87,451,87,449,89,442,87,443,86,441,83,445,80,443,78,440,80,438,76,437,78,435,79,436,80,438,81,436,78,430,80,425,81,418,81,415,80,412,75,409,71,407,67,404,65,399,62,393,56,385,49,377,42,369,38,370,36,371,34,374,28,379,27,376,24,372,16,365,16,362,14,362,9,363,3,362,3,238,13,240,22,243,42,251,43,249,38,248,40,247,38,246,41,243,45,240,49,240,50,239,50,237,52,239,54,240,53,241,53,243,59,239,63,237,64,237,65,238,66,238,67,237,73,234,75,231,77,232,80,232,83,230,85,231,74,240,75,242,79,238,85,235,88,235,88,238,90,236,92,233,94,231,97,230,95,228,94,227,95,225,98,225,99,217,105,208,111,203,116,193,116,190,119,190,119,188,119,187,118,186,121,181,125,175,122,172,119,167,125,165,124,162,127,154,127,152,128,146,129,140,132,135,137,132,142,131,145,128,148,127,157,118,160,117,165,116,172,118,175,116,174,115,190,108,188,107,190,105,193,104,201,103,201,98,219,92,231,87,242,85,255,83,257,81,263,82,269,81,282,75,283,73,291,69,299,65,305,64,312,64,319,63,326,61,324,60,324,57,328,57,333,57,334,56,329,54,328,52,329,51,330,49,336,48,345,48,343,46,341,46,336,46,337,44,338,44,342,43,346,44,351,46,356,50,360,56,368,51,365,48,369,44,375,41,374,40,364,43,362,42,367,38,365,37,358,40,354,38,356,36,368,33,372,34,373,33,372,33,381,29,387,30,388,33,390,30,392,30,400,31,397,29,394,29,392,28,390,27,399,26,400,25,397,22,401,21,414,25,418,30,421,29,426,30,431,32,437,33,443,33,439,30,432,27,425,26,420,23,421,21,424,21,424,18,432,18,429,14,431,14,434,15,439,17,441,16,440,16,443,12,446,12,451,12,458,14,461,16,465,18,467,18,458,11,467,10,475,10,479,11,483,13,485,15,486,13,491,11,497,9,498,10,497,11,497,11",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									1 : {
										"name" : "Mexico",
										"parent" : "North America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "190,649,205,656,218,661,236,661,237,657,250,657,260,667,261,670,262,674,267,678,273,682,274,680,275,678,277,675,280,674,285,674,289,677,292,682,298,694,300,699,302,704,308,707,314,709,316,709,315,712,314,714,313,714,312,720,311,738,312,742,315,746,315,749,320,759,322,765,324,768,327,770,330,771,335,774,336,775,352,770,353,771,354,773,358,771,358,769,362,765,364,759,364,756,365,752,371,748,377,747,389,747,391,749,389,752,387,756,386,759,383,763,386,763,383,775,381,770,377,774,373,778,360,778,360,781,358,783,365,791,363,792,361,793,356,793,354,795,353,797,353,801,351,805,345,798,338,792,333,790,328,793,325,795,321,795,312,793,304,788,289,782,286,779,282,777,273,774,259,763,255,756,259,754,257,753,259,748,257,746,256,745,255,741,255,739,247,729,240,720,239,719,238,717,232,712,228,709,229,707,230,705,228,701,224,698,222,697,220,696,219,692,209,682,208,684,206,678,203,670,203,664,200,660,197,658,196,659,195,660,191,657,190,662,190,666,192,672,193,674,195,676,199,681,203,687,210,700,213,701,214,703,216,708,216,709,217,712,219,716,219,720,220,722,221,724,222,722,226,726,228,731,228,733,225,735,222,730,218,725,208,719,210,713,209,710,208,707,201,701,198,701,195,700,192,697,188,693,192,693,194,693,195,692,194,691,194,691,195,690,195,687,193,683,189,680,183,674,181,666,176,658,174,651,176,649,179,649,186,649,190,649,190,649",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									2 : {
										"name" : "USA",
										"parent" : "North America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "333,492,337,494,340,495,344,494,348,495,351,499,351,498,352,497,355,499,357,501,359,500,360,499,370,501,362,505,357,508,353,513,355,513,362,511,362,513,362,515,364,515,371,511,381,506,383,506,379,511,391,517,393,516,394,515,403,513,404,514,405,515,408,517,411,521,414,521,412,522,407,521,405,521,405,522,400,520,395,521,392,524,391,523,389,524,389,523,385,529,382,535,386,532,389,529,388,531,386,533,383,543,383,551,383,559,384,563,387,564,390,563,392,558,394,552,392,541,394,535,398,530,400,532,401,529,403,527,403,524,405,524,411,526,416,530,414,532,416,535,411,543,412,544,419,541,421,550,414,562,420,565,418,566,420,567,426,565,435,561,444,556,447,553,446,548,452,547,461,549,463,547,466,545,467,543,465,540,470,535,476,532,499,532,500,530,501,529,505,528,507,525,509,520,516,506,517,508,519,509,523,508,524,508,526,510,526,524,528,526,528,529,531,531,532,534,529,535,527,536,524,537,523,537,523,536,521,537,521,537,518,538,517,541,514,542,510,542,505,552,506,554,506,555,503,557,505,560,508,564,510,560,511,562,511,563,510,563,508,564,505,564,503,566,501,565,501,564,499,566,492,567,488,568,485,571,486,571,493,570,496,571,481,574,480,575,482,577,482,578,479,585,476,591,474,588,472,587,472,587,472,588,474,593,471,601,468,607,468,604,470,600,469,599,468,597,466,596,465,599,465,600,466,601,465,602,465,603,465,604,466,605,465,605,465,606,467,609,468,611,468,612,467,613,469,617,467,617,467,618,469,618,470,620,469,622,467,623,463,624,464,624,465,625,464,626,463,627,466,628,462,630,459,629,456,632,453,637,450,638,447,640,443,645,437,649,433,654,430,658,429,662,428,665,431,676,434,685,434,689,439,701,436,716,431,716,432,714,429,711,427,708,422,698,419,691,420,684,419,681,415,677,412,673,410,673,402,675,400,673,398,671,392,669,384,671,383,670,382,668,380,669,376,669,373,670,370,671,369,671,367,670,365,670,364,671,367,672,370,674,372,673,371,678,374,680,374,682,372,682,369,678,366,681,366,679,364,679,363,680,362,680,358,677,354,674,352,676,351,677,347,675,344,673,343,674,343,674,335,678,333,676,333,678,328,683,324,686,322,685,322,685,320,689,319,687,316,693,313,700,314,704,316,708,315,709,309,708,303,704,301,699,299,694,290,680,288,677,286,674,280,674,278,674,276,675,273,682,268,679,263,674,262,670,260,667,249,656,237,656,237,660,216,660,190,650,191,648,173,649,171,645,169,642,165,638,163,636,160,635,157,633,153,632,148,632,147,626,144,621,140,617,139,613,139,611,140,611,138,609,136,607,134,601,130,596,127,591,126,587,125,583,123,579,122,575,123,568,121,552,122,547,123,540,125,530,125,514,124,514,123,512,124,511,125,511,121,505,119,501,119,497,124,498,128,498,130,499,132,501,136,494,135,492,133,490,331,490,331,488,333,487,333,492,333,492",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									}
						}
					},
				2 : {
					"name" : "Latin America",
					"parent" : "World",
					"tooltip" : {
						"type" : "static",
						"class" : "firstLevelName"
					},
					"highlightType" : "none",
					"img" : '++resource++mediceInternational.backgrounds/southAmerica.gif',
					"shape" : "poly",
					"coords" : "270,183,270,373,134,373,134,183,270,183",
					"areaList" : {
									0 : {
										"name" : "Argentina",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "429,470,433,470,438,472,440,476,443,470,450,469,455,474,460,480,463,484,467,487,472,488,477,491,492,500,493,501,494,503,491,511,486,521,504,524,508,522,511,519,515,516,518,512,519,504,524,504,527,512,526,516,525,519,519,524,513,527,511,529,511,532,503,540,497,547,492,553,491,559,491,566,491,578,489,579,488,581,488,588,489,595,493,598,497,600,499,604,497,608,498,611,500,613,502,614,503,618,492,634,481,638,467,642,457,640,456,640,456,642,457,644,458,647,455,656,456,657,458,659,456,662,453,664,447,665,435,661,434,661,434,663,435,672,439,679,443,678,441,677,443,676,446,676,446,682,444,683,442,681,439,679,435,682,438,684,441,685,436,689,432,695,434,698,433,701,431,703,430,704,431,707,426,707,421,709,418,712,414,721,415,726,421,730,425,732,429,732,429,736,428,740,427,743,422,747,416,751,413,756,412,763,408,767,403,771,402,774,401,778,406,795,400,792,394,790,379,790,375,785,376,783,376,774,374,774,369,775,367,763,367,760,371,753,374,748,375,747,376,744,375,740,375,737,377,735,379,732,379,729,380,719,380,717,380,715,382,713,383,712,384,710,383,708,381,707,378,706,385,706,386,702,383,701,380,701,381,695,379,690,380,689,381,688,380,686,378,686,378,682,378,679,380,674,380,670,379,663,380,654,382,649,383,643,385,640,386,639,388,638,386,623,386,621,386,617,388,614,391,609,390,603,391,598,396,589,397,583,396,582,394,581,392,567,390,562,392,556,394,552,397,550,395,547,395,544,395,540,400,527,404,521,409,518,407,516,406,513,406,507,406,501,407,501,408,499,407,498,406,497,407,494,410,491,416,488,419,479,418,479,417,477,420,473,425,468,429,470,429,470",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									1 : {
										"name" : "El Salvador",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "245,134,251,136,252,138,251,142,248,143,233,137,236,133,239,131,245,134,245,134",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									2 : {
										"name" : "Guatemala",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "239,99,239,117,244,118,246,117,247,117,239,125,240,128,237,132,232,137,224,135,220,134,216,131,216,125,216,122,217,119,220,116,222,115,226,115,229,115,230,113,227,109,222,105,225,104,226,99,239,99,239,99",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									3 : {
										"name" : "Panama",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "294,176,299,181,300,180,303,182,305,182,311,179,315,177,320,176,329,179,333,182,334,186,337,191,333,194,331,198,327,194,326,192,327,187,325,183,321,181,317,182,316,183,315,185,311,189,315,194,310,198,307,198,305,194,302,193,299,190,294,188,292,189,291,190,291,176,294,176,294,176",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									4 : {
										"name" : "Trinidad and Tobago",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "468,171,463,171,464,169,464,166,463,165,469,164,468,171,468,171",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									5 : {
										"name" : "Colombia",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "385,150,387,152,380,156,375,160,372,166,368,179,372,181,374,185,374,190,376,196,379,199,384,199,394,200,397,205,401,209,415,207,415,206,416,209,413,220,417,232,415,235,413,238,418,243,418,246,397,250,397,253,400,253,403,258,398,257,396,258,396,263,398,268,401,275,396,302,392,299,392,296,396,288,385,284,378,287,373,287,368,279,362,272,357,265,353,264,347,261,342,260,338,260,329,255,325,250,325,249,326,244,328,241,332,240,336,234,339,229,336,213,337,212,338,211,337,209,336,209,337,204,335,200,333,198,335,193,338,190,336,185,339,187,346,180,349,176,350,173,351,168,353,164,358,162,361,164,362,160,366,160,371,158,376,154,380,150,385,150,385,150",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									6 : {
										"name" : "Dominican Republic",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "389,79,395,81,397,84,401,85,398,87,403,87,406,89,409,91,405,95,396,93,394,94,392,95,391,94,389,94,385,96,384,101,381,99,379,90,380,80,379,79,389,79,389,79",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									7 : {
										"name" : "Peru",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "356,266,366,277,368,281,371,286,375,288,382,285,395,289,390,298,396,303,384,303,378,305,373,311,369,324,366,328,364,333,366,339,371,347,371,351,376,352,378,356,382,357,391,352,391,366,393,367,395,366,397,365,402,371,406,379,404,382,403,386,403,391,404,396,401,400,401,405,401,411,402,413,404,416,402,419,398,424,399,426,397,429,396,432,393,434,388,432,385,428,376,419,367,414,357,408,349,400,344,393,346,389,341,380,334,368,324,341,317,329,306,320,307,318,308,316,305,306,307,301,312,296,314,299,312,301,311,304,317,305,321,310,325,306,327,300,329,295,334,291,341,288,349,281,352,276,354,272,353,268,351,266,356,266,356,266",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									8 : {
										"name" : "Ecuador",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "338,260,342,261,349,262,354,272,348,280,342,287,334,291,329,294,326,299,323,310,317,304,314,303,312,305,311,303,312,300,313,298,313,295,316,293,309,284,308,279,311,269,313,263,315,258,325,252,331,255,338,260,338,260",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									9 : {
										"name" : "Chile",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "403,432,404,440,406,443,408,447,406,453,410,463,413,476,417,477,420,480,415,490,408,496,409,499,407,512,408,515,410,518,405,522,400,527,396,540,396,544,396,550,392,562,393,570,398,583,396,592,392,602,392,604,393,608,391,611,387,616,387,623,389,637,386,640,384,644,381,659,381,667,382,674,379,682,383,695,381,700,387,702,385,704,383,705,380,704,379,706,382,707,385,711,383,713,381,716,381,732,378,736,376,741,378,745,373,752,367,760,367,763,371,775,377,774,378,779,376,785,377,788,382,790,392,791,403,793,400,795,402,797,407,798,407,826,410,828,408,830,410,832,412,837,403,830,401,834,396,826,394,828,392,830,388,828,385,826,386,824,380,823,383,821,384,820,384,818,383,819,381,820,379,818,379,817,376,821,377,818,371,815,369,815,370,817,364,809,370,809,360,803,358,799,362,801,368,803,364,799,361,793,358,795,355,786,354,786,355,782,356,781,358,780,355,774,353,776,352,773,353,772,354,771,353,769,352,769,352,765,351,763,352,761,353,761,351,751,353,739,357,741,360,736,364,732,358,728,352,727,352,730,351,727,362,708,361,705,360,704,361,700,362,697,363,694,366,694,364,702,369,703,371,691,372,682,375,676,374,672,372,671,368,674,367,678,366,681,367,682,368,685,367,689,361,689,362,680,363,674,367,671,364,667,364,663,367,653,370,647,367,626,367,623,370,621,382,586,382,579,383,576,385,573,383,559,386,545,384,538,389,520,393,501,391,483,394,473,395,468,396,462,393,436,395,432,398,428,400,429,403,432,403,432",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									10 : {
										"name" : "Uruguay",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "510,559,512,557,520,563,528,572,530,573,532,575,530,578,529,581,529,587,523,593,517,599,494,593,491,589,490,586,490,583,491,580,492,577,491,571,494,559,493,553,494,550,500,550,505,550,508,553,510,559,510,559",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									11 : {
										"name" : "Venezuela",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "384,164,398,158,406,159,411,166,427,167,430,169,435,171,440,170,445,168,444,166,443,167,446,165,460,166,453,168,458,172,468,176,470,178,467,185,476,185,478,188,473,191,471,195,472,198,474,199,467,203,466,206,465,210,469,214,471,218,468,220,463,223,455,226,453,231,451,228,439,225,438,226,441,234,444,243,449,243,438,250,432,255,427,257,422,254,419,249,417,242,414,238,416,235,418,232,414,220,417,209,414,205,410,205,400,206,396,200,390,198,380,198,377,193,376,187,374,182,370,179,373,169,380,158,384,164,384,164",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									12 : {
										"name" : "Bolivia",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "433,355,433,367,435,373,442,379,446,379,451,381,462,389,468,389,472,394,474,400,472,405,473,408,475,416,489,415,489,423,492,426,494,428,496,433,492,448,480,443,472,443,464,446,459,449,458,455,455,469,445,469,442,476,440,471,436,469,427,467,418,477,414,477,409,457,407,454,406,453,409,445,406,442,404,440,403,432,400,425,402,420,405,416,403,412,402,405,401,402,402,398,404,396,404,387,407,379,400,366,405,367,412,363,419,358,426,355,433,355,433,355",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									13 : {
										"name" : "Jamaica",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "337,93,346,98,342,97,338,100,333,96,331,93,337,93,337,93",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									14 : {
										"name" : "Honduras",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "260,118,269,117,276,117,282,120,282,121,281,123,284,123,288,125,279,128,275,127,273,128,271,131,269,134,267,136,266,135,265,134,264,135,260,136,259,140,256,144,253,141,250,136,244,135,241,133,239,131,240,126,245,120,252,117,260,118,260,118",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									15 : {
										"name" : "Paraguay",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "490,449,491,453,493,456,494,459,493,467,495,471,501,473,503,472,505,471,508,471,510,474,511,480,513,489,523,490,518,512,512,519,505,523,489,521,497,504,487,495,476,488,468,485,459,477,456,471,458,461,459,456,461,450,464,447,472,444,480,444,485,444,490,449,490,449",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									16 : {
										"name" : "Brazil",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "476,218,478,224,480,229,476,240,478,247,481,252,485,254,491,250,498,246,508,248,508,243,516,242,519,244,523,246,528,244,529,245,531,246,534,243,538,237,545,225,546,229,547,234,548,240,550,245,553,245,555,249,558,254,555,261,561,264,569,267,568,277,570,274,571,271,576,271,584,274,593,277,599,281,602,285,600,288,601,293,603,288,605,290,610,287,626,293,630,291,638,293,647,299,655,305,664,311,673,313,679,335,678,341,670,354,665,360,660,365,651,385,648,381,646,386,645,398,646,412,643,423,643,430,640,433,639,437,639,446,629,463,628,470,623,477,618,481,612,478,607,479,604,479,601,480,599,483,594,489,591,488,580,493,573,502,571,503,568,504,570,506,568,507,567,511,568,511,569,512,567,516,568,526,566,533,558,544,550,556,546,563,541,569,551,556,551,553,548,551,544,559,541,562,538,567,538,573,529,588,528,583,530,576,521,566,511,558,508,559,508,560,502,551,495,551,502,541,510,531,517,525,524,521,526,517,527,513,525,509,523,507,520,504,523,492,522,489,519,488,514,490,511,478,508,473,504,471,502,472,500,473,492,471,494,461,491,453,491,451,492,450,496,434,494,428,490,425,487,421,490,417,488,416,488,415,475,416,473,408,472,406,474,401,471,394,467,389,461,389,450,381,445,379,441,379,434,373,432,367,433,355,430,354,423,356,416,360,409,364,404,367,396,365,393,366,392,367,390,366,390,352,385,356,381,357,378,356,373,350,370,351,372,349,366,340,364,334,364,329,366,327,368,324,370,320,372,312,379,307,387,305,395,305,399,276,394,263,394,258,401,257,396,256,396,248,412,248,416,246,419,253,421,257,426,259,431,257,437,252,449,244,444,243,439,227,444,228,452,233,454,228,463,225,467,222,470,218,476,218,476,218",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									17 : {
										"name" : "Nicaragua",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "290,131,287,139,286,148,285,157,285,164,281,164,275,159,269,153,268,155,270,161,264,157,260,153,254,144,257,144,260,141,262,136,266,135,267,136,269,137,272,133,276,128,282,128,288,127,290,131,290,131",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									18 : {
										"name" : "Costa Rica",
										"parent" : "Latin America",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "286,164,289,169,293,175,292,176,291,177,291,182,291,184,290,186,289,185,289,184,286,187,286,182,284,178,280,175,277,172,274,176,269,171,270,163,274,162,278,163,281,164,286,164,286,164",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									}
						}
					},
				3 : {
					"name" : "Oceania",
					"parent" : "World",
					"tooltip" : {
						"type" : "static",
						"class" : "firstLevelName"
					},
					"highlightType" : "none",
					"img" : '++resource++mediceInternational.backgrounds/oceania.gif',
					"shape" : "poly",
					"coords" : "570,262,660,262,660,340,570,340,570,262",
					"areaList" : {
									0 : {
										"name" : "Australia",
										"parent" : "Oceania",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "330,141,332,143,336,140,344,148,345,162,350,171,351,180,351,185,354,190,363,196,374,203,380,218,385,228,387,226,388,225,392,229,393,227,396,241,398,239,414,260,416,254,417,253,418,255,415,264,415,282,417,285,420,283,418,288,420,296,413,329,409,340,402,345,398,353,394,370,389,379,386,386,386,393,388,396,386,398,384,400,374,420,371,428,370,438,372,446,371,453,367,464,361,467,359,473,352,473,353,470,348,468,345,461,343,454,336,433,328,415,325,411,320,409,313,408,310,410,305,407,300,403,294,395,294,387,290,381,286,375,279,378,273,381,266,381,266,378,276,377,280,375,283,369,281,364,279,360,276,371,268,371,272,365,273,363,274,361,278,347,277,343,271,353,259,365,260,369,253,364,252,359,250,353,243,346,243,341,239,336,226,334,217,329,212,329,196,331,180,337,170,337,161,340,153,347,150,351,148,355,135,358,126,356,119,356,112,358,109,360,108,363,105,363,97,368,91,370,77,366,71,361,69,356,70,352,75,349,77,338,71,320,67,301,61,285,54,269,57,273,58,270,56,267,56,263,57,268,61,269,62,266,56,246,59,235,57,229,60,222,62,229,63,226,65,223,76,212,86,207,91,209,98,206,108,201,116,200,124,194,130,187,135,179,134,173,135,170,141,164,147,175,150,169,148,166,147,164,149,161,148,162,150,163,150,162,149,161,151,161,154,163,155,154,162,149,162,145,162,141,166,141,169,143,170,138,172,137,173,138,175,140,178,135,188,144,189,152,190,147,194,146,197,146,200,147,202,149,204,146,202,143,200,140,202,135,207,130,207,127,208,123,212,121,217,118,222,120,230,119,230,113,227,111,224,111,223,108,226,108,245,116,249,116,250,117,252,119,257,118,259,118,262,121,262,118,264,116,269,120,265,123,264,126,262,128,259,131,260,135,257,140,255,146,258,151,268,157,287,168,295,175,298,177,301,175,303,173,307,164,311,149,310,141,310,133,312,127,314,123,312,121,311,121,312,118,314,109,315,106,320,104,325,121,328,130,330,141,330,141",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									1 : {
										"name" : "New Zealand",
										"parent" : "Oceania",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "597,362,596,364,607,372,610,383,612,389,618,394,619,387,623,397,627,402,634,405,641,400,646,400,640,418,637,417,632,418,631,420,633,425,626,437,621,444,617,447,609,448,598,461,593,472,594,473,597,475,596,477,591,476,585,477,580,483,576,492,573,502,568,507,562,511,551,519,548,519,549,512,548,508,546,506,539,506,537,503,538,500,539,500,544,489,554,479,556,477,560,476,579,460,580,455,582,451,587,446,589,438,594,434,598,427,602,421,609,415,612,407,614,401,611,396,611,393,613,393,610,393,594,365,594,362,597,362,597,362",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									}
						}
					},
				4 : {
					"name" : "Africa",
					"parent" : "World",
					"tooltip" : {
						"type" : "static",
						"class" : "firstLevelName"
					},
					"highlightType" : "none",
					"img" : '++resource++mediceInternational.backgrounds/africa.gif',
					"shape" : "poly",
					"coords" : "291,176,397,176,397,318,291,318,291,176",
					"areaList" : {
									0 : {
										"name" : "Gabun",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "265,366,265,376,271,375,274,375,275,377,276,380,274,384,271,389,273,392,276,395,277,399,274,413,272,412,271,410,264,412,263,410,261,406,258,409,258,411,252,412,251,416,254,420,254,424,251,423,249,424,248,427,240,417,234,408,232,405,232,404,232,403,229,398,232,391,234,386,234,384,233,383,234,383,234,379,238,379,244,380,249,379,250,377,251,375,251,366,265,366,265,366",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									1 : {
										"name" : "Benin",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "183,273,185,282,182,292,176,300,175,310,177,322,176,325,174,326,168,327,166,321,166,301,163,290,161,287,159,284,160,280,164,275,168,275,172,273,172,270,172,268,175,267,180,269,183,273,183,273",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									2 : {
										"name" : "Mauritius",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "631,596,632,598,632,601,628,601,628,596,631,596",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									3 : {
										"name" : "South Africa",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "428,633,427,649,425,648,422,647,420,648,418,651,417,655,422,663,427,663,427,660,429,658,435,658,435,660,432,671,428,677,422,684,419,690,416,697,402,714,394,723,385,730,375,732,372,734,364,737,357,735,344,736,341,738,335,739,330,740,324,744,320,742,315,739,314,738,313,737,311,737,311,738,311,733,309,728,306,723,308,721,309,716,307,708,302,697,297,685,295,677,296,673,299,671,300,672,301,674,302,678,313,680,317,679,324,675,324,637,327,639,329,643,331,649,330,658,334,658,339,658,347,650,348,647,349,644,351,642,364,647,369,647,372,644,375,636,379,634,381,631,385,625,390,619,395,614,403,610,409,610,417,611,421,613,424,620,428,633,428,633",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									4 : {
										"name" : "Togo",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "160,279,159,284,160,287,163,290,166,300,166,323,168,326,166,328,163,328,159,326,158,323,157,317,158,306,158,304,156,303,155,293,156,289,155,286,152,284,153,279,160,279,160,279",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									5 : {
										"name" : "Mali",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "110,138,161,178,162,182,165,184,168,186,179,191,180,195,179,199,189,199,189,225,186,231,185,234,182,236,172,237,163,238,153,241,148,240,142,243,134,248,131,248,123,259,118,256,116,260,114,264,114,267,112,269,107,272,105,285,101,288,99,288,98,283,95,285,92,289,86,286,83,289,81,285,81,281,77,280,79,279,79,276,74,266,69,269,64,269,60,271,59,270,58,269,55,270,54,269,53,268,55,263,54,260,52,257,49,255,48,244,48,243,50,242,51,240,52,235,53,234,56,236,58,239,59,236,65,236,72,234,104,235,106,228,96,138,110,138,110,138",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									6 : {
										"name" : "Cameroon",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "277,261,278,263,279,265,281,273,281,279,282,284,286,289,276,289,273,290,272,293,279,301,283,307,285,313,281,322,276,329,278,331,278,332,277,336,282,348,282,350,289,359,291,362,292,366,290,372,284,369,274,367,257,365,244,367,239,367,237,365,237,362,236,356,235,350,233,350,230,348,229,345,227,343,226,344,226,344,226,342,228,336,229,332,239,320,244,319,249,326,253,321,255,316,258,306,260,303,262,302,264,296,266,293,267,290,269,285,271,279,278,274,278,272,278,268,276,266,275,265,274,263,274,261,277,261,277,261",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									7 : {
										"name" : "Ivory Coast",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "98,284,99,287,100,288,102,287,104,286,108,287,109,289,110,292,114,293,118,292,121,290,125,291,127,293,128,299,131,306,124,324,128,337,121,338,116,337,102,340,87,345,87,340,89,334,86,328,83,326,79,325,81,319,79,314,82,312,83,310,82,307,81,306,83,305,86,304,83,302,85,299,83,295,82,293,84,288,86,286,90,288,93,287,95,284,98,284,98,284",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									8 : {
										"name" : "Burkina Faso",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "312,353,313,355,310,360,308,366,306,374,306,381,305,388,302,396,300,398,298,400,294,405,292,410,291,418,291,423,288,427,279,437,276,437,276,432,271,432,269,433,269,436,267,436,263,432,256,437,249,428,249,423,254,424,255,421,254,419,252,417,252,412,257,411,259,410,259,407,262,407,263,410,266,412,271,410,271,412,273,413,276,405,277,399,276,395,274,391,272,389,275,383,277,380,275,376,271,375,266,376,266,367,277,367,290,372,292,362,296,353,312,353,312,353",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									9 : {
										"name" : "Kongo",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "312,353,313,355,310,360,308,366,306,374,306,381,305,388,302,396,300,398,298,400,294,405,292,410,291,418,291,423,288,427,279,437,276,437,276,432,271,432,269,433,269,436,267,436,263,432,256,437,249,428,249,423,254,424,255,421,254,419,252,417,252,412,257,411,259,410,259,407,262,407,263,410,266,412,271,410,271,412,273,413,276,405,277,399,276,395,274,391,272,389,275,383,277,380,275,376,271,375,266,376,266,367,277,367,290,372,292,362,296,353,312,353,312,353",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									10 : {
										"name" : "Senegal",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "36,229,42,238,45,243,48,247,48,254,50,255,52,256,54,260,55,263,54,266,51,267,48,267,28,263,8,267,8,259,15,258,18,257,20,255,22,255,25,256,28,258,31,258,33,256,22,252,12,255,9,253,7,249,5,245,2,244,9,233,12,227,15,225,24,224,30,225,36,229,36,229",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									11 : {
										"name" : "Egypt",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "398,74,400,75,402,76,411,72,419,68,422,68,426,69,426,72,429,73,430,73,429,72,436,74,445,72,447,74,449,81,452,91,447,109,443,106,439,102,438,99,437,96,433,86,431,87,431,90,433,96,438,103,442,111,444,121,446,125,452,137,455,143,460,148,458,149,457,150,459,156,451,165,443,172,440,170,437,169,426,169,422,167,409,169,367,169,367,102,365,84,367,79,366,72,367,69,368,68,373,68,398,74,398,74",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									12 : {
										"name" : "Morocco",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "106,21,107,23,110,26,116,29,126,26,128,28,133,30,136,32,137,34,137,37,137,41,141,55,142,56,144,58,143,61,141,62,130,62,125,66,123,67,120,67,120,67,120,69,121,73,120,76,116,78,110,81,106,85,99,87,96,90,87,92,81,96,78,102,78,110,39,110,40,107,43,105,51,103,62,94,67,88,69,83,68,74,68,66,72,57,75,53,79,49,84,46,89,44,95,38,98,31,100,25,104,21,106,21,106,21",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									13 : {
										"name" : "Kenia",
										"parent" : "Africa",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "460,343,463,344,468,345,480,352,491,355,496,351,499,348,502,347,505,348,506,349,513,350,508,356,505,362,505,396,509,404,505,409,498,416,494,425,491,434,476,423,475,420,472,416,458,408,449,401,446,396,446,392,452,391,450,389,447,392,445,387,446,383,449,379,452,374,453,369,448,353,445,348,446,344,449,343,454,343,460,343,460,343",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									}
						}
					},
				5 : {
					"name" : "Central Asia",
					"parent" : "World",
					"tooltip" : {
						"type" : "static",
						"class" : "firstLevelName"
					},
					"highlightType" : "none",
					"img" : '++resource++mediceInternational.backgrounds/centralAsia.gif',
					"shape" : "poly",
					"coords" : "488,110,646,110,646,190,488,190,488,110",
					"areaList" : {
									0 : {
										"name" : "South Korea",
										"parent" : "Central Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "531,233,530,237,528,241,524,242,519,244,515,248,512,250,510,249,509,248,506,249,505,251,503,250,505,247,504,244,503,243,506,233,503,223,505,220,507,218,505,213,506,209,509,207,514,206,521,203,528,218,531,233,531,233",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									1 : {
										"name" : "India",
										"parent" : "Central Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "86,239,86,242,88,247,92,251,93,261,95,264,98,268,96,270,94,272,91,271,90,270,89,272,92,284,111,296,108,297,106,300,103,304,103,310,114,318,130,326,140,326,145,330,153,334,170,338,173,337,171,327,173,322,178,319,179,329,181,332,187,334,207,331,207,327,203,322,205,323,211,321,221,311,229,306,232,307,235,309,241,305,244,307,242,309,245,309,246,311,244,316,247,316,252,318,249,320,249,327,246,326,233,335,225,363,218,361,215,382,212,382,208,365,203,373,199,366,203,359,210,352,204,349,198,349,192,349,188,348,187,344,184,340,178,337,174,338,173,341,175,345,180,349,175,351,173,355,174,357,177,360,178,372,182,386,177,387,173,386,173,383,163,389,163,397,160,400,157,404,148,408,142,415,130,428,124,432,122,434,122,438,116,440,111,445,107,446,105,448,103,455,105,472,104,478,102,481,101,487,102,501,96,503,94,508,94,510,96,511,91,512,87,514,86,518,84,521,81,523,77,521,74,517,71,510,71,506,58,477,56,468,54,460,49,449,43,431,41,414,39,405,41,395,38,389,38,385,39,381,36,380,35,389,29,393,24,396,19,394,14,389,7,380,9,378,13,378,16,376,18,373,12,375,8,373,5,370,1,366,3,362,6,359,13,360,20,358,22,358,23,360,24,358,26,356,24,349,20,344,17,340,18,334,13,334,12,332,14,326,20,320,21,321,24,323,29,321,32,318,35,313,41,309,43,303,46,299,56,287,56,284,55,280,56,278,63,274,53,267,51,262,51,258,52,256,53,255,51,252,49,250,55,247,65,250,70,248,75,245,83,239,86,239,86,239",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									2 : {
										"name" : "Hong Kong",
										"parent" : "Central Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "396,376,401,379,403,382",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									3 : {
										"name" : "China",
										"parent" : "Central Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "493,23,496,24,500,29,500,30,501,33,503,36,509,50,512,57,513,65,514,68,516,69,530,72,539,80,540,85,541,90,544,93,551,95,570,86,576,87,574,90,575,92,576,94,573,96,571,99,562,126,559,127,551,123,546,127,544,131,546,143,544,151,538,156,538,153,535,151,532,156,526,161,518,163,518,165,520,170,514,170,509,166,497,177,484,188,472,191,464,198,461,194,460,191,464,186,468,181,467,178,464,177,461,177,445,188,442,192,439,196,435,198,432,197,431,196,428,198,428,202,429,205,433,207,441,209,441,219,446,219,449,216,451,213,455,212,458,214,462,215,471,216,471,222,466,222,452,231,445,238,442,244,445,247,451,253,453,260,456,269,460,274,465,279,456,279,465,287,454,296,456,297,459,295,462,296,464,298,466,303,463,307,461,313,463,316,459,317,449,333,446,333,446,342,444,344,443,346,443,349,440,352,437,355,433,356,430,362,426,364,423,366,420,368,417,371,415,373,412,375,411,374,411,373,410,376,403,376,399,380,396,378,392,372,391,372,391,374,393,379,391,381,387,382,382,386,380,384,364,393,367,400,363,401,361,399,359,397,359,393,360,388,359,387,356,389,353,387,350,386,347,388,337,384,334,381,333,378,335,375,331,372,328,372,324,371,322,368,315,373,310,377,306,376,304,375,305,375,305,374,303,375,301,377,298,375,295,376,290,377,289,381,291,385,290,391,287,391,286,387,284,385,278,388,275,383,272,381,269,381,272,373,266,369,265,360,255,363,255,355,258,349,265,343,265,325,261,322,255,314,252,317,244,315,246,310,243,310,244,306,241,305,235,308,229,306,219,312,210,321,207,322,193,318,192,317,190,316,183,319,180,326,180,321,177,319,170,321,156,318,154,318,155,320,148,315,142,311,139,307,135,306,124,298,117,293,114,294,113,297,95,283,92,284,89,271,92,271,94,273,98,267,96,262,94,258,94,255,100,249,106,240,100,236,94,233,88,235,83,238,68,232,66,225,64,222,55,220,61,217,58,206,55,202,50,203,49,197,49,193,50,190,51,187,55,183,60,182,62,181,64,180,64,182,66,184,69,182,71,180,74,177,77,175,81,174,87,173,94,167,104,163,105,156,107,151,110,147,108,143,107,131,105,129,102,129,116,124,118,124,119,126,125,126,126,123,124,121,123,120,129,101,141,104,147,103,152,98,152,87,158,83,161,80,162,77,170,76,171,83,175,86,180,88,190,93,195,102,198,110,195,121,196,124,198,125,219,128,226,132,234,137,237,146,239,151,245,154,255,156,267,156,290,158,294,161,313,166,314,167,318,169,324,165,335,160,345,158,357,158,369,149,379,142,377,138,375,135,377,129,381,127,392,131,397,128,402,123,408,122,415,120,419,112,432,108,447,107,448,104,445,99,441,94,434,90,429,92,425,94,422,93,421,92,412,93,411,90,414,80,420,68,429,71,435,68,442,63,443,58,455,35,453,30,449,30,451,25,456,22,468,19,477,19,493,23,493,23",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									4 : {
										"name" : "Japan",
										"parent" : "Central Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "640,122,649,133,654,138,661,140,668,137,666,141,666,144,667,148,672,147,665,150,657,152,651,156,650,159,650,164,642,159,636,157,633,158,630,160,628,158,627,157,624,159,628,163,633,170,634,178,639,192,634,205,630,208,630,214,629,222,627,230,629,235,626,240,621,245,619,242,618,241,614,243,611,248,610,242,604,246,599,248,594,245,592,245,592,246,593,249,595,251,589,255,585,261,580,257,579,256,580,254,578,253,571,263,568,260,563,263,561,269,557,265,554,262,560,254,556,251,553,255,548,254,544,257,548,258,549,258,549,262,550,263,551,263,553,266,548,277,544,284,541,287,537,286,536,284,537,281,532,265,532,262,537,257,541,254,543,250,550,244,558,239,579,235,581,236,583,238,587,231,592,224,592,218,594,216,599,216,595,220,597,224,606,217,615,209,622,191,620,186,625,173,623,170,621,169,620,162,620,158,622,154,625,150,625,147,630,149,633,148,633,146,633,143,636,135,636,122,640,122,640,122",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									5 : {
										"name" : "Macau",
										"parent" : "Central Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "389,376,392,381,395,384",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									}
						}
					},
				6 : {
					"name" : "South East Asia",
					"parent" : "World",
					"tooltip" : {
						"type" : "static",
						"class" : "firstLevelName"
					},
					"highlightType" : "none",
					"img" : '++resource++mediceInternational.backgrounds/southEastAsia.gif',
					"shape" : "poly",
					"coords" : "488,197,570,197,570,262,488,262,488,197",
					"areaList" : {
									0 : {
										"name" : "Indonesia",
										"parent" : "South East Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "168,290,171,295,174,301,185,309,190,315,196,321,205,323,211,326,217,331,222,334,227,332,231,331,233,333,232,335,231,336,231,337,233,338,257,338,266,335,277,323,281,329,287,335,300,332,302,329,308,328,315,331,323,328,328,318,329,313,332,311,333,306,333,301,335,299,341,299,347,299,350,301,353,305,350,305,349,309,355,320,354,322,353,324,373,339,376,334,378,336,380,332,384,331,403,335,410,334,415,332,418,327,421,327,414,337,411,340,407,341,400,339,377,339,374,343,373,348,374,351,378,354,378,355,379,358,383,359,384,358,385,356,388,353,402,350,404,351,407,354,413,361,429,363,437,362,440,360,445,356,439,350,439,347,443,348,444,343,442,332,442,327,447,323,446,326,448,330,450,328,453,328,453,327,454,330,452,333,449,336,455,340,463,341,470,342,477,347,478,350,480,352,488,349,501,353,503,363,504,368,507,371,509,377,510,378,514,380,518,375,523,368,530,366,531,363,533,361,537,360,555,368,562,370,566,373,565,439,558,431,552,429,545,432,536,432,536,429,541,423,547,419,545,418,544,416,545,415,546,415,544,412,542,410,539,403,535,398,524,393,513,390,508,393,506,398,508,410,506,411,505,416,501,415,489,417,481,422,474,430,474,428,474,426,464,428,454,430,441,432,438,435,429,438,421,443,417,446,414,450,410,451,402,459,399,460,400,457,383,456,382,448,380,450,377,452,364,445,363,443,336,438,337,435,333,434,329,437,326,433,323,430,323,435,317,432,311,431,299,430,288,429,275,425,265,425,257,423,250,421,250,419,245,416,242,415,241,414,247,404,244,402,243,405,239,402,237,405,233,402,231,403,231,405,210,383,202,374,197,364,192,353,187,346,183,341,180,335,178,329,175,323,169,320,168,315,165,311,158,303,150,296,147,292,147,288,150,286,153,287,158,289,161,289,168,290,168,290",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									1 : {
										"name" : "Malaysia",
										"parent" : "South East Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "345,274,346,272,347,272,351,275,352,280,357,284,367,289,357,293,361,298,350,300,341,298,335,297,333,299,332,303,331,307,331,311,328,314,328,318,325,322,326,323,324,326,320,328,315,331,311,329,308,327,299,332,293,332,287,335,277,323,272,326,268,330,255,332,246,333,234,331,222,329,211,322,202,314,195,299,192,288,193,286,194,284,192,276,194,276,197,277,199,280,199,284,201,286,204,284,210,279,221,290,232,292,247,292,263,292,272,294,280,296,301,296,313,299,316,298,319,297,324,303,326,298,327,294,327,298,330,300,331,288,336,282,340,277,343,272,345,274,345,274",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									2 : {
										"name" : "Philippines",
										"parent" : "South East Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "394,149,395,152,393,158,396,164,391,173,386,183,388,190,393,198,397,193,400,195,402,200,403,198,405,197,407,198,409,199,411,198,414,198,412,202,410,200,406,201,410,207,411,210,411,213,417,213,422,215,425,222,425,227,423,228,420,227,420,226,419,229,422,234,429,242,426,243,430,249,430,254,432,260,434,266,433,269,432,270,430,272,430,278,427,268,424,270,423,274,426,280,424,283,423,286,420,282,413,278,410,276,410,273,412,267,410,264,407,262,405,263,404,266,400,266,398,263,394,268,394,276,392,277,391,275,392,268,391,264,393,262,404,253,398,246,396,242,398,237,396,232,392,235,391,233,393,223,391,219,387,216,381,214,373,220,369,229,371,234,360,245,348,257,348,254,362,239,367,227,373,216,377,211,380,206,378,203,381,203,382,200,380,198,379,196,382,191,380,189,379,192,376,190,374,188,372,178,372,171,376,175,378,149,390,151,392,150,394,149,394,149",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									3 : {
										"name" : "Vietnam",
										"parent" : "South East Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "244,100,250,101,251,100,252,102,251,104,250,106,251,108,254,111,262,116,253,123,249,129,247,130,245,133,242,138,242,144,244,148,248,154,255,164,265,174,268,177,271,183,275,197,277,208,275,211,274,214,273,222,264,230,257,233,253,234,249,244,246,241,246,245,234,254,234,243,236,240,231,236,236,231,242,229,244,229,247,230,244,226,244,222,259,214,260,208,258,195,260,183,258,180,256,178,257,176,258,175,254,172,251,169,236,147,231,143,226,140,227,136,231,137,234,135,235,131,229,122,226,123,223,125,219,123,217,120,216,115,211,108,211,105,211,103,214,103,218,106,219,104,222,103,223,104,226,105,232,100,238,96,244,100,244,100",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									4 : {
										"name" : "Taiwan",
										"parent" : "South East Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "391,78,381,112,375,103,375,97,378,84,382,78,387,75,389,75,391,78,391,78",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									5 : {
										"name" : "Singapore",
										"parent" : "South East Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "222,328,219,325,226,331",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									6 : {
										"name" : "Cambodia",
										"parent" : "South East Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "258,192,257,195,259,208,258,214,252,216,247,220,245,220,243,221,243,224,246,230,244,229,242,228,237,230,234,232,229,233,227,238,223,234,224,230,219,230,217,222,211,204,213,199,218,195,223,193,229,194,236,194,244,198,248,192,258,192,258,192",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									7 : {
										"name" : "Thailand",
										"parent" : "South East Asia",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "195,129,194,135,196,137,201,137,201,153,198,158,200,160,210,152,214,156,219,151,223,150,229,154,233,161,233,168,238,177,241,184,240,193,236,194,235,193,235,192,228,192,221,192,214,198,211,204,212,210,213,212,215,214,214,218,206,212,202,210,199,212,199,205,198,202,195,202,190,204,191,207,189,215,186,224,182,239,183,245,187,247,194,264,193,265,192,266,201,271,205,274,208,279,207,281,205,282,200,284,201,280,196,275,192,274,190,276,183,263,179,258,177,257,175,257,175,259,174,254,177,237,182,226,186,219,183,213,181,207,180,198,177,193,174,189,173,185,174,181,176,178,178,173,176,168,170,158,166,149,169,142,170,135,180,134,183,129,187,128,195,129,195,129",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									}
						}
					},
				7 : {
					"name" : "Middle East",
					"parent" : "World",
					"tooltip" : {
						"type" : "static",
						"class" : "firstLevelName"
					},
					"highlightType" : "none",
					"img" : '++resource++mediceInternational.backgrounds/middleEast.gif',
					"shape" : "poly",
					"coords" : "483,127,483,218,360,218,360,127,483,127", 
					"areaList" : {
									0 : {
										"name" : "Kazakhstan",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "418,11,423,9,425,10,428,15,430,21,429,24,428,27,431,29,435,26,439,24,443,27,450,30,456,31,452,38,462,37,475,28,490,24,487,30,499,41,508,54,524,82,526,77,527,75,531,75,535,76,535,80,540,82,547,84,551,81,556,79,560,80,564,83,568,90,574,94,580,101,587,103,590,101,593,99,601,109,597,109,592,116,589,119,585,120,582,123,581,129,582,139,579,142,575,144,564,142,556,139,547,163,548,165,551,168,549,169,546,170,539,168,527,171,521,175,526,176,527,188,531,198,529,202,524,207,525,211,525,214,519,209,513,205,504,203,495,202,484,203,473,205,461,200,454,202,452,205,453,211,435,206,430,207,425,213,410,223,404,230,402,237,399,237,396,233,394,229,382,228,380,217,375,217,375,210,374,204,367,196,362,192,359,193,331,195,321,184,311,175,310,166,306,162,303,164,305,169,304,171,297,166,299,160,295,164,267,174,267,227,264,228,259,225,255,220,251,215,246,213,238,215,230,221,229,218,232,207,217,201,214,189,210,184,206,182,206,178,212,178,215,179,218,179,214,174,217,168,219,166,222,166,239,168,236,163,238,154,235,147,231,143,229,144,227,145,216,141,211,141,208,144,204,146,198,149,196,154,187,148,192,145,186,136,182,131,177,133,174,132,172,130,171,124,167,121,167,119,171,109,169,103,169,100,177,89,181,92,187,98,189,97,191,95,188,86,204,74,212,67,216,68,220,72,228,67,232,71,241,72,246,77,251,81,252,80,253,79,258,82,264,86,266,84,268,82,271,79,276,78,283,81,289,77,293,78,298,83,301,85,306,87,310,82,318,84,323,82,326,77,320,71,310,66,311,62,313,61,320,58,317,53,318,49,321,47,329,46,325,44,322,42,321,38,320,37,322,35,320,32,323,30,327,29,336,30,349,25,357,24,364,25,367,20,395,14,402,9,409,9,418,11,418,11",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									1 : {
										"name" : "UAE",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "272,444,271,447,269,449,265,451,264,457,266,460,261,462,259,467,259,477,248,475,238,475,228,471,225,467,223,461,223,462,226,463,236,461,250,458,267,437,269,440,272,444,272,444",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									2 : {
										"name" : "Georgia",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "105,196,110,197,115,198,126,200,133,205,139,210,147,207,157,211,159,216,165,219,163,222,164,225,167,227,167,230,154,225,149,227,135,230,130,226,126,222,119,224,114,223,116,218,114,213,111,208,107,202,101,199,98,196,105,196,105,196",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									3 : {
										"name" : "Azerbaijan",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "178,228,183,224,189,219,194,228,197,233,202,237,204,238,208,242,202,241,199,242,197,249,196,256,195,258,192,259,192,267,190,268,186,266,182,262,184,260,185,257,184,252,181,251,175,255,167,262,164,253,159,249,157,246,159,243,156,239,154,236,155,235,156,234,153,231,151,227,154,226,167,231,168,228,166,225,164,222,164,219,167,219,172,223,178,228,178,228",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									4 : {
										"name" : "Kuwait",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "182,384,183,387,181,389,180,391,184,395,186,402,183,402,176,398,169,395,174,384,182,384,182,384",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									5 : {
										"name" : "Cyprus",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "41,306,41,309,35,312,36,317,21,322,15,320,14,316,14,314,21,310,28,308,36,306,41,306,41,306",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									6 : {
										"name" : "Israel",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "50,342,50,357,43,390,37,367,45,342,50,342,50,342",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									7 : {
										"name" : "Uzbekistan",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "291,174,292,182,296,176,296,170,297,167,300,168,304,171,301,179,306,187,310,181,312,176,316,178,320,182,326,190,333,196,340,194,350,194,357,195,362,193,367,197,374,205,374,209,374,218,379,218,379,223,382,229,393,229,395,234,397,236,402,238,404,231,410,224,426,214,427,216,423,220,418,225,428,230,430,225,445,233,438,241,426,243,421,240,423,238,425,235,423,232,422,231,417,233,415,235,413,236,409,235,408,242,403,242,402,244,404,246,400,251,392,250,389,250,388,255,389,257,391,259,395,262,398,272,395,277,393,285,381,283,380,275,375,272,370,270,350,257,341,251,336,245,329,230,328,228,326,227,324,228,322,229,314,227,312,226,311,223,313,220,311,216,308,213,305,212,303,211,296,206,291,210,286,214,281,216,278,217,278,220,278,227,268,227,268,173,294,165,291,174,291,174",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									8 : {
										"name" : "Iran",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "163,263,172,257,181,251,184,252,186,256,184,258,183,261,186,264,191,267,192,272,194,278,204,281,214,288,218,291,224,293,232,291,244,287,245,282,250,281,258,274,266,270,274,269,281,271,286,274,291,275,302,279,307,283,312,288,317,292,324,292,326,308,321,319,316,331,319,337,317,348,318,361,321,362,325,363,328,364,330,369,324,377,319,386,321,390,327,397,337,408,338,412,339,419,342,420,344,423,341,426,338,427,330,431,327,439,325,448,318,445,312,443,297,442,284,440,280,437,278,434,275,428,273,425,270,425,252,430,241,426,229,418,215,407,210,395,204,383,199,383,195,381,192,383,189,385,184,380,181,371,179,368,181,360,179,355,174,350,164,343,160,339,158,336,155,330,156,327,157,326,156,324,155,323,156,319,158,316,160,313,162,310,161,306,154,301,141,275,143,270,141,258,142,252,146,250,152,256,157,260,163,263,163,263",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									9 : {
										"name" : "Turkmenistan",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "309,214,311,220,311,226,316,228,323,230,326,228,328,229,329,232,332,238,336,246,351,259,369,270,380,275,380,283,378,284,371,281,369,282,368,284,361,285,359,288,359,293,358,297,351,301,343,304,344,306,342,308,339,310,334,314,324,307,323,293,317,292,312,289,302,280,296,278,292,278,280,271,274,270,261,273,255,276,250,283,246,283,244,272,246,261,241,257,237,254,238,252,241,251,238,246,233,245,235,232,231,222,232,218,237,215,246,212,253,217,262,227,268,228,280,226,278,224,278,222,278,218,282,216,295,208,301,210,309,214,309,214",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									10 : {
										"name" : "Tajikistan",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "425,236,421,239,425,244,423,246,416,243,412,244,409,247,409,254,415,252,422,253,427,255,431,253,435,255,439,258,442,256,445,255,455,255,456,266,465,266,468,271,469,277,471,283,470,284,468,285,463,283,457,285,454,283,452,282,435,293,432,289,432,285,432,279,431,275,427,268,422,269,419,272,418,276,419,280,412,281,410,284,408,287,406,285,405,284,400,285,396,289,393,287,393,284,396,277,399,271,397,269,396,268,396,262,391,258,389,255,389,252,393,251,400,253,402,246,403,243,408,243,408,239,410,235,410,236,413,237,416,234,421,232,423,233,425,236,425,236",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									11 : {
										"name" : "Syria",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "110,299,110,301,111,305,110,313,109,318,107,323,80,342,62,353,57,351,54,348,52,343,52,340,55,333,62,327,54,319,52,308,53,304,55,304,59,300,60,297,61,294,60,292,62,292,67,294,78,290,88,293,103,288,111,286,122,287,115,292,112,295,110,299,110,299",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									12 : {
										"name" : "Jordan",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "89,355,77,357,65,364,70,370,74,376,72,379,70,381,66,382,63,384,56,390,51,393,44,391,52,347,57,350,62,352,84,339,85,346,89,355,89,355",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									13 : {
										"name" : "Irak",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "141,285,143,288,148,288,152,299,157,303,163,305,161,308,162,312,159,316,155,321,155,326,155,332,161,342,177,354,178,358,178,363,178,368,181,371,184,378,187,383,185,384,177,382,173,383,171,386,167,393,162,394,155,393,149,392,134,381,119,370,105,360,92,355,88,352,87,348,86,342,88,336,93,332,106,325,109,319,111,313,111,300,116,293,125,285,133,285,141,285,141,285",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									14 : {
										"name" : "Saudi Arabia",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "149,392,158,393,168,394,186,402,191,413,195,416,202,422,205,426,207,431,205,437,215,453,220,453,220,450,219,456,222,463,226,470,233,474,245,476,258,477,262,482,264,488,262,499,259,506,256,513,249,517,242,521,225,526,207,528,198,529,191,532,184,536,180,543,176,549,172,552,165,547,153,546,140,548,134,545,131,547,131,551,130,555,127,559,110,530,100,516,89,503,86,496,86,489,86,481,83,473,79,467,69,456,65,446,52,423,44,410,40,410,39,404,43,390,51,392,55,390,59,387,63,383,70,380,71,379,73,377,69,370,63,364,75,357,88,355,95,355,102,358,116,367,131,379,149,392,149,392",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									15 : {
										"name" : "Kyrgyzstan",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "472,204,476,204,506,204,515,208,525,214,525,217,517,219,510,223,504,228,491,231,488,234,486,238,482,240,478,242,477,238,475,237,459,246,457,248,457,252,455,254,455,259,454,256,452,255,438,258,435,255,432,253,426,255,417,253,413,252,410,254,409,249,410,243,415,242,422,245,425,243,428,242,438,241,441,236,444,231,438,229,432,225,428,227,428,230,418,225,428,217,425,214,429,206,435,206,453,211,455,203,457,201,461,200,472,204,472,204",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									},
									16 : {
										"name" : "Lebanon",
										"parent" : "Middle East",
										"tooltip" : {
											"type" : "dynamic",
											"class" : "secondLevelName"
										},
										"shape" : "poly", 
										"coords" : "61,326,56,333,49,342,46,342,48,331,51,324,56,322,59,323,61,326,61,326",
										"noTraverse" : true,
										"click" : function(data) {
											jq("div.countryInfo").css("display", "none");
											jq.get(
												"mediceInternational",
												{
													"affiliateCountry" : data.name,
													"action" : "show"
												},
												function(response) {
													if (typeof(response)!="undefined") {
														showCountryInfo(response);
													}
												},
												"json"
											);
										}
									}
						}
					}
				}
			}
		};
		
		/*var backToWorld = function(){
		
    		if (jq("div.map").find("map[name*=World]").length > 0) {
    			var test = jq("div.map").find("map[name=areaNavigation-World-map]");
    			jq('div.backToWorld').hide();
    		}
    		else
    			jq('div.backToWorld').show();  

		};*/
		
		var showCountryInfo = function (data) {
			jq("div.countryInfo .contactPersonData").html(data.contactPersonData);
			jq("div.countryInfo .countryName").html(data.countryName);
			jq("div.countryInfo .partnerName").html(data.partnerName);
			jq("div.countryInfo .partnerCity").html(data.partnerCity);
			jq("div.countryInfo .partnerHomepage").html(data.partnerHomepage);
			jq("div.countryInfo .partnerAddress").html(data.partnerAddress);
			jq("div.countryInfo .partnerPostalCode").html(data.partnerPostalCode);
			jq("div.countryInfo .partnerPhone").html(data.partnerPhone);
			jq("div.countryInfo .partnerFax").html(data.partnerFax);
			jq("div.countryInfo .partnerProducts").html(data.partnerProducts);
			jq("div.countryInfo").fadeIn("slow");
		};
		
		var 
		initNavTree = function() {
			jq("div.countryList ul").treeview({
				"collapsed" : false
			});
			jq("div.countryList li").css("cursor", "pointer");
			jq("li.worldPart").click(function(e) {
				/*if (jq(this).hasClass("expandable")) {
					jq(this).children("ul").css("display", "block");
					jq(this).removeClass("expandable").addClass("collapsable");
				} else if (jq(this).hasClass("collapsable")) {
					jq(this).children("ul").css("display", "none");
					jq(this).removeClass("collapsable").addClass("expandable");
				}*/
				if (jq(this).hasClass("collapsable")) {
					jq(this).siblings("li.worldPart").children("ul").css("display","none");
					jq(this).siblings("li.worldPart").removeClass("collapsable");
					jq(this).siblings("li.worldPart").addClass("expandable");
				}
				jq("div.countryInfo").css("display", "none");
				var worldPart = jq(this).children("input").val();
				var areaNavigation = jq("div.areaNavigation");
				areaNavigation.navigateTo(worldPart);
				e.stopPropagation();
			});
			jq("li.affiliateCountries").click(function(e){
				jq("div.countryInfo").css("display", "none");
				var affiliateCountry = jq(this).children("input[type=hidden]").val();
				jq.get(
					"mediceInternational",
					{
						"affiliateCountry" : affiliateCountry,
						"action" : "show"
					},
					function(response) {
						if (typeof(response)!="undefined") {
							var product = jq("div.search").find("select[name=product]").val();
							var worldPart = jq("div.search").find("select[name=area]").val();
							jq("div.areaNavigation").navigateToParent(affiliateCountry);
							if (worldPart != "all" || product!= "all") jq("div.areaNavigation").deactivateHighlight();
							showCountryInfo(response);
						}
					},
					"json"
				);
				e.stopPropagation();
			});
		}
		
		var resetSearch = function() {
			jq("div.search").find("select[name=product]").val("all");
			jq("div.search").find("select[name=area]").val("all");
			jq("div.search").find("select[name=area]").trigger("change");
		}
		
		jq("div.map").areaNavigation("World");
		
		jq("div.backToWorld").css({"cursor":"pointer", "display":"none"});
		
		jq("div.backToWorld").click(function() {
			resetSearch();
		});
		
		initNavTree();
		
		jq("div.search").find("select[name=product]").val("all");
		jq("div.search").find("select[name=area]").val("all");
		
		/*jq("div.countryInfo").css({
			"position" : "absolute",
			"z-index" : "1002"
		});*/
		
		jq(".closeButton").css("cursor","pointer");
		
		jq(".closeButton").live("click", function() {
			jq("div.countryInfo").fadeOut("fast");
		});
		
		jq("div.search").find("select[name=product], select[name=area]").change(function() {
			var product = jq("div.search").find("select[name=product]").val();
			var worldPart = jq("div.search").find("select[name=area]").val();
			jq.get(
				"mediceInternational",
				{
					"product" : product,
					"worldPart" : worldPart,
					"action" : "search"
				},
				function(response) {
					if (typeof(response)!="undefined") {
						jq("div.countryInfo").fadeOut("slow");
						jq("div.countryList").html(response);
						initNavTree();
						if (worldPart != "all") {
							jq("div.areaNavigation").navigateTo(worldPart);
						}
						else {
							jq("div.areaNavigation").navigateTo("World");
							/*backToWorld();*/
						}
						/* The countries should not be highlighted, while searching */
						if (worldPart != "all" || product!= "all") jq("div.areaNavigation").deactivateHighlight();
					}
				}
			);
		});
});


