function AddANWRPolylines() 
{
	var objIcon = ""
	var txtColor = "#000000"
	var intBorder = 2
	var txt = "<p style='width:200px;'>This is the Arctic National Wildlife Refuge. ANWR<br /><br /><a href='#' onclick='Add1002Polylines();return false;'>Click to see Area 1002</a></p>";
	var objMarkerPt = new GPoint(-143.0760259423152,68.85308275544038)
	var objCenterPt = new GPoint(-143.0760259423152,68.85308275544038)
	var intZoom = 13
	setWindows( txtANWROutline, txtColor, intBorder, txt, objMarkerPt, objCenterPt, intZoom, objIcon )

}
function Add1002Polylines() 
{
	var objIcon = ""
	var txtColor = "#990000"
	var intBorder = 2
	var txt = "<p style='width:200px;'>This is Area 1002 where drilling may occur. It doesn't look so big. Look all that other shoreline. What's the problem?<br /><br /><a href='#' onclick='AddNSPolylines();return false;'>Where oil already is drilled</a></p>";
	var objMarkerPt =new GPoint(-143.9754580740811,69.81609688439464)
	var objCenterPt = new GPoint(-149.9754580740811,69.11609688439464)
	var intZoom = 12
	setWindows( txt1002Outline, txtColor, intBorder, txt, objMarkerPt, objCenterPt, intZoom, objIcon ) 
}

function AddNSPolylines() 
{
	var objIcon = icOil;
	var txtColor = "#000000"
	var intBorder = 2
	var txt = "<p style='width:200px;'>This is referred to as the North Slope. This is the where the Alaskan Oil Pipeline starts.<br /><br /><a href='#' onclick='AddNPRPolylines();return false;'>But there's more!</a></p>"
	var objMarkerPt =new GPoint(-148.5797162090985,69.8275177018515)
	var objCenterPt = new GPoint(-151.9754580740811,69.11609688439464)
	var intZoom = 12

	setWindows( txtNorthSlopeOutline, txtColor, intBorder, txt, objMarkerPt, objCenterPt, intZoom, objIcon ) 
}

function AddNPRPolylines() 
{
	var objIcon = icOil;
	var txtColor = "#000000"
	var intBorder = 2
	var txt = "<p style='width:200px;'>This is the National Petroleum Reserve. Oil Exploration is ongoing here, but it is not as developed as the North Slope, and contains dramatic wildlife of its own.<br /><br />Area 1002 is now looking pretty small.<br /><br /><a href='#' onclick='AddWildlifeMarkers()'>And then there's the Caribou...</a></p>"
	var objMarkerPt = new GPoint(-157.5366809797661,69.82758577020081)
	var objCenterPt = new GPoint(-151.9754580740811,69.11609688439464)
	var intZoom = 13

	setWindows( txtNPROutline, txtColor, intBorder, txt, objMarkerPt, objCenterPt, intZoom, objIcon ) 
}

