// Generated by trk2googlemaps and kml ( http://etoh.minidns.net/gps/ )
// 本コードはtrk2googlemaps and kmlによって自動生成されました。
numofwaypoints=0;
posofwaypoints=0;
numofphotos=157;
posofphotos=0;
waypoint_markers = [];
waypoint_infos   = [];
photo_markers    = [];
photo_infos      = [];
var points = [];
var map;
var currentzoom;
var key = "ABQIAAAAvjZd_JDk5wPw86UfmaYAdxS-3qfp1sLmxQ-OAHtUVe1j7exPahRehzrtMXbZmWx3qkc6fD6RJ8-O8Q";
var movemarkerIcon;
   
// グラフマウスオーバ用のJavaScript
if (document.images)
{
	// 時刻－高度
	var alt = new Image();
	alt.src = "index.files/time-alt.png";

	// 時刻－距離
	var dist = new Image();
	dist.src = "index.files/time-dst.png";

	// 時刻－速度
	var speed = new Image();
	speed.src = "index.files/time-speed.png";
}

// マウスオーバ時
function On(name) 
{
	if (document.images) 
	{
		document.images['graphimage'].src = eval(name + '.src');
	}
}

// ウェイポイント表示用関数
function addWayPoints(map, nType, lat, lon, title)
{
	var point=new GLatLng(lon, lat);
	var Icon = new GIcon();
	var nn;
	if (nType==1){ // 小さな赤いマーカ
		nn=posofphotos+1;
		Icon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
		Icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
		Icon.iconSize = new GSize(12, 20);
		Icon.shadowSize = new GSize(22, 20);
		Icon.iconAnchor = new GPoint(6, 20);
		Icon.infoWindowAnchor = new GPoint(5, 1);

		photo_markers.push(new GMarker(point, Icon));
		photo_infos.push('<div style="width: 12em; style: font-size: small">'+title+'</div>');
		GEvent.addListener(photo_markers[posofphotos], "click", function(){jumpphotomarker(nn);});
		map.addOverlay(photo_markers[posofphotos]);
		posofphotos = posofphotos+1;

	}
	else
	{ // |>の形状のマーカ
		nn=posofwaypoints+1;
		Icon.image = "http://www.google.com/mapfiles/dd-start.png";
		Icon.shadow = "http://www.google.com/mapfiles/shadow50.png";
		Icon.iconSize = new GSize(20, 34);
		Icon.shadowSize = new GSize(37, 34);
		Icon.iconAnchor = new GPoint(9, 34);
		Icon.infoWindowAnchor = new GPoint(9, 2);

		waypoint_markers.push(new GMarker(point, Icon));
		waypoint_infos.push('<div style="width: 12em; style: font-size: small">'+title+'</div>');
		GEvent.addListener(waypoint_markers[posofwaypoints], "click",function(){jumpwaypointmarker(nn);});
		map.addOverlay(waypoint_markers[posofwaypoints]);
		posofwaypoints=posofwaypoints+1;
	}
}
	