function AddWildlifeMarkers() 
{
	objMap.closeInfoWindow();
	
	var objMarkerPt = new GPoint(-144.9754580740811,69.91609688439464)
	var objCenterPt = new GPoint(-145.0760259423152,69.95308275544038)
	var objMarker = new GMarker( objMarkerPt, icCaribou );
	GEvent.addListener( objMarker, "click", function() {
		objMarker.openInfoWindowHtml( "<p style='width:200px;'><b>The Porcupine Caribou Herd</b><br>The 1002 Area is where these caribou like to calve. The herd will be put at a greater risk of predation if they respond in the same manner as the Central Arctic Herd (see to the West) -- whose calving grounds moved south in response to oil development.</p>" );
	});
	objMap.addOverlay(objMarker);
	
	
	var objMarkerPt = new GPoint(-146.4754580740811,69.91609688439464)
	var objMarker = new GMarker( objMarkerPt, icCAH );
	GEvent.addListener( objMarker, "click", function() {
		objMarker.openInfoWindowHtml( "<p style='width:200px;'><b>The Central Artic Herd</b><br>This herd has grown as oil development has, but an impact on calving has been noticed. Cows have moved south and west to avoid roads and oil developments. The PCH has greater risks in making similar moves.</p>" );
	});
	objMap.addOverlay(objMarker);

	var objMarkerPt = new GPoint(-144.4754580740811,69.71609688439464)
	var objMarker = new GMarker( objMarkerPt, icEagle );
	GEvent.addListener( objMarker, "click", function() {
		objMarker.openInfoWindowHtml( "<p style='width:200px;'><b>Golden Eagles</b> that live in the mountains and foothills of the Brooks Range will hunt calves.</p>" );
	});	
	objMap.addOverlay(objMarker);

	var objMarkerPt = new GPoint(-144.9754580740811,69.71609688439464)
	var objMarker = new GMarker( objMarkerPt, icGrizzly );
	GEvent.addListener( objMarker, "click", function() {
		objMarker.openInfoWindowHtml( "<p style='width:200px;'><b>Grizzlies</b> also hunt caribou in this region. They are concentrated in the foothills of the Brooks range.</p>" );
	});
	objMap.addOverlay(objMarker);

	var objMarkerPt = new GPoint(-145.4754580740811,69.71609688439464)
	var objMarker = new GMarker( objMarkerPt, icWolf );
	GEvent.addListener( objMarker, "click", function() {
		objMarker.openInfoWindowHtml( "<p style='width:200px;'><b>Wolves</b> live in the foothills and mountains as well where they can create dens. Wolves kill 3-5% of the herd each year.</p>" );
	});
	objMap.addOverlay(objMarker);

	var objMarkerPt = new GPoint(-143.6754580740811,69.91609688439464)
	var objMarker = new GMarker( objMarkerPt, icGoose );
	GEvent.addListener( objMarker, "click", function() {
		objMarker.openInfoWindowHtml( "<p style='width:200px;'><b>Snow Geese</b> spend the summer here fattening up for their long non-stop flights to Calfornia and Mexico. These and other birds could be easily disturbed by oil development especially airplanes and helicopters.</p>" );
	});
	objMap.addOverlay(objMarker);

	var objMarkerPt = new GPoint(-145.6754580740811,69.98609688439464)
	var objMarker = new GMarker( objMarkerPt, icMuskOx );
	GEvent.addListener( objMarker, "click", function() {
		objMarker.openInfoWindowHtml( "<p style='width:200px;'><b>Musk Ox</b><br> also live in the 1002 area. There are only a few hundred, but they live there year round.</p>" );
	});	
	objMap.addOverlay(objMarker);
	
	
	objMap.centerAndZoom(objCenterPt, 10);
	objMarker.openInfoWindowHtml( "<p style='width:200px;'>Click on the icons to learn how the Porcupine Caribou Herd and some other arctic wildlife will be affected by the drilling.</p>" );

}

var txtShadowURL =  "/arctic/maps/images/shadow.png";
var objIconSize = new GSize(41, 41);

var icCaribou = new GIcon();
icCaribou.image = "/arctic/maps/images/icon-caribou-blue.png";
icCaribou.shadow = txtShadowURL
icCaribou.iconSize = objIconSize;
icCaribou.shadowSize = objIconSize;
icCaribou.iconAnchor = new GPoint(6, 20);
icCaribou.infoWindowAnchor = new GPoint(5, 1);

var icCAH = new GIcon();
icCAH.image = "/arctic/maps/images/icon-caribou-orange.png";
icCAH.shadow = txtShadowURL
icCAH.iconSize = objIconSize;
icCAH.shadowSize = objIconSize;
icCAH.iconAnchor = new GPoint(6, 20);
icCAH.infoWindowAnchor = new GPoint(5, 1);

var icEagle = new GIcon();
icEagle.image = "/arctic/maps/images/icon-eagle-blue.png";
icEagle.shadow = txtShadowURL
icEagle.iconSize = objIconSize;
icEagle.shadowSize = objIconSize;
icEagle.iconAnchor = new GPoint(6, 20);
icEagle.infoWindowAnchor = new GPoint(5, 1);

var icGrizzly = new GIcon();
icGrizzly.image = "/arctic/maps/images/icon-grizzly-blue.png";
icGrizzly.shadow = txtShadowURL
icGrizzly.iconSize = objIconSize;
icGrizzly.shadowSize = objIconSize;
icGrizzly.iconAnchor = new GPoint(6, 20);
icGrizzly.infoWindowAnchor = new GPoint(5, 1);

var icWolf = new GIcon();
icWolf.image = "/arctic/maps/images/icon-wolf-blue.png";
icWolf.shadow = txtShadowURL
icWolf.iconSize = objIconSize;
icWolf.shadowSize = objIconSize;
icWolf.iconAnchor = new GPoint(6, 20);
icWolf.infoWindowAnchor = new GPoint(5, 1);

var icGoose = new GIcon();
icGoose.image = "/arctic/maps/images/icon-goose-blue.png";
icGoose.shadow = txtShadowURL
icGoose.iconSize = objIconSize;
icGoose.shadowSize = objIconSize;
icGoose.iconAnchor = new GPoint(6, 20);
icGoose.infoWindowAnchor = new GPoint(5, 1);

var icMuskOx = new GIcon();
icMuskOx.image = "/arctic/maps/images/icon-muskox-blue.png";
icMuskOx.shadow = txtShadowURL
icMuskOx.iconSize = objIconSize;
icMuskOx.shadowSize = objIconSize;
icMuskOx.iconAnchor = new GPoint(6, 20);
icMuskOx.infoWindowAnchor = new GPoint(5, 1);

objIconSize = new GSize(20, 28);
txtShadowURL =  "/arctic/maps/images/oil-shadow.png";
var icOil = new GIcon();
icOil.image = "/arctic/maps/images/oil-drop.png";
icOil.shadow = txtShadowURL;
icOil.iconSize = objIconSize;
icOil.shadowSize = objIconSize;
icOil.iconAnchor = new GPoint(6, 20);
icOil.infoWindowAnchor = new GPoint(5, 1);

 


function setWindows( txtPolyline, txtColor, intBorder, txtMarker, objMarkerPt, objCenterPt, intZoom, objIcon )
{
	objMap.closeInfoWindow();

	var objPolyLine = new GPolyline( txtPolyline, txtColor, intBorder );
	
	try
	{
		objMap.addOverlay(objPolyLine);
	}
	catch(objError)
	{
		txt = "<b>objMap.addOverlay</b><br />";
		txt += objMap.addOverlay.toString() + "<br /><br />";
		for ( x in objError )
		{
			txt += x + ":" +  objError[x] + "<br />"
		}
		document.getElementById("message").innerHTML += txt
	}

	objMap.centerAndZoom(objCenterPt, intZoom);

	if (objIcon != "")
	{
		var objMarker = new GMarker( objMarkerPt, objIcon );
	}
	else
	{
		var objMarker = new GMarker( objMarkerPt );
	}
		
	try
	{
		objMap.addOverlay(objMarker);
	}
	catch(objError)
	{
		txt = ""
		for ( x in objError )
		{
			txt += x + ":" +  objError[x] + "<br />"
		}
		document.getElementById("message").innerHTML += txt
	}

	objMarker.openInfoWindowHtml( txtMarker );
	GEvent.addListener( objMarker, "click", function() {
		objMarker.openInfoWindowHtml( txtMarker );
	});

	//window.currentMarker = objMarker;
}


var txtNPROutline = [new GPoint(-161.7445969326954,70.26343979387201), new GPoint(-160.7675122814837,70.38285493008154), new GPoint(-159.2706666265236,70.84976916936519), new GPoint(-158.5524949959376,70.79073979548511), new GPoint(-157.7949643135578,70.86573109785375), new GPoint(-157.3384679628445,70.99600322803246), new GPoint(-156.8816713788175,71.24750362567377), new GPoint(-156.4222433780911,71.39792546620612), new GPoint(-156.0135907364754,71.22158014505432), new GPoint(-155.0781320759953,71.118579869759), new GPoint(-154.599361913009,71.03333613571861), new GPoint(-154.5366809797661,70.82758577020081), new GPoint(-154.1049155465045,70.75059547703071), new GPoint(-153.7381841421233,70.89986268332736), new GPoint(-152.1503505256541,70.82626284656273), new GPoint(-152.4744024920517,70.61671668964178), new GPoint(-151.7289089598312,70.53704775576169), new GPoint(-151.9548496928894,70.44989363508249), new GPoint(-151.4988508948515,70.43726287145522), new GPoint(-151.0999326349097,70.42989001212487), new GPoint(-150.9974454358305,70.25342284814322), new GPoint(-150.9338491547785,70.18372418761338), new GPoint(-151.1162871072023,70.0545186278891), new GPoint(-151.4034740213551,70.08083084253235), new GPoint(-151.5809253719378,70.07179443672773), new GPoint(-151.4631345199646,69.52109635563787), new GPoint(-151.5758224308417,69.42743430775884), new GPoint(-153.3217896557306,69.12857173347391), new GPoint(-153.8926568586217,69.03096040509665), new GPoint(-154.0435011671546,68.98438023826179), new GPoint(-154.3842053789762,69.08981297250747), new GPoint(-155.4507919828029,69.0482905044431), new GPoint(-155.6104114716222,68.98014067026946), new GPoint(-156.0896722602758,68.9177056299838), new GPoint(-156.4846457282817,68.11237799850858), new GPoint(-157.2395656841925,68.21239988287424), new GPoint(-157.4102677445615,68.30928085666855), new GPoint(-157.6333037338209,68.33620539187736), new GPoint(-157.8665741225127,68.27414619750448), new GPoint(-158.0692010223293,68.36809993940389), new GPoint(-158.4371095784499,68.38249796055887), new GPoint(-158.6020004442863,68.45711486557312), new GPoint(-158.8768000902228,68.51147054932088), new GPoint(-159.4942959136143,68.66867829879372), new GPoint(-159.74112591477,68.62490902742161), new GPoint(-160.0066582883717,68.74535041339388), new GPoint(-160.6244954851838,68.69994010081895), new GPoint(-161.1993289797824,68.67859652333327), new GPoint(-161.71970103192,68.70558222002242), new GPoint(-162.0760657307395,68.75932969622704), new GPoint(-162.3974688428897,68.72622895277958), new GPoint(-161.7445969326954,70.26343979387201)];