// HTMLロード時
function load()
{
	// 初期化パラメータ
	var mapwidth=640;  // 地図の幅を設定します。
	var mapheight=480; // 地図の高さを設定します。
	var zoom=-1;    // この値を変更すると初期ズーム値が変わります。-1の場合は自動となります。
	var linecolor="#FF0000"; // この値を変更すると、線の色が変わります。
	var linewidth=2; // この値を変更すると、線の太さが変わります。 
	var lineopacity=1.00;   // この値を変更すると、線の透明度が変わります。
	var defaultmaptype=0; // この値を変更すると初期のマップタイプが変更されます。
	var wpt_points = [];

	// トラックデータ列です。
		points.push(new GLatLng(35.9519,139.4264));
	points.push(new GLatLng(35.94952,139.4227));
	points.push(new GLatLng(35.94836,139.4189));
	points.push(new GLatLng(35.93343,139.4045));
	points.push(new GLatLng(35.93405,139.4061));
	points.push(new GLatLng(35.94901,139.3946));
	points.push(new GLatLng(35.95347,139.3865));
	points.push(new GLatLng(35.96583,139.3803));
	points.push(new GLatLng(35.97095,139.3801));
	points.push(new GLatLng(35.97422,139.3799));
	points.push(new GLatLng(35.97885,139.3799));
	points.push(new GLatLng(36.04057,139.371));
	points.push(new GLatLng(36.04473,139.3526));
	points.push(new GLatLng(36.05273,139.3405));
	points.push(new GLatLng(36.05415,139.3384));
	points.push(new GLatLng(36.05775,139.3315));
	points.push(new GLatLng(36.08801,139.2893));
	points.push(new GLatLng(36.09288,139.2856));
	points.push(new GLatLng(36.09713,139.2834));
	points.push(new GLatLng(36.1182,139.2592));
	points.push(new GLatLng(36.12051,139.255));
	points.push(new GLatLng(36.12343,139.2499));
	points.push(new GLatLng(36.12792,139.242));
	points.push(new GLatLng(36.13084,139.2368));
	points.push(new GLatLng(36.1333,139.2328));
	points.push(new GLatLng(36.14185,139.2246));
	points.push(new GLatLng(36.16461,139.2028));
	points.push(new GLatLng(36.2019,139.1797));
	points.push(new GLatLng(36.2048,139.1754));
	points.push(new GLatLng(36.23302,139.1494));
	points.push(new GLatLng(36.23727,139.1469));
	points.push(new GLatLng(36.25091,139.1322));
	points.push(new GLatLng(36.25252,139.1275));
	points.push(new GLatLng(36.25357,139.1244));
	points.push(new GLatLng(36.25533,139.1192));
	points.push(new GLatLng(36.25975,139.1064));
	points.push(new GLatLng(36.27276,139.0929));
	points.push(new GLatLng(36.26055,139.056));
	points.push(new GLatLng(36.25171,139.047));
	points.push(new GLatLng(36.24714,139.0452));
	points.push(new GLatLng(36.2436,139.0116));
	points.push(new GLatLng(36.24295,139.0058));
	points.push(new GLatLng(36.24377,138.9979));
	points.push(new GLatLng(36.24302,138.9913));
	points.push(new GLatLng(36.24171,138.9869));
	points.push(new GLatLng(36.24096,138.9804));
	points.push(new GLatLng(36.24102,138.9722));
	points.push(new GLatLng(36.24053,138.9672));
	points.push(new GLatLng(36.24177,138.9563));
	points.push(new GLatLng(36.24186,138.9533));
	points.push(new GLatLng(36.2413,138.9427));
	points.push(new GLatLng(36.23963,138.9368));
	points.push(new GLatLng(36.23965,138.9315));
	points.push(new GLatLng(36.2404,138.9263));
	points.push(new GLatLng(36.24115,138.9222));
	points.push(new GLatLng(36.24336,138.9167));
	points.push(new GLatLng(36.24055,138.8807));
	points.push(new GLatLng(36.23109,138.8189));
	points.push(new GLatLng(36.22607,138.8095));
	points.push(new GLatLng(36.20531,138.7833));
	points.push(new GLatLng(36.20789,138.7797));
	points.push(new GLatLng(36.20744,138.7774));
	points.push(new GLatLng(36.20493,138.7747));
	points.push(new GLatLng(36.1998,138.763));
	points.push(new GLatLng(36.19924,138.7609));
	points.push(new GLatLng(36.1986,138.759));
	points.push(new GLatLng(36.18654,138.7487));
	points.push(new GLatLng(36.17832,138.7427));
	points.push(new GLatLng(36.17753,138.7403));
	points.push(new GLatLng(36.17731,138.7397));
	points.push(new GLatLng(36.17622,138.7381));
	points.push(new GLatLng(36.1753,138.7374));
	points.push(new GLatLng(36.17126,138.7341));
	points.push(new GLatLng(36.14815,138.7343));
	points.push(new GLatLng(36.13972,138.7245));
	points.push(new GLatLng(36.11066,138.7194));
	points.push(new GLatLng(36.08908,138.7161));
	points.push(new GLatLng(36.08867,138.719));
	points.push(new GLatLng(36.09635,138.6796));
	points.push(new GLatLng(36.09734,138.6744));
	points.push(new GLatLng(36.10994,138.6404));
	points.push(new GLatLng(36.1118,138.6378));
	points.push(new GLatLng(36.11253,138.6362));
	points.push(new GLatLng(36.11871,138.6132));
	points.push(new GLatLng(36.12434,138.6045));
	points.push(new GLatLng(36.12487,138.6024));
	points.push(new GLatLng(36.1244,138.6002));
	points.push(new GLatLng(36.12461,138.5978));
	points.push(new GLatLng(36.12588,138.5918));
	points.push(new GLatLng(36.12575,138.5893));
	points.push(new GLatLng(36.12575,138.5887));
	points.push(new GLatLng(36.12611,138.5867));
	points.push(new GLatLng(36.1262,138.5865));
	points.push(new GLatLng(36.13176,138.5714));
	points.push(new GLatLng(36.1327,138.5689));
	points.push(new GLatLng(36.13534,138.5642));
	points.push(new GLatLng(36.13687,138.5572));
	points.push(new GLatLng(36.13802,138.555));
	points.push(new GLatLng(36.14008,138.5512));
	points.push(new GLatLng(36.14025,138.5509));
	points.push(new GLatLng(36.14152,138.5498));
	points.push(new GLatLng(36.14169,138.5496));
	points.push(new GLatLng(36.14223,138.547));
	points.push(new GLatLng(36.14152,138.5423));
	points.push(new GLatLng(36.14221,138.5383));
	points.push(new GLatLng(36.14204,138.5353));
	points.push(new GLatLng(36.14193,138.5303));
	points.push(new GLatLng(36.14176,138.5265));
	points.push(new GLatLng(36.14152,138.5238));
	points.push(new GLatLng(36.14197,138.5222));
	points.push(new GLatLng(36.1432,138.5193));
	points.push(new GLatLng(36.14753,138.5143));
	points.push(new GLatLng(36.15517,138.4976));
	points.push(new GLatLng(36.15512,138.494));
	points.push(new GLatLng(36.15487,138.4909));
	points.push(new GLatLng(36.15523,138.4892));
	points.push(new GLatLng(36.15603,138.4868));
	points.push(new GLatLng(36.15953,138.4817));
	points.push(new GLatLng(36.20718,138.4668));
	points.push(new GLatLng(36.21516,138.4628));
	points.push(new GLatLng(36.21748,138.4613));
	points.push(new GLatLng(36.22117,138.459));
	points.push(new GLatLng(36.23027,138.4562));
	points.push(new GLatLng(36.23207,138.4562));
	points.push(new GLatLng(36.23302,138.4534));
	points.push(new GLatLng(36.23351,138.4518));
	points.push(new GLatLng(36.23649,138.4427));
	points.push(new GLatLng(36.23785,138.4386));
	points.push(new GLatLng(36.23975,138.4328));
	points.push(new GLatLng(36.24634,138.4182));
	points.push(new GLatLng(36.24887,138.4145));
	points.push(new GLatLng(36.25366,138.4067));
	points.push(new GLatLng(36.25941,138.3709));
	points.push(new GLatLng(36.25737,138.3641));
	points.push(new GLatLng(36.2584,138.3613));
	points.push(new GLatLng(36.26385,138.3547));
	points.push(new GLatLng(36.2748,138.3471));
	points.push(new GLatLng(36.27853,138.3426));
	points.push(new GLatLng(36.27707,138.3345));
	points.push(new GLatLng(36.27681,138.3333));
	points.push(new GLatLng(36.27675,138.3329));
	points.push(new GLatLng(36.27655,138.3317));
	points.push(new GLatLng(36.27589,138.3279));
	points.push(new GLatLng(36.27527,138.3236));
	points.push(new GLatLng(36.27551,138.3222));
	points.push(new GLatLng(36.2752,138.3115));
	points.push(new GLatLng(36.27299,138.3088));
	points.push(new GLatLng(36.26982,138.3059));
	points.push(new GLatLng(36.26941,138.305));
	points.push(new GLatLng(36.26847,138.3029));
	points.push(new GLatLng(36.26769,138.3008));
	points.push(new GLatLng(36.25997,138.2893));
	points.push(new GLatLng(36.25016,138.274));
	points.push(new GLatLng(36.25321,138.2609));
	points.push(new GLatLng(36.27188,138.2586));
	points.push(new GLatLng(36.28595,138.2567));
	points.push(new GLatLng(36.29211,138.2547));
	points.push(new GLatLng(36.3002,138.2504));
	points.push(new GLatLng(36.29861,138.2466));
	points.push(new GLatLng(36.29261,138.2398));
	points.push(new GLatLng(36.28864,138.2341));
	points.push(new GLatLng(36.28625,138.2291));
	points.push(new GLatLng(36.28374,138.2224));
	points.push(new GLatLng(36.27872,138.2186));
	points.push(new GLatLng(36.27493,138.2142));
	points.push(new GLatLng(36.27477,138.2137));
	points.push(new GLatLng(36.27383,138.2038));
	points.push(new GLatLng(36.27374,138.1997));
	points.push(new GLatLng(36.27342,138.1976));
	points.push(new GLatLng(36.27269,138.1938));
	points.push(new GLatLng(36.27243,138.1914));
	points.push(new GLatLng(36.27284,138.1876));
	points.push(new GLatLng(36.27179,138.1838));
	points.push(new GLatLng(36.27098,138.1783));
	points.push(new GLatLng(36.27085,138.1773));
	points.push(new GLatLng(36.271,138.1749));
	points.push(new GLatLng(36.27171,138.1725));
	points.push(new GLatLng(36.27218,138.1695));
	points.push(new GLatLng(36.27233,138.1582));
	points.push(new GLatLng(36.27007,138.1544));
	points.push(new GLatLng(36.26252,138.1418));
	points.push(new GLatLng(36.26181,138.1402));
	points.push(new GLatLng(36.26106,138.1393));
	points.push(new GLatLng(36.25896,138.1361));
	points.push(new GLatLng(36.22797,138.1437));
	points.push(new GLatLng(36.23139,138.1398));
	points.push(new GLatLng(36.22877,138.1426));
	points.push(new GLatLng(36.22911,138.1402));
	points.push(new GLatLng(36.22907,138.1383));
	points.push(new GLatLng(36.22838,138.1359));
	points.push(new GLatLng(36.21613,138.1393));
	points.push(new GLatLng(36.2154,138.1411));
	points.push(new GLatLng(36.18613,138.1227));
	points.push(new GLatLng(36.18592,138.1239));
	points.push(new GLatLng(36.22353,138.0356));
	points.push(new GLatLng(36.22589,138.0314));
	points.push(new GLatLng(36.22761,138.0278));
	points.push(new GLatLng(36.23031,138.0226));
	points.push(new GLatLng(36.23149,138.0192));
	points.push(new GLatLng(36.23611,138.005));
	points.push(new GLatLng(36.23596,138.0024));
	points.push(new GLatLng(36.23621,137.9966));
	points.push(new GLatLng(36.23709,137.9883));
	points.push(new GLatLng(36.23752,137.9847));
	points.push(new GLatLng(36.23834,137.978));
	points.push(new GLatLng(36.2386,137.976));
	points.push(new GLatLng(36.28106,137.9748));
	points.push(new GLatLng(36.281,137.9768));
	points.push(new GLatLng(36.28181,137.9782));
	points.push(new GLatLng(36.28842,137.9923));
	points.push(new GLatLng(36.29018,137.9969));
	points.push(new GLatLng(36.2902,137.9972));
	points.push(new GLatLng(36.28999,138.0026));
	points.push(new GLatLng(36.28917,138.0061));
	points.push(new GLatLng(36.28767,138.008));
	points.push(new GLatLng(36.2828,138.0115));
	points.push(new GLatLng(36.28112,138.013));
	points.push(new GLatLng(36.27995,138.0147));
	points.push(new GLatLng(36.27889,138.018));
	points.push(new GLatLng(36.27628,138.0211));
	points.push(new GLatLng(36.2754,138.0229));
	points.push(new GLatLng(36.2734,138.0282));
	points.push(new GLatLng(36.27391,138.0348));
	points.push(new GLatLng(36.27484,138.0361));
	points.push(new GLatLng(36.2761,138.0373));
	points.push(new GLatLng(36.2781,138.04));
	points.push(new GLatLng(36.27844,138.0415));
	points.push(new GLatLng(36.27844,138.0416));
	points.push(new GLatLng(36.27851,138.0481));
	points.push(new GLatLng(36.27984,138.0517));
	points.push(new GLatLng(36.27988,138.0519));
	points.push(new GLatLng(36.28005,138.0541));
	points.push(new GLatLng(36.28104,138.0583));
	points.push(new GLatLng(36.28675,138.0831));
	points.push(new GLatLng(36.28804,138.0852));
	points.push(new GLatLng(36.2887,138.0874));
	points.push(new GLatLng(36.28887,138.0877));
	points.push(new GLatLng(36.29048,138.0879));
	points.push(new GLatLng(36.29136,138.0923));
	points.push(new GLatLng(36.29185,138.0955));
	points.push(new GLatLng(36.29226,138.098));
	points.push(new GLatLng(36.29179,138.0999));
	points.push(new GLatLng(36.29076,138.1028));
	points.push(new GLatLng(36.29033,138.1055));
	points.push(new GLatLng(36.29117,138.1135));
	points.push(new GLatLng(36.29293,138.1207));
	points.push(new GLatLng(36.29973,138.1382));
	points.push(new GLatLng(36.30413,138.1414));
	points.push(new GLatLng(36.30003,138.1712));
	points.push(new GLatLng(36.29996,138.1725));
	points.push(new GLatLng(36.30037,138.1825));
	points.push(new GLatLng(36.30059,138.1842));
	points.push(new GLatLng(36.30063,138.1843));
	points.push(new GLatLng(36.30132,138.1861));
	points.push(new GLatLng(36.30426,138.2004));
	points.push(new GLatLng(36.30546,138.2025));
	points.push(new GLatLng(36.30653,138.2079));
	points.push(new GLatLng(36.30698,138.2102));
	points.push(new GLatLng(36.30853,138.214));
	points.push(new GLatLng(36.31001,138.2164));
	points.push(new GLatLng(36.31565,138.2478));
	points.push(new GLatLng(36.31683,138.2541));
	points.push(new GLatLng(36.34543,138.2643));
	points.push(new GLatLng(36.34556,138.2657));
	points.push(new GLatLng(36.3458,138.2682));
	points.push(new GLatLng(36.34618,138.272));
	points.push(new GLatLng(36.34647,138.2746));
	points.push(new GLatLng(36.34597,138.2765));
	points.push(new GLatLng(36.34421,138.2794));
	points.push(new GLatLng(36.34258,138.2821));
	points.push(new GLatLng(36.34524,138.2878));
	points.push(new GLatLng(36.35715,138.3044));
	points.push(new GLatLng(36.35771,138.3074));
	points.push(new GLatLng(36.35764,138.311));
	points.push(new GLatLng(36.35762,138.3112));
	points.push(new GLatLng(36.35691,138.3144));
	points.push(new GLatLng(36.3541,138.3173));
	points.push(new GLatLng(36.35286,138.3228));
	points.push(new GLatLng(36.36262,138.3447));
	points.push(new GLatLng(36.36367,138.3469));
	points.push(new GLatLng(36.36569,138.3479));
	points.push(new GLatLng(36.37258,138.3298));
	points.push(new GLatLng(36.37277,138.3322));
	points.push(new GLatLng(36.39039,138.3277));
	points.push(new GLatLng(36.3915,138.3267));
	points.push(new GLatLng(36.39165,138.3223));
	points.push(new GLatLng(36.38651,138.3178));
	points.push(new GLatLng(36.37577,138.3167));
	points.push(new GLatLng(36.37277,138.3233));
	points.push(new GLatLng(36.37133,138.3367));
	points.push(new GLatLng(36.3673,138.344));
	points.push(new GLatLng(36.36618,138.3465));
	points.push(new GLatLng(36.36573,138.348));
	points.push(new GLatLng(36.36708,138.3485));
	points.push(new GLatLng(36.36715,138.3503));
	points.push(new GLatLng(36.36076,138.3575));
	points.push(new GLatLng(36.34483,138.4218));
	points.push(new GLatLng(36.34153,138.4349));
	points.push(new GLatLng(36.33797,138.4406));
	points.push(new GLatLng(36.33634,138.4425));
	points.push(new GLatLng(36.33323,138.4462));
	points.push(new GLatLng(36.3296,138.4532));
	points.push(new GLatLng(36.32563,138.467));
	points.push(new GLatLng(36.324,138.4712));
	points.push(new GLatLng(36.32222,138.4744));
	points.push(new GLatLng(36.30565,138.4812));
	points.push(new GLatLng(36.28838,138.4831));
	points.push(new GLatLng(36.2828,138.4876));
	points.push(new GLatLng(36.28261,138.4878));
	points.push(new GLatLng(36.28029,138.4933));
	points.push(new GLatLng(36.27872,138.501));
	points.push(new GLatLng(36.2761,138.5138));
	points.push(new GLatLng(36.27323,138.5185));
	points.push(new GLatLng(36.27076,138.5219));
	points.push(new GLatLng(36.26934,138.5301));
	points.push(new GLatLng(36.26945,138.5491));
	points.push(new GLatLng(36.26769,138.5773));
	points.push(new GLatLng(36.28085,138.624));
	points.push(new GLatLng(36.28259,138.6276));
	points.push(new GLatLng(36.2901,138.6484));
	points.push(new GLatLng(36.28898,138.6536));
	points.push(new GLatLng(36.29016,138.6703));
	points.push(new GLatLng(36.29812,138.6729));
	points.push(new GLatLng(36.30269,138.6818));
	points.push(new GLatLng(36.3079,138.6834));
	points.push(new GLatLng(36.30904,138.6823));
	points.push(new GLatLng(36.31218,138.6781));
	points.push(new GLatLng(36.32031,138.6828));
	points.push(new GLatLng(36.32956,138.6937));
	points.push(new GLatLng(36.33084,138.6994));
	points.push(new GLatLng(36.33104,138.707));
	points.push(new GLatLng(36.33485,138.7109));
	points.push(new GLatLng(36.32898,138.7602));
	points.push(new GLatLng(36.32694,138.7661));
	points.push(new GLatLng(36.31627,138.7733));
	points.push(new GLatLng(36.30846,138.7867));
	points.push(new GLatLng(36.30318,138.795));
	points.push(new GLatLng(36.2861,138.7987));
	points.push(new GLatLng(36.28484,138.8015));
	points.push(new GLatLng(36.28308,138.8055));
	points.push(new GLatLng(36.26115,138.8154));
	points.push(new GLatLng(36.25845,138.8176));
	points.push(new GLatLng(36.24797,138.8158));
	points.push(new GLatLng(36.24059,138.8765));
	points.push(new GLatLng(36.24072,138.8809));
	points.push(new GLatLng(36.24033,138.8868));
	points.push(new GLatLng(36.23993,138.891));
	points.push(new GLatLng(36.24081,138.9009));
	points.push(new GLatLng(36.24042,138.9267));
	points.push(new GLatLng(36.23965,138.932));
	points.push(new GLatLng(36.24162,138.9464));
	points.push(new GLatLng(36.2419,138.9532));
	points.push(new GLatLng(36.24059,138.9654));
	points.push(new GLatLng(36.24074,138.9697));
	points.push(new GLatLng(36.241,138.9721));
	points.push(new GLatLng(36.24107,138.9831));
	points.push(new GLatLng(36.24295,138.9905));
	points.push(new GLatLng(36.24353,138.9929));
	points.push(new GLatLng(36.24377,138.9948));
	points.push(new GLatLng(36.24939,139.046));
	points.push(new GLatLng(36.26064,139.0563));
	points.push(new GLatLng(36.27312,139.0918));
	points.push(new GLatLng(36.2731,139.0939));
	points.push(new GLatLng(36.27076,139.0966));
	points.push(new GLatLng(36.25881,139.1095));
	points.push(new GLatLng(36.25688,139.1152));
	points.push(new GLatLng(36.2339,139.1492));
	points.push(new GLatLng(36.17354,139.1936));
	points.push(new GLatLng(36.16442,139.2036));
	points.push(new GLatLng(36.13845,139.2274));
	points.push(new GLatLng(36.13659,139.2291));
	points.push(new GLatLng(36.10629,139.2767));
	points.push(new GLatLng(36.06211,139.3267));
	points.push(new GLatLng(36.05367,139.3396));
	points.push(new GLatLng(36.04434,139.3573));
	points.push(new GLatLng(35.96628,139.3806));
	points.push(new GLatLng(35.96231,139.381));
	points.push(new GLatLng(35.94926,139.3945));
	points.push(new GLatLng(35.91208,139.4398));
	points.push(new GLatLng(35.88869,139.464));
	points.push(new GLatLng(35.88486,139.4701));
	points.push(new GLatLng(35.88255,139.474));
	points.push(new GLatLng(35.86141,139.4904));
	points.push(new GLatLng(35.85892,139.4942));
	points.push(new GLatLng(35.82438,139.5162));
	points.push(new GLatLng(35.82133,139.52));
	points.push(new GLatLng(35.81094,139.5288));
	points.push(new GLatLng(35.8109,139.5358));
	points.push(new GLatLng(35.8203,139.5501));
	points.push(new GLatLng(35.84148,139.5685));
	points.push(new GLatLng(35.83974,139.5763));
	points.push(new GLatLng(35.83966,139.5765));
	points.push(new GLatLng(35.83738,139.579));
	points.push(new GLatLng(35.83609,139.5809));
	points.push(new GLatLng(35.83661,139.5824));
	points.push(new GLatLng(35.83839,139.5871));
	points.push(new GLatLng(35.83637,139.5949));
	points.push(new GLatLng(35.83511,139.5993));
	points.push(new GLatLng(35.83453,139.6037));
	points.push(new GLatLng(35.8371,139.6099));
	wpt_points.push(new GLatLng(36.2730166666667,139.080283333333));
	wpt_points.push(new GLatLng(36.2719833333333,139.076816666667));
	wpt_points.push(new GLatLng(36.23105,138.819));
	wpt_points.push(new GLatLng(36.23105,138.819));
	wpt_points.push(new GLatLng(36.1358833333333,138.723783333333));
	wpt_points.push(new GLatLng(36.1336666666667,138.7234));
	wpt_points.push(new GLatLng(36.0891166666667,138.716133333333));
	wpt_points.push(new GLatLng(36.0891,138.71615));
	wpt_points.push(new GLatLng(36.0891,138.716133333333));
	wpt_points.push(new GLatLng(36.0891,138.716133333333));
	wpt_points.push(new GLatLng(36.0887,138.718783333333));
	wpt_points.push(new GLatLng(36.1063,138.647733333333));
	wpt_points.push(new GLatLng(36.1063,138.647733333333));
	wpt_points.push(new GLatLng(36.1062666666667,138.647766666667));
	wpt_points.push(new GLatLng(36.10625,138.647783333333));
	wpt_points.push(new GLatLng(36.1061833333333,138.647866666667));
	wpt_points.push(new GLatLng(36.1248666666667,138.594366666667));
	wpt_points.push(new GLatLng(36.2426166666667,138.424083333333));
	wpt_points.push(new GLatLng(36.2782833333333,138.341133333333));
	wpt_points.push(new GLatLng(36.2781833333333,138.3405));
	wpt_points.push(new GLatLng(36.2780666666667,138.3399));
	wpt_points.push(new GLatLng(36.2781,138.21815));
	wpt_points.push(new GLatLng(36.24045,138.137316666667));
	wpt_points.push(new GLatLng(36.2404666666667,138.137333333333));
	wpt_points.push(new GLatLng(36.2404333333333,138.137333333333));
	wpt_points.push(new GLatLng(36.2295166666667,138.1423));
	wpt_points.push(new GLatLng(36.2293333333333,138.142133333333));
	wpt_points.push(new GLatLng(36.2290833333333,138.1425));
	wpt_points.push(new GLatLng(36.2287333333333,138.143));
	wpt_points.push(new GLatLng(36.22845,138.1434));
	wpt_points.push(new GLatLng(36.2289333333333,138.1426));
	wpt_points.push(new GLatLng(36.2290666666667,138.142433333333));
	wpt_points.push(new GLatLng(36.2312,138.139933333333));
	wpt_points.push(new GLatLng(36.23125,138.139866666667));
	wpt_points.push(new GLatLng(36.2313,138.139833333333));
	wpt_points.push(new GLatLng(36.2312333333333,138.1399));
	wpt_points.push(new GLatLng(36.2312333333333,138.1399));
	wpt_points.push(new GLatLng(36.23055,138.140583333333));
	wpt_points.push(new GLatLng(36.23055,138.140583333333));
	wpt_points.push(new GLatLng(36.2305666666667,138.140533333333));
	wpt_points.push(new GLatLng(36.2311166666667,138.140483333333));
	wpt_points.push(new GLatLng(36.2310833333333,138.140466666667));
	wpt_points.push(new GLatLng(36.1878,138.1293));
	wpt_points.push(new GLatLng(36.1878,138.1293));
	wpt_points.push(new GLatLng(36.1878,138.1293));
	wpt_points.push(new GLatLng(36.1878,138.129283333333));
	wpt_points.push(new GLatLng(36.1878,138.129283333333));
	wpt_points.push(new GLatLng(36.1878,138.129283333333));
	wpt_points.push(new GLatLng(36.18485,138.086366666667));
	wpt_points.push(new GLatLng(36.18485,138.086366666667));
	wpt_points.push(new GLatLng(36.1848666666667,138.086366666667));
	wpt_points.push(new GLatLng(36.30275,138.197283333333));
	wpt_points.push(new GLatLng(36.3871666666667,138.318066666667));
	wpt_points.push(new GLatLng(36.3871666666667,138.318066666667));
	wpt_points.push(new GLatLng(36.3871666666667,138.318066666667));
	wpt_points.push(new GLatLng(36.2576166666667,138.978933333333));
	wpt_points.push(new GLatLng(36.17525,139.1935));
	wpt_points.push(new GLatLng(35.9515666666667,139.390233333333));
	wpt_points.push(new GLatLng(36.2310333333333,138.819016666667));
	wpt_points.push(new GLatLng(36.2310333333333,138.819016666667));
	wpt_points.push(new GLatLng(36.0892333333333,138.7159));
	wpt_points.push(new GLatLng(36.08915,138.716016666667));
	wpt_points.push(new GLatLng(36.08915,138.716133333333));
	wpt_points.push(new GLatLng(36.0891,138.71615));
	wpt_points.push(new GLatLng(36.0945333333333,138.681666666667));
	wpt_points.push(new GLatLng(36.096,138.681583333333));
	wpt_points.push(new GLatLng(36.0963833333333,138.6808));
	wpt_points.push(new GLatLng(36.0963666666667,138.68015));
	wpt_points.push(new GLatLng(36.1062833333333,138.64775));
	wpt_points.push(new GLatLng(36.1062666666667,138.647766666667));
	wpt_points.push(new GLatLng(36.1062666666667,138.647766666667));
	wpt_points.push(new GLatLng(36.1062666666667,138.647783333333));
	wpt_points.push(new GLatLng(36.10625,138.647783333333));
	wpt_points.push(new GLatLng(36.10625,138.6478));
	wpt_points.push(new GLatLng(36.1061833333333,138.647883333333));
	wpt_points.push(new GLatLng(36.1061833333333,138.647883333333));
	wpt_points.push(new GLatLng(36.1244833333333,138.59935));
	wpt_points.push(new GLatLng(36.1245833333333,138.597366666667));
	wpt_points.push(new GLatLng(36.1245,138.596516666667));
	wpt_points.push(new GLatLng(36.2733333333333,138.258116666667));
	wpt_points.push(new GLatLng(36.2731666666667,138.258166666667));
	wpt_points.push(new GLatLng(36.2410166666667,138.1372));
	wpt_points.push(new GLatLng(36.2404666666667,138.137333333333));
	wpt_points.push(new GLatLng(36.2279333333333,138.143983333333));
	wpt_points.push(new GLatLng(36.2279333333333,138.143966666667));
	wpt_points.push(new GLatLng(36.2279333333333,138.143866666667));
	wpt_points.push(new GLatLng(36.2279333333333,138.143716666667));
	wpt_points.push(new GLatLng(36.18485,138.086366666667));
	wpt_points.push(new GLatLng(36.18485,138.086366666667));
	wpt_points.push(new GLatLng(36.18485,138.086366666667));
	wpt_points.push(new GLatLng(36.3028166666667,138.197333333333));
	wpt_points.push(new GLatLng(36.3028,138.197333333333));
	wpt_points.push(new GLatLng(36.3028,138.197333333333));
	wpt_points.push(new GLatLng(36.3028,138.197333333333));
	wpt_points.push(new GLatLng(36.3870333333333,138.31815));
	wpt_points.push(new GLatLng(36.3870666666667,138.3182));
	wpt_points.push(new GLatLng(36.3871666666667,138.318033333333));
	wpt_points.push(new GLatLng(36.3871666666667,138.31805));
	wpt_points.push(new GLatLng(36.2543666666667,138.990133333333));
	wpt_points.push(new GLatLng(36.2543666666667,138.990133333333));
	wpt_points.push(new GLatLng(35.9637666666667,139.445466666667));
	wpt_points.push(new GLatLng(35.9637666666667,139.445466666667));
	wpt_points.push(new GLatLng(36.1793666666667,139.191083333333));
	wpt_points.push(new GLatLng(36.1884833333333,139.190033333333));
	wpt_points.push(new GLatLng(36.2114333333333,138.801433333333));
	wpt_points.push(new GLatLng(36.19535,138.754583333333));
	wpt_points.push(new GLatLng(36.1438,138.730016666667));
	wpt_points.push(new GLatLng(36.1384,138.724216666667));
	wpt_points.push(new GLatLng(36.0928333333333,138.7159));
	wpt_points.push(new GLatLng(36.0983166666667,138.671166666667));
	wpt_points.push(new GLatLng(36.12415,138.605016666667));
	wpt_points.push(new GLatLng(36.1246,138.601566666667));
	wpt_points.push(new GLatLng(36.1278166666667,138.58245));
	wpt_points.push(new GLatLng(36.1415333333333,138.541983333333));
	wpt_points.push(new GLatLng(36.1557166666667,138.487766666667));
	wpt_points.push(new GLatLng(36.1836,138.481616666667));
	wpt_points.push(new GLatLng(36.2316833333333,138.456416666667));
	wpt_points.push(new GLatLng(36.23785,138.438633333333));
	wpt_points.push(new GLatLng(36.2604833333333,138.372));
	wpt_points.push(new GLatLng(36.2767833333333,138.333));
	wpt_points.push(new GLatLng(36.27485,138.3106));
	wpt_points.push(new GLatLng(36.2744,138.310083333333));
	wpt_points.push(new GLatLng(36.2703166666667,138.258766666667));
	wpt_points.push(new GLatLng(36.27515,138.258116666667));
	wpt_points.push(new GLatLng(36.3016,138.249016666667));
	wpt_points.push(new GLatLng(36.2737833333333,138.201866666667));
	wpt_points.push(new GLatLng(36.2298,138.141583333333));
	wpt_points.push(new GLatLng(36.2298666666667,138.1415));
	wpt_points.push(new GLatLng(36.2313666666667,138.139766666667));
	wpt_points.push(new GLatLng(36.2312166666667,138.139883333333));
	wpt_points.push(new GLatLng(36.2305666666667,138.140533333333));
	wpt_points.push(new GLatLng(36.2311166666667,138.140483333333));
	wpt_points.push(new GLatLng(36.2313666666667,138.139866666667));
	wpt_points.push(new GLatLng(36.1857666666667,138.124116666667));
	wpt_points.push(new GLatLng(36.19505,138.06575));
	wpt_points.push(new GLatLng(36.2241833333333,138.03445));
	wpt_points.push(new GLatLng(36.2784333333333,137.97505));
	wpt_points.push(new GLatLng(36.28615,138.008433333333));
	wpt_points.push(new GLatLng(36.28685,138.0832));
	wpt_points.push(new GLatLng(36.2915333333333,138.093166666667));
	wpt_points.push(new GLatLng(36.2961333333333,138.13085));
	wpt_points.push(new GLatLng(36.31025,138.216966666667));
	wpt_points.push(new GLatLng(36.3255333333333,138.2648));
	wpt_points.push(new GLatLng(36.3440166666667,138.263966666667));
	wpt_points.push(new GLatLng(36.3449666666667,138.263833333333));
	wpt_points.push(new GLatLng(36.3523,138.291983333333));
	wpt_points.push(new GLatLng(36.3536166666667,138.292116666667));
	wpt_points.push(new GLatLng(36.3672,138.3439));
	wpt_points.push(new GLatLng(36.3726666666667,138.33035));
	wpt_points.push(new GLatLng(36.387,138.3182));
	wpt_points.push(new GLatLng(36.3713,138.34565));
	wpt_points.push(new GLatLng(36.2576166666667,138.97895));
	wpt_points.push(new GLatLng(36.2575833333333,138.978816666667));
	wpt_points.push(new GLatLng(36.2575666666667,138.978816666667));
	wpt_points.push(new GLatLng(36.2575666666667,138.978816666667));
	wpt_points.push(new GLatLng(36.1752666666667,139.193483333333));
	wpt_points.push(new GLatLng(36.1752666666667,139.193483333333));


	// 表示の中心位置・サイズを算出します。
	var xavg=0;
	var yavg=0;
	var xmin=181;
	var xmax=-181;
	var ymin=91;
	var ymax=-91;
	for (var i=0; i<points.length; i++)
	{
		if (xmin>points[i].x) xmin=points[i].x;
		if (xmax<points[i].x) xmax=points[i].x;
		if (ymin>points[i].y) ymin=points[i].y;
		if (ymax<points[i].y) ymax=points[i].y;
	}
	for (var i=0; i<wpt_points.length; i++)
	{
		if (xmin>wpt_points[i].x) xmin=wpt_points[i].x;
		if (xmax<wpt_points[i].x) xmax=wpt_points[i].x;
		if (ymin>wpt_points[i].y) ymin=wpt_points[i].y;
		if (ymax<wpt_points[i].y) ymax=wpt_points[i].y;
	}
		
	xavg=(xmax+xmin)/2;
	yavg=(ymax+ymin)/2;
	var centerpos=new GLatLng( yavg, xavg);
	var region=new GLatLngBounds(new GLatLng(ymin,xmin), new GLatLng(ymax, xmax));
	
	// マップ初期化	
	map = new GMap2(document.getElementById("map"));
	map.addControl(new GLargeMapControl());
	map.addMapType(G_PHYSICAL_MAP);
	map.addControl(new GHierarchicalMapTypeControl());
	map.enableContinuousZoom();
	map.enableDoubleClickZoom();
	map.addControl(new GOverviewMapControl());
	
	if (zoom>0)
	{
		map.setCenter(centerpos, 17-zoom);
	}
	else
	{
		map.setCenter(centerpos, map.getBoundsZoomLevel(region));
	}
	
	// 軌跡再生アイコン
	movemarkerIcon = new GIcon();
	movemarkerIcon.iconSize = new GSize(32, 32);
	movemarkerIcon.shadowSize = new GSize(59, 32);
	movemarkerIcon.iconAnchor = new GPoint(16, 16);
	movemarkerIcon.infoWindowAnchor = new GPoint(1, 1);
	movemarkerIcon.image = "http://maps.google.co.jp/mapfiles/ms/icons/motorcycling.png";
	movemarkerIcon.shadow = "http://maps.google.co.jp/mapfiles/ms/icons/motorcycling.shadow.png";

	var overlay;
	if (points.length > 0)
	{
		//var encoded_points = "{36}";
		//var encoded_levels = "{37}";
		//overlay = GPolyline.fromEncoded({color: linecolor,
	    //                                      weight: linewidth,
	    //                                      points: encoded_points,
	    //                                      zoomFactor: 32,
		//                                      levels: encoded_levels,
		//                                      numLevels: 4
		//                                    });
		//map.addOverlay(overlay); 
		
		// トラックログがあった場合：
		// 線の色と幅と不透明度を設定します。
		var polyline= new GPolyline(points, linecolor, linewidth, lineopacity);

		// 線を描画します。
		map.addOverlay(polyline);
	}
		
	// 初期マップタイプ設定
	switch(defaultmaptype)
	{
		case 0:
		map.setMapType(G_NORMAL_MAP);   	//This is the normal street map type.
		break;
		
		case 1:
		map.setMapType(G_SATELLITE_MAP); //This map type shows Google Earth satellite images.
		break;
	
		case 2:
		map.setMapType(G_HYBRID_MAP); 	//This map type shows transparent street maps over Google Earth satellite images.
		break;
		
		case 3:
		map.setMapType(G_PHYSICAL_MAP); 
		break;		
	
		default:
		map.setMapType(G_NORMAL_MAP);
		break;
	}
	addWayPoints(map, 1,139.080283333333,36.2730166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID1\">IMG_4038</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4038.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4038-thumb.jpg\" border=\"0\" width=\"128\" height=\"72\" /></a><br /><small>2008:07:04 06:56:51<br />E139°4′49.02″<br />N36°16′22.86″<br />86m<br />群馬県藤岡市立石<hr /></small>");
	addWayPoints(map, 1,139.076816666667,36.2719833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID2\">IMG_4039</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4039.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4039-thumb.jpg\" border=\"0\" width=\"128\" height=\"72\" /></a><br /><small>2008:07:04 06:57:04<br />E139°4′36.54″<br />N36°16′19.14″<br />88m<br />群馬県藤岡市森<hr /></small>");
	addWayPoints(map, 1,138.819,36.23105,"<b><a href=\""+relativepathtomainhtml+"#photoID3\">IMG_4040</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4040.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4040-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 07:32:27<br />E138°49′8.40″<br />N36°13′51.78″<br />230m<br />群馬県甘楽郡下仁田町馬山<hr /></small>");
	addWayPoints(map, 1,138.819,36.23105,"<b><a href=\""+relativepathtomainhtml+"#photoID4\">IMG_4041</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4041.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4041-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 07:32:38<br />E138°49′8.40″<br />N36°13′51.78″<br />230m<br />群馬県甘楽郡下仁田町馬山<hr /></small>");
	addWayPoints(map, 1,138.723783333333,36.1358833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID5\">IMG_4042</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4042.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4042-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:05:10<br />E138°43′25.62″<br />N36°8′9.18″<br />641m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.7234,36.1336666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID6\">IMG_4043</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4043.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4043-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:05:25<br />E138°43′24.24″<br />N36°8′1.20″<br />649m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.716133333333,36.0891166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID7\">IMG_4044</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4044.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4044-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:13:02<br />E138°42′58.08″<br />N36°5′20.82″<br />642m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.71615,36.0891,"<b><a href=\""+relativepathtomainhtml+"#photoID8\">IMG_4045</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4045.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4045-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:13:11<br />E138°42′58.14″<br />N36°5′20.76″<br />642m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.716133333333,36.0891,"<b><a href=\""+relativepathtomainhtml+"#photoID9\">IMG_4046</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4046.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4046-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:13:30<br />E138°42′58.08″<br />N36°5′20.76″<br />644m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.716133333333,36.0891,"<b><a href=\""+relativepathtomainhtml+"#photoID10\">IMG_4047</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4047.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4047-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:13:46<br />E138°42′58.08″<br />N36°5′20.76″<br />646m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.718783333333,36.0887,"<b><a href=\""+relativepathtomainhtml+"#photoID11\">IMG_4048</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4048.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4048-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:24:20<br />E138°43′7.62″<br />N36°5′19.32″<br />653m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.647733333333,36.1063,"<b><a href=\""+relativepathtomainhtml+"#photoID12\">IMG_4049</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4049.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4049-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:48:08<br />E138°38′51.84″<br />N36°6′22.68″<br />1355m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647733333333,36.1063,"<b><a href=\""+relativepathtomainhtml+"#photoID13\">IMG_4050</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4050.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4050-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:48:13<br />E138°38′51.84″<br />N36°6′22.68″<br />1355m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647766666667,36.1062666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID14\">IMG_4051</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4051.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4051-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:55:23<br />E138°38′51.96″<br />N36°6′22.56″<br />1319m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647783333333,36.10625,"<b><a href=\""+relativepathtomainhtml+"#photoID15\">IMG_4052</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4052.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4052-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:59:06<br />E138°38′52.02″<br />N36°6′22.50″<br />1300m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647866666667,36.1061833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID16\">IMG_4053</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4053.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4053-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:14:04<br />E138°38′52.32″<br />N36°6′22.26″<br />1224m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.594366666667,36.1248666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID17\">IMG_4054</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4054.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4054-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:31:05<br />E138°35′39.72″<br />N36°7′29.52″<br />1008m<br />長野県南佐久郡北相木村<hr /></small>");
	addWayPoints(map, 1,138.424083333333,36.2426166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID18\">IMG_4057</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4057.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4057-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:19:32<br />E138°25′26.70″<br />N36°14′33.42″<br />668m<br />長野県佐久市根岸<hr /></small>");
	addWayPoints(map, 1,138.341133333333,36.2782833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID19\">IMG_4058</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4058.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4058-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:33:06<br />E138°20′28.08″<br />N36°16′41.82″<br />707m<br />長野県小諸市大久保<hr /></small>");
	addWayPoints(map, 1,138.3405,36.2781833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID20\">IMG_4059</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4059.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4059-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:33:09<br />E138°20′25.80″<br />N36°16′41.46″<br />703m<br />長野県小諸市大久保<hr /></small>");
	addWayPoints(map, 1,138.3399,36.2780666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID21\">IMG_4060</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4060.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4060-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:33:12<br />E138°20′23.64″<br />N36°16′41.04″<br />701m<br />長野県小諸市大久保<hr /></small>");
	addWayPoints(map, 1,138.21815,36.2781,"<b><a href=\""+relativepathtomainhtml+"#photoID22\">IMG_4061</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4061.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4061-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:25:41<br />E138°13′5.34″<br />N36°16′41.16″<br />708m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.137316666667,36.24045,"<b><a href=\""+relativepathtomainhtml+"#photoID23\">IMG_4062</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4062.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4062-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:44:13<br />E138°8′14.34″<br />N36°14′25.62″<br />1749m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.137333333333,36.2404666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID24\">IMG_4063</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4063.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4063-thumb.jpg\" border=\"0\" width=\"96\" height=\"128\" /></a><br /><small>2008:07:04 11:44:27<br />E138°8′14.40″<br />N36°14′25.68″<br />1750m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.137333333333,36.2404333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID25\">IMG_4064</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4064.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4064-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:46:09<br />E138°8′14.40″<br />N36°14′25.56″<br />1750m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1423,36.2295166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID26\">IMG_4065</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4065.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4065-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:50:59<br />E138°8′32.28″<br />N36°13′46.26″<br />1934m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.142133333333,36.2293333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID27\">IMG_4066</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4066.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4066-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:51:04<br />E138°8′31.68″<br />N36°13′45.60″<br />1937m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1425,36.2290833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID28\">IMG_4067</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4067.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4067-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:51:08<br />E138°8′33.00″<br />N36°13′44.70″<br />1940m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.143,36.2287333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID29\">IMG_4068</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4068.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4068-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:51:13<br />E138°8′34.80″<br />N36°13′43.44″<br />1944m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1434,36.22845,"<b><a href=\""+relativepathtomainhtml+"#photoID30\">IMG_4069</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4069.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4069-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:51:17<br />E138°8′36.24″<br />N36°13′42.42″<br />1947m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1426,36.2289333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID31\">IMG_4071</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4071.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4071-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:53:57<br />E138°8′33.36″<br />N36°13′44.16″<br />1949m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.142433333333,36.2290666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID32\">IMG_4072</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4072.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4072-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:54:11<br />E138°8′32.76″<br />N36°13′44.64″<br />1948m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.139933333333,36.2312,"<b><a href=\""+relativepathtomainhtml+"#photoID33\">IMG_4073</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4073.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4073-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:00:19<br />E138°8′23.76″<br />N36°13′52.32″<br />1944m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.139866666667,36.23125,"<b><a href=\""+relativepathtomainhtml+"#photoID34\">IMG_4074</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4074.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4074-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:00:33<br />E138°8′23.52″<br />N36°13′52.50″<br />1946m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.139833333333,36.2313,"<b><a href=\""+relativepathtomainhtml+"#photoID35\">IMG_4075</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4075.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4075-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:00:45<br />E138°8′23.40″<br />N36°13′52.68″<br />1945m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1399,36.2312333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID36\">IMG_4076</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4076.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4076-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:01:04<br />E138°8′23.64″<br />N36°13′52.44″<br />1944m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1399,36.2312333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID37\">IMG_4077</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4077.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4077-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:01:05<br />E138°8′23.64″<br />N36°13′52.44″<br />1944m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.140583333333,36.23055,"<b><a href=\""+relativepathtomainhtml+"#photoID38\">IMG_4078</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4078.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4078-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:05:28<br />E138°8′26.10″<br />N36°13′49.98″<br />1949m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.140583333333,36.23055,"<b><a href=\""+relativepathtomainhtml+"#photoID39\">IMG_4079</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4079.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4079-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:05:33<br />E138°8′26.10″<br />N36°13′49.98″<br />1950m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.140533333333,36.2305666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID40\">IMG_4080</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4080.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4080-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:15:56<br />E138°8′25.92″<br />N36°13′50.04″<br />1952m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.140483333333,36.2311166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID41\">IMG_4081</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4081.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4081-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:41:11<br />E138°8′25.74″<br />N36°13′52.02″<br />1949m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.140466666667,36.2310833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID42\">IMG_4082</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4082.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4082-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:41:25<br />E138°8′25.68″<br />N36°13′51.90″<br />1949m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1293,36.1878,"<b><a href=\""+relativepathtomainhtml+"#photoID43\">IMG_4083</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4083.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4083-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:26:44<br />E138°7′45.48″<br />N36°11′16.08″<br />1673m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1293,36.1878,"<b><a href=\""+relativepathtomainhtml+"#photoID44\">IMG_4084</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4084.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4084-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:26:46<br />E138°7′45.48″<br />N36°11′16.08″<br />1673m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1293,36.1878,"<b><a href=\""+relativepathtomainhtml+"#photoID45\">IMG_4085</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4085.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4085-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:26:48<br />E138°7′45.48″<br />N36°11′16.08″<br />1673m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.129283333333,36.1878,"<b><a href=\""+relativepathtomainhtml+"#photoID46\">IMG_4086</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4086.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4086-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:27:13<br />E138°7′45.42″<br />N36°11′16.08″<br />1674m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.129283333333,36.1878,"<b><a href=\""+relativepathtomainhtml+"#photoID47\">IMG_4087</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4087.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4087-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:27:36<br />E138°7′45.42″<br />N36°11′16.08″<br />1674m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.129283333333,36.1878,"<b><a href=\""+relativepathtomainhtml+"#photoID48\">IMG_4088</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4088.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4088-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:27:38<br />E138°7′45.42″<br />N36°11′16.08″<br />1674m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.086366666667,36.18485,"<b><a href=\""+relativepathtomainhtml+"#photoID49\">IMG_4089</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4089.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4089-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:42:57<br />E138°5′10.92″<br />N36°11′5.46″<br />1116m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.086366666667,36.18485,"<b><a href=\""+relativepathtomainhtml+"#photoID50\">IMG_4090</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4090.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4090-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:43:06<br />E138°5′10.92″<br />N36°11′5.46″<br />1116m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.086366666667,36.1848666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID51\">IMG_4091</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4091.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4091-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:44:06<br />E138°5′10.92″<br />N36°11′5.52″<br />1117m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.197283333333,36.30275,"<b><a href=\""+relativepathtomainhtml+"#photoID52\">IMG_4092</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4092.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4092-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:08:46<br />E138°11′50.22″<br />N36°18′9.90″<br />622m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.318066666667,36.3871666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID53\">IMG_4093</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4093.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4093-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 17:32:04<br />E138°19′5.04″<br />N36°23′13.80″<br />720m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.318066666667,36.3871666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID54\">IMG_4094</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4094.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4094-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 17:32:06<br />E138°19′5.04″<br />N36°23′13.80″<br />720m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.318066666667,36.3871666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID55\">IMG_4095</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4095.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4095-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 17:32:15<br />E138°19′5.04″<br />N36°23′13.80″<br />720m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.978933333333,36.2576166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID56\">IMG_4096</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4096.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4096-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 19:17:26<br />E138°58′44.16″<br />N36°15′27.42″<br />132m<br />群馬県多野郡吉井町塩川<hr /></small>");
	addWayPoints(map, 1,139.1935,36.17525,"<b><a href=\""+relativepathtomainhtml+"#photoID57\">IMG_4097</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4097.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4097-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 20:39:24<br />E139°11′36.60″<br />N36°10′30.90″<br />90m<br />埼玉県大里郡寄居町用土<hr /></small>");
	addWayPoints(map, 1,139.390233333333,35.9515666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID58\">IMG_4098</a></b><br /><a href=\""+relativepathtosubfolder+"IMG_4098.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"IMG_4098-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 21:47:27<br />E139°23′24.84″<br />N35°57′5.64″<br />53m<br />埼玉県鶴ヶ島市脚折町一丁目<hr /></small>");
	addWayPoints(map, 1,138.819016666667,36.2310333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID59\">P7040002</a></b><br /><a href=\""+relativepathtosubfolder+"P7040002.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040002-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 07:26:04<br />E138°49′8.46″<br />N36°13′51.72″<br />236m<br />群馬県甘楽郡下仁田町馬山<hr /></small>");
	addWayPoints(map, 1,138.819016666667,36.2310333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID60\">P7040003</a></b><br /><a href=\""+relativepathtosubfolder+"P7040003.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040003-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 07:26:17<br />E138°49′8.46″<br />N36°13′51.72″<br />236m<br />群馬県甘楽郡下仁田町馬山<hr /></small>");
	addWayPoints(map, 1,138.7159,36.0892333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID61\">P7040004</a></b><br /><a href=\""+relativepathtosubfolder+"P7040004.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040004-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:12:18<br />E138°42′57.24″<br />N36°5′21.24″<br />643m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.716016666667,36.08915,"<b><a href=\""+relativepathtomainhtml+"#photoID62\">P7040005</a></b><br /><a href=\""+relativepathtosubfolder+"P7040005.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040005-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:12:43<br />E138°42′57.66″<br />N36°5′20.94″<br />643m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.716133333333,36.08915,"<b><a href=\""+relativepathtomainhtml+"#photoID63\">P7040006</a></b><br /><a href=\""+relativepathtosubfolder+"P7040006.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040006-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:12:51<br />E138°42′58.08″<br />N36°5′20.94″<br />643m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.71615,36.0891,"<b><a href=\""+relativepathtomainhtml+"#photoID64\">P7040007</a></b><br /><a href=\""+relativepathtosubfolder+"P7040007.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040007-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:13:21<br />E138°42′58.14″<br />N36°5′20.76″<br />643m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.681666666667,36.0945333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID65\">P7040008</a></b><br /><a href=\""+relativepathtosubfolder+"P7040008.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040008-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:36:38<br />E138°40′54.00″<br />N36°5′40.32″<br />1250m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.681583333333,36.096,"<b><a href=\""+relativepathtomainhtml+"#photoID66\">P7040009</a></b><br /><a href=\""+relativepathtosubfolder+"P7040009.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040009-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:36:50<br />E138°40′53.70″<br />N36°5′45.60″<br />1258m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.6808,36.0963833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID67\">P7040010</a></b><br /><a href=\""+relativepathtosubfolder+"P7040010.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040010-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:36:58<br />E138°40′50.88″<br />N36°5′46.98″<br />1261m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.68015,36.0963666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID68\">P7040011</a></b><br /><a href=\""+relativepathtosubfolder+"P7040011.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040011-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:37:02<br />E138°40′48.54″<br />N36°5′46.92″<br />1264m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.64775,36.1062833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID69\">P7040012</a></b><br /><a href=\""+relativepathtosubfolder+"P7040012.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040012-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:51:08<br />E138°38′51.90″<br />N36°6′22.62″<br />1340m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647766666667,36.1062666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID70\">P7040013</a></b><br /><a href=\""+relativepathtosubfolder+"P7040013.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040013-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:54:59<br />E138°38′51.96″<br />N36°6′22.56″<br />1321m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647766666667,36.1062666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID71\">P7040014</a></b><br /><a href=\""+relativepathtosubfolder+"P7040014.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040014-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:55:10<br />E138°38′51.96″<br />N36°6′22.56″<br />1320m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647783333333,36.1062666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID72\">P7040015</a></b><br /><a href=\""+relativepathtosubfolder+"P7040015.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040015-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:57:37<br />E138°38′52.02″<br />N36°6′22.56″<br />1307m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647783333333,36.10625,"<b><a href=\""+relativepathtomainhtml+"#photoID73\">P7040016</a></b><br /><a href=\""+relativepathtosubfolder+"P7040016.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040016-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:58:24<br />E138°38′52.02″<br />N36°6′22.50″<br />1303m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.6478,36.10625,"<b><a href=\""+relativepathtomainhtml+"#photoID74\">P7040017</a></b><br /><a href=\""+relativepathtosubfolder+"P7040017.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040017-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:00:27<br />E138°38′52.08″<br />N36°6′22.50″<br />1293m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647883333333,36.1061833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID75\">P7040018</a></b><br /><a href=\""+relativepathtosubfolder+"P7040018.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040018-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:15:19<br />E138°38′52.38″<br />N36°6′22.26″<br />1218m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.647883333333,36.1061833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID76\">P7040019</a></b><br /><a href=\""+relativepathtosubfolder+"P7040019.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040019-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:15:35<br />E138°38′52.38″<br />N36°6′22.26″<br />1217m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.59935,36.1244833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID77\">P7040020</a></b><br /><a href=\""+relativepathtosubfolder+"P7040020.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040020-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:30:30<br />E138°35′57.66″<br />N36°7′28.14″<br />1019m<br />長野県南佐久郡北相木村<hr /></small>");
	addWayPoints(map, 1,138.597366666667,36.1245833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID78\">P7040021</a></b><br /><a href=\""+relativepathtosubfolder+"P7040021.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040021-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:30:39<br />E138°35′50.52″<br />N36°7′28.50″<br />1019m<br />長野県南佐久郡北相木村<hr /></small>");
	addWayPoints(map, 1,138.596516666667,36.1245,"<b><a href=\""+relativepathtomainhtml+"#photoID79\">P7040022</a></b><br /><a href=\""+relativepathtosubfolder+"P7040022.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040022-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:30:43<br />E138°35′47.46″<br />N36°7′28.20″<br />1019m<br />長野県南佐久郡北相木村<hr /></small>");
	addWayPoints(map, 1,138.258116666667,36.2733333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID80\">P7040023</a></b><br /><a href=\""+relativepathtosubfolder+"P7040023.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040023-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:04:05<br />E138°15′29.22″<br />N36°16′24.00″<br />650m<br />長野県小県郡丸子町腰越<hr /></small>");
	addWayPoints(map, 1,138.258166666667,36.2731666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID81\">P7040024</a></b><br /><a href=\""+relativepathtosubfolder+"P7040024.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040024-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:10:58<br />E138°15′29.40″<br />N36°16′23.40″<br />678m<br />長野県小県郡丸子町腰越<hr /></small>");
	addWayPoints(map, 1,138.1372,36.2410166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID82\">P7040025</a></b><br /><a href=\""+relativepathtosubfolder+"P7040025.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040025-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:43:37<br />E138°8′13.92″<br />N36°14′27.66″<br />1743m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.137333333333,36.2404666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID83\">P7040026</a></b><br /><a href=\""+relativepathtosubfolder+"P7040026.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040026-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:44:18<br />E138°8′14.40″<br />N36°14′25.68″<br />1750m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.143983333333,36.2279333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID84\">P7040027</a></b><br /><a href=\""+relativepathtosubfolder+"P7040027.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040027-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:51:36<br />E138°8′38.34″<br />N36°13′40.56″<br />1952m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.143966666667,36.2279333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID85\">P7040028</a></b><br /><a href=\""+relativepathtosubfolder+"P7040028.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040028-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:51:50<br />E138°8′38.28″<br />N36°13′40.56″<br />1952m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.143866666667,36.2279333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID86\">P7040029</a></b><br /><a href=\""+relativepathtosubfolder+"P7040029.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040029-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:52:06<br />E138°8′37.92″<br />N36°13′40.56″<br />1953m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.143716666667,36.2279333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID87\">P7040030</a></b><br /><a href=\""+relativepathtosubfolder+"P7040030.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040030-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:52:12<br />E138°8′37.38″<br />N36°13′40.56″<br />1953m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.086366666667,36.18485,"<b><a href=\""+relativepathtomainhtml+"#photoID88\">P7040031</a></b><br /><a href=\""+relativepathtosubfolder+"P7040031.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040031-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:42:38<br />E138°5′10.92″<br />N36°11′5.46″<br />1115m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.086366666667,36.18485,"<b><a href=\""+relativepathtomainhtml+"#photoID89\">P7040032</a></b><br /><a href=\""+relativepathtosubfolder+"P7040032.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040032-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:42:42<br />E138°5′10.92″<br />N36°11′5.46″<br />1115m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.086366666667,36.18485,"<b><a href=\""+relativepathtomainhtml+"#photoID90\">P7040033</a></b><br /><a href=\""+relativepathtosubfolder+"P7040033.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040033-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:42:45<br />E138°5′10.92″<br />N36°11′5.46″<br />1115m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.197333333333,36.3028166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID91\">P7040034</a></b><br /><a href=\""+relativepathtosubfolder+"P7040034.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040034-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:46:13<br />E138°11′50.40″<br />N36°18′10.14″<br />624m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.197333333333,36.3028,"<b><a href=\""+relativepathtomainhtml+"#photoID92\">P7040035</a></b><br /><a href=\""+relativepathtosubfolder+"P7040035.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040035-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:46:21<br />E138°11′50.40″<br />N36°18′10.08″<br />624m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.197333333333,36.3028,"<b><a href=\""+relativepathtomainhtml+"#photoID93\">P7040036</a></b><br /><a href=\""+relativepathtosubfolder+"P7040036.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040036-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:46:44<br />E138°11′50.40″<br />N36°18′10.08″<br />624m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.197333333333,36.3028,"<b><a href=\""+relativepathtomainhtml+"#photoID94\">P7040037</a></b><br /><a href=\""+relativepathtosubfolder+"P7040037.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040037-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:47:03<br />E138°11′50.40″<br />N36°18′10.08″<br />624m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.31815,36.3870333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID95\">P7040038</a></b><br /><a href=\""+relativepathtosubfolder+"P7040038.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040038-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:43:54<br />E138°19′5.34″<br />N36°23′13.32″<br />719m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.3182,36.3870666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID96\">P7040039</a></b><br /><a href=\""+relativepathtosubfolder+"P7040039.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040039-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:44:04<br />E138°19′5.52″<br />N36°23′13.44″<br />720m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.318033333333,36.3871666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID97\">P7040040</a></b><br /><a href=\""+relativepathtosubfolder+"P7040040.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040040-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 17:31:06<br />E138°19′4.92″<br />N36°23′13.80″<br />718m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.31805,36.3871666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID98\">P7040041</a></b><br /><a href=\""+relativepathtosubfolder+"P7040041.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040041-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 17:31:38<br />E138°19′4.98″<br />N36°23′13.80″<br />719m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.990133333333,36.2543666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID99\">P7040042</a></b><br /><a href=\""+relativepathtosubfolder+"P7040042.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040042-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 18:45:39<br />E138°59′24.48″<br />N36°15′15.72″<br />120m<br />群馬県多野郡吉井町吉井<hr /></small>");
	addWayPoints(map, 1,138.990133333333,36.2543666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID100\">P7040043</a></b><br /><a href=\""+relativepathtosubfolder+"P7040043.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"P7040043-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 18:45:52<br />E138°59′24.48″<br />N36°15′15.72″<br />120m<br />群馬県多野郡吉井町吉井<hr /></small>");
	addWayPoints(map, 1,139.445466666667,35.9637666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID101\">SANY1779</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1779.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1779-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 05:59:45<br />E139°26′43.68″<br />N35°57′49.56″<br />15m<br />埼玉県坂戸市横沼<hr /></small>");
	addWayPoints(map, 1,139.445466666667,35.9637666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID102\">SANY1780</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1780.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1780-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 06:10:59<br />E139°26′43.68″<br />N35°57′49.56″<br />15m<br />埼玉県坂戸市横沼<hr /></small>");
	addWayPoints(map, 1,139.191083333333,36.1793666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID103\">SANY1784</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1784.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1784-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 06:47:40<br />E139°11′27.90″<br />N36°10′45.72″<br />77m<br />埼玉県児玉郡美里町古郡<hr /></small>");
	addWayPoints(map, 1,139.190033333333,36.1884833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID104\">SANY1785</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1785.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1785-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 06:48:15<br />E139°11′24.12″<br />N36°11′18.54″<br />75m<br />埼玉県児玉郡美里町阿那志<hr /></small>");
	addWayPoints(map, 1,138.801433333333,36.2114333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID105\">SANY1789</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1789.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1789-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 07:46:13<br />E138°48′5.16″<br />N36°12′41.16″<br />253m<br />群馬県甘楽郡下仁田町吉崎<hr /></small>");
	addWayPoints(map, 1,138.754583333333,36.19535,"<b><a href=\""+relativepathtomainhtml+"#photoID106\">SANY1790</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1790.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1790-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 07:54:57<br />E138°45′16.50″<br />N36°11′43.26″<br />306m<br />群馬県甘楽郡下仁田町大桑原<hr /></small>");
	addWayPoints(map, 1,138.730016666667,36.1438,"<b><a href=\""+relativepathtomainhtml+"#photoID107\">SANY1791</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1791.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1791-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:03:28<br />E138°43′48.06″<br />N36°8′37.68″<br />562m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.724216666667,36.1384,"<b><a href=\""+relativepathtomainhtml+"#photoID108\">SANY1792</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1792.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1792-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:04:53<br />E138°43′27.18″<br />N36°8′18.24″<br />630m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.7159,36.0928333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID109\">SANY1794</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1794.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1794-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:11:20<br />E138°42′57.24″<br />N36°5′34.20″<br />637m<br />群馬県多野郡上野村<hr /></small>");
	addWayPoints(map, 1,138.671166666667,36.0983166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID110\">SANY1798</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1798.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1798-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 08:41:11<br />E138°40′16.20″<br />N36°5′53.94″<br />1259m<br />群馬県甘楽郡南牧村<hr /></small>");
	addWayPoints(map, 1,138.605016666667,36.12415,"<b><a href=\""+relativepathtomainhtml+"#photoID111\">SANY1801</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1801.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1801-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:30:01<br />E138°36′18.06″<br />N36°7′26.94″<br />1016m<br />長野県南佐久郡北相木村<hr /></small>");
	addWayPoints(map, 1,138.601566666667,36.1246,"<b><a href=\""+relativepathtomainhtml+"#photoID112\">SANY1802</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1802.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1802-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:30:19<br />E138°36′5.64″<br />N36°7′28.56″<br />1019m<br />長野県南佐久郡北相木村<hr /></small>");
	addWayPoints(map, 1,138.58245,36.1278166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID113\">SANY1804</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1804.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1804-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:33:19<br />E138°34′56.82″<br />N36°7′40.14″<br />957m<br />長野県南佐久郡北相木村<hr /></small>");
	addWayPoints(map, 1,138.541983333333,36.1415333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID114\">SANY1805</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1805.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1805-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:36:27<br />E138°32′31.14″<br />N36°8′29.52″<br />856m<br />長野県佐久市入沢<hr /></small>");
	addWayPoints(map, 1,138.487766666667,36.1557166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID115\">SANY1806</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1806.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1806-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:43:00<br />E138°29′15.96″<br />N36°9′20.58″<br />765m<br />長野県佐久市<hr /></small>");
	addWayPoints(map, 1,138.481616666667,36.1836,"<b><a href=\""+relativepathtomainhtml+"#photoID116\">SANY1807</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1807.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1807-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 09:50:45<br />E138°28′53.82″<br />N36°11′0.96″<br />755m<br />長野県佐久市北川<hr /></small>");
	addWayPoints(map, 1,138.456416666667,36.2316833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID117\">SANY1808</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1808.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1808-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:16:06<br />E138°27′23.10″<br />N36°13′54.06″<br />689m<br />長野県佐久市三塚<hr /></small>");
	addWayPoints(map, 1,138.438633333333,36.23785,"<b><a href=\""+relativepathtomainhtml+"#photoID118\">SANY1809</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1809.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1809-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:18:07<br />E138°26′19.08″<br />N36°14′16.26″<br />675m<br />長野県佐久市伴野<hr /></small>");
	addWayPoints(map, 1,138.372,36.2604833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID119\">SANY1810</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1810.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1810-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:28:25<br />E138°22′19.20″<br />N36°15′37.74″<br />755m<br />長野県佐久市三分<hr /></small>");
	addWayPoints(map, 1,138.333,36.2767833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID120\">SANY1811</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1811.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1811-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:34:05<br />E138°19′58.80″<br />N36°16′36.42″<br />713m<br />長野県小県郡丸子町塩川<hr /></small>");
	addWayPoints(map, 1,138.3106,36.27485,"<b><a href=\""+relativepathtomainhtml+"#photoID121\">SANY1812</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1812.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1812-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:36:28<br />E138°18′38.16″<br />N36°16′29.46″<br />739m<br />長野県小県郡丸子町腰越<hr /></small>");
	addWayPoints(map, 1,138.310083333333,36.2744,"<b><a href=\""+relativepathtomainhtml+"#photoID122\">SANY1813</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1813.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1813-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:36:34<br />E138°18′36.30″<br />N36°16′27.84″<br />741m<br />長野県小県郡丸子町腰越<hr /></small>");
	addWayPoints(map, 1,138.258766666667,36.2703166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID123\">SANY1815</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1815.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1815-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 10:46:19<br />E138°15′31.56″<br />N36°16′13.14″<br />655m<br />長野県小県郡丸子町腰越<hr /></small>");
	addWayPoints(map, 1,138.258116666667,36.27515,"<b><a href=\""+relativepathtomainhtml+"#photoID124\">SANY1817</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1817.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1817-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:18:20<br />E138°15′29.22″<br />N36°16′30.54″<br />641m<br />長野県小県郡丸子町腰越<hr /></small>");
	addWayPoints(map, 1,138.249016666667,36.3016,"<b><a href=\""+relativepathtomainhtml+"#photoID125\">SANY1818</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1818.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1818-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:22:55<br />E138°14′56.46″<br />N36°18′5.76″<br />597m<br />長野県小県郡丸子町腰越<hr /></small>");
	addWayPoints(map, 1,138.201866666667,36.2737833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID126\">SANY1819</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1819.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1819-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:26:55<br />E138°12′6.72″<br />N36°16′25.62″<br />758m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.141583333333,36.2298,"<b><a href=\""+relativepathtomainhtml+"#photoID127\">SANY1826</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1826.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1826-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:55:21<br />E138°8′29.70″<br />N36°13′47.28″<br />1946m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.1415,36.2298666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID128\">SANY1827</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1827.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1827-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:55:28<br />E138°8′29.40″<br />N36°13′47.52″<br />1946m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.139766666667,36.2313666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID129\">SANY1829</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1829.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1829-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 11:59:49<br />E138°8′23.16″<br />N36°13′52.92″<br />1943m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.139883333333,36.2312166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID130\">SANY1830</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1830.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1830-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:00:08<br />E138°8′23.58″<br />N36°13′52.38″<br />1942m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.140533333333,36.2305666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID131\">SANY1831</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1831.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1831-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:15:23<br />E138°8′25.92″<br />N36°13′50.04″<br />1952m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.140483333333,36.2311166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID132\">SANY1833</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1833.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1833-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 12:41:10<br />E138°8′25.74″<br />N36°13′52.02″<br />1949m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.139866666667,36.2313666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID133\">SANY1834</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1834.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1834-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:10:36<br />E138°8′23.52″<br />N36°13′52.92″<br />1953m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.124116666667,36.1857666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID134\">SANY1836</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1836.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1836-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:31:44<br />E138°7′26.82″<br />N36°11′8.76″<br />1613m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.06575,36.19505,"<b><a href=\""+relativepathtomainhtml+"#photoID135\">SANY1840</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1840.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1840-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:50:00<br />E138°3′56.70″<br />N36°11′42.18″<br />936m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,138.03445,36.2241833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID136\">SANY1841</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1841.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1841-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 13:56:06<br />E138°2′4.02″<br />N36°13′27.06″<br />748m<br />長野県松本市入山辺<hr /></small>");
	addWayPoints(map, 1,137.97505,36.2784333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID137\">SANY1842</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1842.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1842-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:19:46<br />E137°58′30.18″<br />N36°16′42.36″<br />727m<br />長野県松本市岡田町<hr /></small>");
	addWayPoints(map, 1,138.008433333333,36.28615,"<b><a href=\""+relativepathtomainhtml+"#photoID138\">SANY1844</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1844.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1844-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:23:47<br />E138°0′30.36″<br />N36°17′10.14″<br />798m<br />長野県松本市三才山<hr /></small>");
	addWayPoints(map, 1,138.0832,36.28685,"<b><a href=\""+relativepathtomainhtml+"#photoID139\">SANY1847</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1847.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1847-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:30:33<br />E138°4′59.52″<br />N36°17′12.66″<br />1107m<br />長野県小県郡丸子町西内<hr /></small>");
	addWayPoints(map, 1,138.093166666667,36.2915333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID140\">SANY1848</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1848.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1848-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:32:39<br />E138°5′35.40″<br />N36°17′29.52″<br />984m<br />長野県小県郡丸子町西内<hr /></small>");
	addWayPoints(map, 1,138.13085,36.2961333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID141\">SANY1849</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1849.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1849-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 14:35:32<br />E138°7′51.06″<br />N36°17′46.08″<br />756m<br />長野県小県郡丸子町西内<hr /></small>");
	addWayPoints(map, 1,138.216966666667,36.31025,"<b><a href=\""+relativepathtomainhtml+"#photoID142\">SANY1851</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1851.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1851-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:12:41<br />E138°13′1.08″<br />N36°18′36.90″<br />593m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.2648,36.3255333333333,"<b><a href=\""+relativepathtomainhtml+"#photoID143\">SANY1852</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1852.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1852-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:18:25<br />E138°15′53.28″<br />N36°19′31.92″<br />532m<br />長野県小県郡丸子町東内<hr /></small>");
	addWayPoints(map, 1,138.263966666667,36.3440166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID144\">SANY1853</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1853.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1853-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:20:52<br />E138°15′50.28″<br />N36°20′38.46″<br />524m<br />長野県小県郡丸子町御岳堂<hr /></small>");
	addWayPoints(map, 1,138.263833333333,36.3449666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID145\">SANY1854</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1854.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1854-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:21:01<br />E138°15′49.80″<br />N36°20′41.88″<br />524m<br />長野県小県郡丸子町御岳堂<hr /></small>");
	addWayPoints(map, 1,138.291983333333,36.3523,"<b><a href=\""+relativepathtomainhtml+"#photoID146\">SANY1855</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1855.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1855-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:25:47<br />E138°17′31.14″<br />N36°21′8.28″<br />511m<br />長野県小県郡丸子町塩川<hr /></small>");
	addWayPoints(map, 1,138.292116666667,36.3536166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID147\">SANY1856</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1856.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1856-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:25:58<br />E138°17′31.62″<br />N36°21′13.02″<br />507m<br />長野県小県郡丸子町塩川<hr /></small>");
	addWayPoints(map, 1,138.3439,36.3672,"<b><a href=\""+relativepathtomainhtml+"#photoID148\">SANY1857</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1857.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1857-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:35:15<br />E138°20′38.04″<br />N36°22′1.92″<br />628m<br />長野県東御市祢津<hr /></small>");
	addWayPoints(map, 1,138.33035,36.3726666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID149\">SANY1858</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1858.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1858-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:37:25<br />E138°19′49.26″<br />N36°22′21.60″<br />591m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.3182,36.387,"<b><a href=\""+relativepathtomainhtml+"#photoID150\">SANY1860</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1860.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1860-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 15:50:01<br />E138°19′5.52″<br />N36°23′13.20″<br />730m<br />長野県東御市和<hr /></small>");
	addWayPoints(map, 1,138.34565,36.3713,"<b><a href=\""+relativepathtomainhtml+"#photoID151\">SANY1861</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1861.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1861-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 17:51:01<br />E138°20′44.34″<br />N36°22′16.68″<br />654m<br />長野県東御市祢津<hr /></small>");
	addWayPoints(map, 1,138.97895,36.2576166666667,"<b><a href=\""+relativepathtomainhtml+"#photoID152\">SANY1864</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1864.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1864-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 19:16:59<br />E138°58′44.22″<br />N36°15′27.42″<br />131m<br />群馬県多野郡吉井町塩川<hr /></small>");
	addWayPoints(map, 1,138.978816666667,36.2575833333333,"<b><a href=\""+relativepathtomainhtml+"#photoID153\">SANY1865</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1865.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1865-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 19:32:04<br />E138°58′43.74″<br />N36°15′27.30″<br />159m<br />群馬県多野郡吉井町塩川<hr /></small>");
	addWayPoints(map, 1,138.978816666667,36.2575666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID154\">SANY1866</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1866.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1866-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 19:32:40<br />E138°58′43.74″<br />N36°15′27.24″<br />161m<br />群馬県多野郡吉井町塩川<hr /></small>");
	addWayPoints(map, 1,138.978816666667,36.2575666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID155\">SANY1867</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1867.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1867-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 19:33:54<br />E138°58′43.74″<br />N36°15′27.24″<br />163m<br />群馬県多野郡吉井町塩川<hr /></small>");
	addWayPoints(map, 1,139.193483333333,36.1752666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID156\">SANY1868</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1868.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1868-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 20:36:52<br />E139°11′36.54″<br />N36°10′30.96″<br />90m<br />埼玉県大里郡寄居町用土<hr /></small>");
	addWayPoints(map, 1,139.193483333333,36.1752666666667,"<b><a href=\""+relativepathtomainhtml+"#photoID157\">SANY1869</a></b><br /><a href=\""+relativepathtosubfolder+"SANY1869.jpg\"  target=\"_blank\"><img src=\""+relativepathtosubfolder+"SANY1869-thumb.jpg\" border=\"0\" width=\"128\" height=\"96\" /></a><br /><small>2008:07:04 20:37:03<br />E139°11′36.54″<br />N36°10′30.96″<br />90m<br />埼玉県大里郡寄居町用土<hr /></small>");


	if (numofwaypoints == 0)
	{
		hiddenLAYER('waypointcombo');
	}
	if (numofphotos==0)
	{
		hiddenLAYER('photocombo');
	}
	if (callHiddenLayers==1)
	{
		hiddenLayers();
	}
	
} // end of load() function.


var moveMarker;
var obj2;
var strStart ="開始";
var strStop = "始点へ";
var strPause ="一時停止";
function operateTracking(obj) 
{
	if(obj.value == strStart)
	{
		obj.value = strPause;
		panTo(strStart, obj);
		obj2 = obj;
	}
	else if (obj.value == strPause)
	{
		panTo(strPause, obj);
		obj2 = obj;
	}
	else if (obj.value == strStop)
	{
		panTo(strStop, obj);
		if (obj2) obj2.value=strStart;
	}
	else
	{
		obj.value="";
	}
}
    

var iCurrent=0;
var timerID;
function panTo(state, obj)
{
	if (state==strStart)
	{
		map.panTo(points[iCurrent]);
		if (moveMarker == null)
		{
			moveMarker = new GMarker(points[iCurrent], movemarkerIcon);
			map.addOverlay(moveMarker);
		}
		else
		{
			moveMarker.setLatLng(points[iCurrent]);
		}
		iCurrent++;
		if (timerID != null) window.clearTimeout(timerID);
		timerID = window.setTimeout(function(){ panTo(strStart, obj); }, 60000/points.length);
		if (iCurrent==points.length)
		{
			obj.value=strStart;
			panTo(strStop, obj);
		}
	}
	else if (state==strStop)
	{
		iCurrent=0;
		if (moveMarker == null)
		{
			moveMarker = new GMarker(points[iCurrent], movemarkerIcon);
			map.addOverlay(moveMarker);
		}
		else
		{
			moveMarker.setLatLng(points[iCurrent]);
		}
		map.panTo(points[iCurrent]);
		if (timerID != null) window.clearTimeout(timerID);
	}
	else
	{
		obj.value = strStart;
		if (timerID != null) window.clearTimeout(timerID);
	}
}	

// 指定された写真へジャンプ
function jumpphotomarker(n)
{
	photo_markers[n-1].openInfoWindowHtml(photo_infos[n-1]);
	location.hash="#googlemap";
}
	
// 指定されたマーカーへジャンプ
function jumpwaypointmarker(n)
{
	waypoint_markers[n-1].openInfoWindowHtml(waypoint_infos[n-1]);
	location.hash="#googlemap";
}

// グラフは初期状態では消しておく
function hiddenLayers()
{
	hiddenLAYER('graph1');
	hiddenLAYER('graph2');
	hiddenLAYER('graph3');
}

// 指定したレイヤーを非表示にする
function hiddenLAYER(idName)
{ 
	if ( document.getElementById )
	{
		document.getElementById( idName ).style.visibility='hidden';
	}
	else if ( document.all )
	{
		document.all( idName ).style.visibility = 'hidden';
	}
	else if ( document.layers )
	{
		document.layers[ idName ].visibility = 'hidden';
	}
}

// 指定したレイヤーを表示する
function showLAYER(idName)
{
	if ( document.getElementById )
	{
		document.getElementById( idName ).style.visibility   = 'visible';
	}
	else if ( document.all )
	{
		document.all( idName ).style.visibility = 'visible';
	}
	else if ( document.layers )
	{
		document.layers[ idName ].visibility = 'visible';
	}
}

// 地図を表示する
function showMapPop( idName, lat, lon )
{ 
	var svalue;
	var zoomlevel;
	if (map == null)
	{
		if (currentzoom == null)
		{
			zoomlevel=12; // 指定がない場合	
		}
		else
		{
			zoomlevel=currentzoom; // htmlファイルに?xxでズームレベルが渡されたとき
		}
	}
	else
	{
		zoomlevel=map.getZoom();
	}
	svalue = ".<img src=\"http://maps.google.com/staticmap?center="+lat+","+lon+"&markers="+lat+","+lon+",blue&zoom="+zoomlevel+"&size=240x240&key="+key+"\" width=\"240\" height=\"240\"  />.";

	if ( document.getElementById )
	{
		document.getElementById( idName ).style.display="block";
		document.getElementById( idName ).innerHTML = svalue;
	}
	else if ( document.all )
	{
		 document.all( idName ).style.display="block";
		 document.all( idName ).innerHTML=svalue;
	}
	else if ( document.layers )
	{ 
		document.layers[ idName ].display = "block";
		document.layers[ idName ].innerHTML  = svalue;
	}
}

// 地図を消す
function hideMapPop( idName )
{
	if ( document.getElementById )
	{
		document.getElementById( idName ).style.display="none";
	}
	else if ( document.all )
	{
		document.all( idName ).style.display="none";
	}
	else if ( document.layers )
	{
		document.layers[ idName ].display="none";
	}
}

// ズームレベルを渡しながらページを移動する。
function goPhotopage(url, hash)
{
	location.href=url+"?"+map.getZoom()+hash;
}