var txtNorthSlopeOutline = [new GPoint(-151.7359730422241,70.53680555384119), new GPoint(-151.9597076188824,70.44852423110569), new GPoint(-151.1052168777573,70.42916824246996), new GPoint(-151.0247073689195,70.29916166006159), new GPoint(-150.9355326590556,70.1843863657076), new GPoint(-151.0377880373391,70.11087828501317), new GPoint(-151.1164222954516,70.05405917946091), new GPoint(-151.4019388683335,70.08227867089036), new GPoint(-151.5827372439297,70.07183849071392), new GPoint(-151.4616199694325,69.52012520525408), new GPoint(-151.5797162090985,69.4275177018515), new GPoint(-153.323799753525,69.12836900878959), new GPoint(-153.8896463782284,69.03218521040921), new GPoint(-154.0451670726845,68.98748924742128), new GPoint(-154.3864893593987,69.0900288244369), new GPoint(-155.4494831856812,69.04826239357712), new GPoint(-155.6095728502627,68.97782593360179), new GPoint(-156.085492332138,68.91625656028404), new GPoint(-156.4798336245414,68.11153536013414), new GPoint(-155.9417217463899,68.10282849095484), new GPoint(-155.915912924142,68.34500821880531), new GPoint(-155.5587925249021,68.33670548921128), new GPoint(-155.5104555817553,68.30325835516642), new GPoint(-154.8585211139481,68.30470884483235), new GPoint(-154.9273076375361,68.34405591845156), new GPoint(-154.8038999074583,68.33046519710858), new GPoint(-154.510426230362,68.33684720056715), new GPoint(-153.8108222779174,68.33112339790388), new GPoint(-153.8046715645611,68.39966567123155), new GPoint(-153.6862605789525,68.39717767264936), new GPoint(-153.6792825126292,68.44079418267023), new GPoint(-153.0600144435192,68.41786030437822), new GPoint(-153.0526698028942,68.34386030087589), new GPoint(-152.9195742966917,68.33802288286968), new GPoint(-152.887614553626,68.29971248497586), new GPoint(-152.5825515305,68.31011146684051), new GPoint(-152.5604839707768,68.3422290725496), new GPoint(-152.3492039890267,68.34103278079974), new GPoint(-152.3257594356022,68.23988565298434), new GPoint(-151.8307545830547,68.2250282128567), new GPoint(-151.3129780611398,68.2158466089856), new GPoint(-151.101447188761,68.22355034022462), new GPoint(-151.1017420490323,68.25970730414697), new GPoint(-151.0191944246795,68.26435516026096), new GPoint(-151.0202405289326,68.3039172513587), new GPoint(-150.7379471282279,68.29465365776407), new GPoint(-150.7328152864973,68.27415946812077), new GPoint(-150.6276291557205,68.26384536973139), new GPoint(-150.5859936583717,68.24624499520409), new GPoint(-150.3981098363857,68.26081310331674), new GPoint(-150.3719116119542,68.31374153258562), new GPoint(-150.1253345431244,68.31274814192632), new GPoint(-150.103253132524,68.33918003939326), new GPoint(-150.117163357328,68.40231328457892), new GPoint(-149.6819531873275,68.39583673451709), new GPoint(-149.6406770523143,68.42270578373527), new GPoint(-149.639863158001,68.58237932429097), new GPoint(-149.6616941329873,68.66765556915482), new GPoint(-148.7319927048223,68.68694746043933), new GPoint(-148.4281254982852,68.78541454184361), new GPoint(-148.4329943370579,69.04076531741964), new GPoint(-147.8190627796175,69.04444460550874), new GPoint(-147.8056557644874,69.13042419313217), new GPoint(-147.6664776953939,69.13764381727349), new GPoint(-147.6565045404358,69.21841497739881), new GPoint(-147.4146456529687,69.22692017487236), new GPoint(-147.4314938543851,69.2953537759705), new GPoint(-147.150919131522,69.30892190905453), new GPoint(-147.1590993535827,69.3447937411036), new GPoint(-146.9214212598554,69.34740139867229), new GPoint(-146.8992539150026,69.31337489837132), new GPoint(-146.073689427979,69.30788253750652), new GPoint(-146.0367271371633,69.3578024029585), new GPoint(-146.3301615149566,69.47255801484073), new GPoint(-146.2801283509888,69.55188026919475), new GPoint(-146.3466391418941,69.60294295393925), new GPoint(-146.2798152258798,69.64987303331668), new GPoint(-146.3355211730623,69.74725889976295), new GPoint(-146.4542910189677,69.82021475445528), new GPoint(-146.4242018742704,69.89583141138817), new GPoint(-146.0928034393646,70.07950072144286), new GPoint(-146.0646219327245,70.12936662789107), new GPoint(-145.888721429115,70.1679642120374), new GPoint(-146.1662740455031,70.25227894328032), new GPoint(-146.7017336264901,70.28085793295443), new GPoint(-146.9209803087173,70.35087279526003), new GPoint(-147.1394723336105,70.34341676346757), new GPoint(-147.4463676404498,70.44463585131322), new GPoint(-147.6199233657562,70.43895045386577), new GPoint(-147.7767002035707,70.47458510481434), new GPoint(-147.9386445792597,70.53050100943467), new GPoint(-148.1138783688204,70.49516656393455), new GPoint(-148.4069377950349,70.52789741157355), new GPoint(-148.4778406309876,70.45804982214204), new GPoint(-148.630422226826,70.480920949924), new GPoint(-148.7824415537186,70.5276776795594), new GPoint(-148.9473665095635,70.52947041026151), new GPoint(-149.1665326232178,70.5710986876923), new GPoint(-149.3896593822781,70.60211620354426), new GPoint(-149.7821479251463,70.61162037513624), new GPoint(-149.8974788429421,70.61723625459459), new GPoint(-150.0023749677927,70.60071852858931), new GPoint(-150.2028366334777,70.61588938993231), new GPoint(-150.3448392212374,70.56377850064345), new GPoint(-150.4967907149024,70.5525120411063), new GPoint(-150.5996561724099,70.55118620524654), new GPoint(-150.9110930606181,70.52099039661722), new GPoint(-151.0695902621071,70.49871905159353), new GPoint(-151.2293118512722,70.48141956541005), new GPoint(-151.5273641719042,70.49013675558882), new GPoint(-151.7359730422241,70.53680555384119) ];



var txt1002Outline = [new GPoint(-146.0009579305212,70.13629482986714), new GPoint(-146.065533695553,70.09832033391989), new GPoint(-146.1414426405505,70.0677950217395), new GPoint(-146.1945549905315,70.02983897339711), new GPoint(-146.2588040626473,69.99556385254276), new GPoint(-146.3228829273442,69.96126419659544), new GPoint(-146.3760253064625,69.93078000387472), new GPoint(-146.4290461346294,69.90027736129565), new GPoint(-146.4481445736188,69.85872154953388), new GPoint(-146.4452564253818,69.81733584057832), new GPoint(-146.4319732069383,69.78356284747785), new GPoint(-146.3563251900959,69.75251037970617), new GPoint(-146.2852738309479,69.73697923735972), new GPoint(-144.6405723724661,69.73705313166744), new GPoint(-144.6405034466168,69.6514404085251), new GPoint(-143.9030708992741,69.64950587997863), new GPoint(-143.8954710823086,69.56675353270491), new GPoint(-143.0538910271655,69.5628187101249), new GPoint(-143.0274829717275,69.57668047581701), new GPoint(-142.9464288016621,69.59259330450564), new GPoint(-142.8861062174494,69.62012188537582), new GPoint(-142.8206746730367,69.66238966897635), new GPoint(-142.7468449400712,69.69790710506427), new GPoint(-142.6327529851209,69.73893899521738), new GPoint(-142.5525162526989,69.74615382485816), new GPoint(-142.4191335913981,69.7724520012396), new GPoint(-142.26404220941,69.79973382180476), new GPoint(-142.1947838384822,69.81277974044181), new GPoint(-142.1481868078537,69.83919172623803), new GPoint(-142.1735793219835,69.8532020563898), new GPoint(-142.2268744694054,69.89447864216645), new GPoint(-142.322822446738,69.91474333597869), new GPoint(-142.4070101494293,69.94230223991977), new GPoint(-142.5133300091273,69.97012601035796), new GPoint(-142.5979386911249,69.99759482790235), new GPoint(-142.6937442899373,70.02516621301292), new GPoint(-142.7897833131981,70.05268891534459), new GPoint(-142.8860602093704,70.08016386619873), new GPoint(-142.9947442416395,70.09644557899581), new GPoint(-143.1032262953053,70.11642189396471), new GPoint(-143.2005223418182,70.13998514439477), new GPoint(-143.3100532494503,70.15233152684203), new GPoint(-143.4337095303033,70.12713426494418), new GPoint(-143.5314184967126,70.15052851315078), new GPoint(-143.642198309524,70.14765269753519), new GPoint(-143.7531725757511,70.14095528726546), new GPoint(-143.8642796184148,70.13043653170755), new GPoint(-143.9754580740811,70.11609688439464), new GPoint(-144.0647683072522,70.09405998981787), new GPoint(-144.154039557451,70.06822816961287), new GPoint(-144.2646794617917,70.05372474014965), new GPoint(-144.3748350070188,70.05042507009777), new GPoint(-144.4743450948552,70.03199975166365), new GPoint(-144.5300798346107,69.99837277978705), new GPoint(-144.6074919127855,69.96854643495603), new GPoint(-144.7171414872553,69.96879614392046), new GPoint(-144.8266779822382,69.98776010058597), new GPoint(-144.9364973676821,69.9878822714939), new GPoint(-145.046354539805,69.9879396965885), new GPoint(-145.1563186483467,69.9954471030749), new GPoint(-145.2335916487193,70.01795254819226), new GPoint(-145.3111974820862,70.04795261740884), new GPoint(-145.4325737095586,70.04777862461228), new GPoint(-145.4996167254528,70.07773745969017), new GPoint(-145.5776171810134,70.0963717218595), new GPoint(-145.6893419290246,70.12241172784771), new GPoint(-145.7901621188209,70.14467552610573), new GPoint(-145.8914584066516,70.17066512887141), new GPoint(-146.0009579305212,70.13629482986714) ]

var txtANWROutline = [new GPoint(-140.9981324890628,69.64333119273361), new GPoint(-140.9878330620327,66.89471694186938), new GPoint(-141.0173631919187,66.88784226501915), new GPoint(-141.0459151045545,66.88932880359415), new GPoint(-141.0479824065849,66.87688230293567), new GPoint(-141.076938845677,66.86171531265175), new GPoint(-141.1009431114641,66.85151302827433), new GPoint(-141.1426829757509,66.85364010718477), new GPoint(-141.1119109779252,66.83331274434481), new GPoint(-141.115490158079,66.8136651780423), new GPoint(-141.1488608008201,66.80911474457558), new GPoint(-141.2195904030135,66.79495175372162), new GPoint(-141.26634494876,66.80563175946949), new GPoint(-141.2984165011596,66.78010725412356), new GPoint(-141.3923971617645,66.78363217459437), new GPoint(-141.4428658533971,66.74111828299664), new GPoint(-141.5175833639711,66.76463231336378), new GPoint(-141.5530595988194,66.75277353192412), new GPoint(-141.5932392449874,66.75990374276609), new GPoint(-141.6225201970299,66.75085425308023), new GPoint(-141.6450463954146,66.74665281336274), new GPoint(-141.6779825735245,66.75139741436584), new GPoint(-141.6928114577005,66.7897168122859), new GPoint(-141.6608174769448,66.80707308304409), new GPoint(-141.6841803964261,66.84268637859363), new GPoint(-141.7219639879443,66.85701180068051), new GPoint(-141.7166579807646,66.87552085066463), new GPoint(-141.7079929960366,66.88659317503696), new GPoint(-141.7352150031672,66.90250476933228), new GPoint(-141.7182181240124,66.91422006918594), new GPoint(-141.7388573119891,66.93399026111396), new GPoint(-141.7416023918387,66.94247243388409), new GPoint(-141.975147138269,66.94192698341016), new GPoint(-141.9833317954514,66.91297015128203), new GPoint(-142.1615741343519,66.91155210110682), new GPoint(-142.1670598790063,66.85530374487847), new GPoint(-142.1942771759128,66.85334690292504), new GPoint(-142.1955816793042,66.81152320371739), new GPoint(-142.3471180782135,66.81088219140628), new GPoint(-142.3506033148232,66.79754384869328), new GPoint(-142.414095918448,66.7962807474), new GPoint(-142.4186466208287,66.78072106474363), new GPoint(-142.6018295126147,66.7819549056144), new GPoint(-142.5982791893111,66.79538452364896), new GPoint(-142.7077605054976,66.79854852623134), new GPoint(-142.7168152189536,66.85448081131864), new GPoint(-142.92212288938,66.85129921294292), new GPoint(-142.9216452505118,66.81158637159069), new GPoint(-143.0666425030687,66.81527149389031), new GPoint(-143.0760259423152,66.85308275544038), new GPoint(-143.1069253490131,66.85739135647881), new GPoint(-143.1000767612194,66.89583561488418), new GPoint(-143.0002330118141,66.90036359653021), new GPoint(-143.0002280057217,66.91083432568547), new GPoint(-142.9217964554493,66.91509124872647), new GPoint(-142.9254552405638,66.94244053468492), new GPoint(-142.8931624162519,66.94326542478557), new GPoint(-142.8935549907378,67.05600573919139), new GPoint(-142.9306772900512,67.05754667713437), new GPoint(-142.9351574109264,67.11342128757379), new GPoint(-143.012599235938,67.11512791895105), new GPoint(-143.0077316804253,67.19845170060144), new GPoint(-143.2250307640971,67.20255433584124), new GPoint(-143.2274661554361,67.28312103239045), new GPoint(-143.3861107777777,67.28679729115331), new GPoint(-143.3846360734326,67.45951035367969), new GPoint(-144.3913192355529,67.46296470879567), new GPoint(-144.3966193264234,67.43600748121091), new GPoint(-144.5814093043651,67.43111810014634), new GPoint(-144.5834150210087,67.41965857716384), new GPoint(-144.6187318793766,67.41965828115465), new GPoint(-144.6215301647769,67.40403190794589), new GPoint(-144.7349242678032,67.40610340785186), new GPoint(-144.7280192165767,67.42883921082091), new GPoint(-144.801106923307,67.42969467959424), new GPoint(-144.8063548690575,67.44549563582046), new GPoint(-144.9551231241817,67.44739392738379), new GPoint(-144.960924236656,67.40151046907194), new GPoint(-145.1074103532926,67.40010691447363), new GPoint(-145.1036135733451,67.39062924338668), new GPoint(-145.1396681378868,67.38824842656672), new GPoint(-145.1394464832241,67.3733950413758), new GPoint(-145.1885256147432,67.3745160116855), new GPoint(-145.1595695265491,67.39994538085942), new GPoint(-145.202495954887,67.42080357018651), new GPoint(-145.2188060859352,67.43582108833977), new GPoint(-145.2870621593266,67.43225600761268), new GPoint(-145.3309658469759,67.44269002140949), new GPoint(-145.3735505404578,67.47078292057378), new GPoint(-145.3768116078453,67.49477234269399), new GPoint(-145.3074753355762,67.54221457175594), new GPoint(-145.1249264153999,67.53770804994723), new GPoint(-145.1273155237387,68.14590475643176), new GPoint(-145.1597276551088,68.13510432018063), new GPoint(-145.2579121442914,68.1533601286898), new GPoint(-145.4624772893933,68.11601945177524), new GPoint(-145.5573826424659,68.13119018198019), new GPoint(-145.7336425333888,68.07103719494596), new GPoint(-145.8046373307016,68.03622344882422), new GPoint(-145.9226365863517,68.02405605723418), new GPoint(-146.0292055410876,67.94035572579745), new GPoint(-146.0750483647675,67.85564733758825), new GPoint(-146.1317817206802,67.80305686468222), new GPoint(-146.1498529461907,67.78164520386842), new GPoint(-146.1533384905229,67.75416675749447), new GPoint(-146.1131765832545,67.73893938302712), new GPoint(-146.0764662627515,67.69500053166408), new GPoint(-146.0499715748553,67.6788179169442), new GPoint(-146.1669176236538,67.53219969063188), new GPoint(-146.3004702612781,67.47057357926201), new GPoint(-146.407393502939,67.47489088634444), new GPoint(-146.4954265610597,67.44979107025731), new GPoint(-146.5988248986755,67.4260754343007), new GPoint(-146.6587292386098,67.4106360778096), new GPoint(-146.6957083664415,67.38704413448043), new GPoint(-146.6950608680239,67.36287289569923), new GPoint(-146.7415822662028,67.33700028148847), new GPoint(-146.8410293908698,67.31307388360393), new GPoint(-146.9740414918107,67.29678197100004), new GPoint(-146.9630470313593,67.71885339507618), new GPoint(-147.5578525650597,67.72204137592794), new GPoint(-147.5743048944438,67.80470735038219), new GPoint(-147.7500339570319,67.80803054247164), new GPoint(-147.7641726755437,67.86759406558332), new GPoint(-148.0392520738767,67.90930912455059), new GPoint(-148.0346152892666,67.92216884809697), new GPoint(-148.1290678569057,67.94548006861592), new GPoint(-148.1181150144622,67.95706402593366), new GPoint(-148.1731352882492,68.01688991032644), new GPoint(-148.0825464129244,68.10294435987626), new GPoint(-148.2040748842039,68.14968127850479), new GPoint(-148.17141167925,68.23329096617016), new GPoint(-148.3392277098284,68.22315369048023), new GPoint(-148.4110734996873,68.266912934853), new GPoint(-149.0558356931745,68.1335280023026), new GPoint(-149.2524318809419,68.17899216975711), new GPoint(-149.2389955533059,68.34716361925298), new GPoint(-149.1956952960405,68.3595308592065), new GPoint(-149.1957430425824,68.43768271603844), new GPoint(-149.3588995137872,68.44958346992759), new GPoint(-149.3962973333549,68.48217246797097), new GPoint(-149.2264189567669,68.49412921853198), new GPoint(-149.2106929033605,68.52231379421559), new GPoint(-148.7299061106691,68.52186457093082), new GPoint(-148.7117283709442,68.69523620744133), new GPoint(-148.4388693870689,68.79542357864364), new GPoint(-148.4377069407419,69.05175943505067), new GPoint(-147.8044574398801,69.04352742224019), new GPoint(-147.8088925598059,69.12739404684815), new GPoint(-147.6329450718522,69.12883275766814), new GPoint(-147.6504718433297,69.21312992495797), new GPoint(-147.41222140623,69.2166079676323), new GPoint(-147.4141889227628,69.29525047221821), new GPoint(-147.1755926253517,69.29556209757877), new GPoint(-147.1710154902252,69.3470901688558), new GPoint(-146.909914626872,69.33853662016671), new GPoint(-146.9213129100436,69.30616492811703), new GPoint(-146.0580922673424,69.30377558209814), new GPoint(-146.0254123746944,69.36584503674486), new GPoint(-146.3205955680351,69.47437870734765), new GPoint(-146.2950475101898,69.54761524327074), new GPoint(-146.342338164336,69.60292307619308), new GPoint(-146.2647674607539,69.6536172355153), new GPoint(-146.2701118716238,69.7301129828238), new GPoint(-146.3089351332263,69.74850871270758), new GPoint(-146.4115903805574,69.76441505989827), new GPoint(-146.4718527416306,69.85618117285112), new GPoint(-146.4004550595838,69.87473149843083), new GPoint(-146.4001293342653,69.92429187681226), new GPoint(-146.1623965271251,70.05379467414805), new GPoint(-146.1045628057514,70.07662147909991), new GPoint(-146.1276116793381,70.0852868181786), new GPoint(-146.0100140024882,70.14125752604203), new GPoint(-145.8896280858435,70.17123470873757), new GPoint(-145.6212169460103,70.09890047837682), new GPoint(-145.4751076133341,70.08254503163241), new GPoint(-145.4301530259825,70.06195995942312), new GPoint(-145.3431535823602,70.03944933446223), new GPoint(-145.0923656223476,70.03297954122773), new GPoint(-145.1915039541832,70.02273996321195), new GPoint(-145.2000363208623,69.99392641815847), new GPoint(-144.9666135371808,69.97830537619687), new GPoint(-144.9470292450303,69.98510468677307), new GPoint(-144.8486857469399,69.98688445902756), new GPoint(-144.7897120330243,69.97924383996694), new GPoint(-144.7425976974523,69.97291011733393), new GPoint(-144.609306797873,69.97371789003678), new GPoint(-144.4722923790421,70.03235315952712), new GPoint(-144.299625803068,70.04435264352674), new GPoint(-144.1942091727663,70.06636403971284), new GPoint(-144.0887846908847,70.08729382904795), new GPoint(-143.9705370171752,70.09743872941186), new GPoint(-143.8983536209682,70.12962801574363), new GPoint(-143.783602398324,70.1127797392046), new GPoint(-143.7514674304603,70.13053065093277), new GPoint(-143.5805160010852,70.15007078187468), new GPoint(-143.4129710038771,70.12614127119575), new GPoint(-143.258797739923,70.15332454220976), new GPoint(-142.8395102709992,70.05397975764312), new GPoint(-142.7654130541681,70.04719575903306), new GPoint(-142.5547902040257,69.98655109661029), new GPoint(-141.9546613682035,69.82397419946136), new GPoint(-141.7560911797045,69.79598401733071), new GPoint(-141.5978784054944,69.75717673985059), new GPoint(-141.4474151303849,69.6996580112384), new GPoint(-141.3887226856876,69.69603436419418), new GPoint(-141.3556161454582,69.67999124655839), new GPoint(-141.2924174943681,69.68862857936459), new GPoint(-141.2622328318836,69.68102582516657), new GPoint(-141.1950060433005,69.68424158207048), new GPoint(-141.1333948965779,69.68039612192439), new GPoint(-140.9981324890628,69.64333119273361,0)]
