﻿document.write( "<script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAssu6ZDRdmnc9eIH7Tr8M4RQA07OxyqYbSuY0CUR7OyuBpTiglBSBvoOH-CFuBHV111wwR-gW1VyRFw' type='text/javascript'></script>");

var map;


function gMoveTo(x,y,scale){
	if(scale!=map.getZoom() ){
		map.setZoom(scale);
	}

	map.panTo(new GLatLng(x,y));


}

	function load(x,y,scale,type) {
		if (GBrowserIsCompatible()) {

			map = new GMap2(document.getElementById("map"));

			map.addControl(new GLargeMapControl());
//			map.addControl(new GOverviewMapControl());
			map.addControl(new GMapTypeControl());
			map.addControl(new GScaleControl());

	if(type==1){
		map.setCenter(new GLatLng(x,y),scale,G_NORMAL_MAP );
	}else if (type==2){
		map.setCenter(new GLatLng(x,y),scale,G_SATELLITE_MAP );
	}else {
		map.setCenter(new GLatLng(x,y),scale,G_HYBRID_MAP);
	}

// Create our "tiny" marker icon
var DnIcon = new GIcon();
DnIcon.image = "http://homepage3.nifty.com/yasda/ddiary/DiningIcon3.gif";
DnIcon.iconSize = new GSize(17, 17);
DnIcon.iconAnchor = new GPoint(9, 9);
DnIcon.infoWindowAnchor = new GPoint(9, 0);
var MtIcon = new GIcon();
MtIcon.image = "http://homepage3.nifty.com/yasda/ddiary/MtIcon3.gif";
MtIcon.iconSize = new GSize(17, 16);
MtIcon.iconAnchor = new GPoint(8, 8);
MtIcon.infoWindowAnchor = new GPoint(5, 0);


var PtIcon = new GIcon();
PtIcon.image = "http://homepage3.nifty.com/yasda/ddiary/ptIcon3.gif";
PtIcon.iconSize = new GSize(8, 8);
PtIcon.iconAnchor = new GPoint(4, 4);
PtIcon.infoWindowAnchor = new GPoint(4, 0);

	function gMoveTo(x,y,scale) {
			map.setCenter(new GLatLng(x,y),scale);
}

        function createMarker(point, name,adress,icn) {

			if(icn==0){
	          var marker = new GMarker(point,MtIcon);
			}else if(icn==1){
	          var marker = new GMarker(point,DnIcon);
			}else{
	          var marker = new GMarker(point,PtIcon);
			}

          GEvent.addListener(marker, "click", function() {
			window.open(adress).focus();
          });
          GEvent.addListener(marker, "mouseover", function() {
            marker.openInfoWindowHtml("<a href=\""+adress+"\" >"+name+"</a>");
          });          return marker;
        }


        function createMarker2(point, name,adress,icn,name2,adress2) {

			if(icn==0){
	          var marker = new GMarker(point,MtIcon);
			}else if(icn==1){
	          var marker = new GMarker(point,DnIcon);
			}else{
	          var marker = new GMarker(point,PtIcon);
			}
if(Math.random()>0.5){

          GEvent.addListener(marker, "click", function() {
			window.open(adress).focus();
          });
}else{
          GEvent.addListener(marker, "click", function() {
			window.open(adress2).focus();
          });


}
          GEvent.addListener(marker, "mouseover", function() {
            marker.openInfoWindowHtml("<a href=\""+adress+"\" >"+name+"</a><br><a href=\""+adress2+"\" >"+name2+"</a>");
          });          return marker;
        }

//作成用
//    GEvent.addListener(map, 'click', function(overlay, point) {
//      if (point) {

//rvalue= "points.push(new GLatLng(" + Math.round(point.y*1000)/1000 + "," +Math.round(point.x*1000)/1000 + "));" ;
//map.addOverlay(new GMarker(point));

//        document.getElementById("show_x").innerHTML = rvalue;
//      }
//    });


//************************************************************************************
//          DATA
//************************************************************************************

		//山の場所
		var Mountains = [];
		var Mname = [];
		var Madress = [];
		var Mis2 = [];
		var Mname2 = [];
		var Madress2 = [];

			Mountains[1] =new GPoint(138.677, 35.518); Mname[1]="鬼ヶ岳　2001年2月";
			  Madress[1]="http://homepage3.nifty.com/yasda/Oni/onigatake.htm";

			Mountains[2] =new GPoint(139.014, 35.739); Mname[2]="三頭山　2001年3月";
			  Madress[2]="http://homepage3.nifty.com/yasda/Oni/Mitoh.htm";

			Mountains[3] =new GPoint(138.853, 35.737); Mname[3]="大菩薩嶺　2001年7月";
			  Madress[3]="http://homepage3.nifty.com/yasda/Oni/DaiBosats.htm";
			Mis2[3] =1; Mname2[3]="大菩薩嶺　2002年1月";
			  Madress2[3]="http://homepage3.nifty.com/yasda/Oni/DaiBosatsW.htm";

			Mountains[4] =new GPoint(138.967, 36.860); Mname[4]="白毛門　2001年8月";
			  Madress[4]="http://homepage3.nifty.com/yasda/Oni/Siraga.htm";

			Mountains[5] =new GPoint(137.648, 36.289); Mname[5]="穂高岳　2001年9月";
			  Madress[5]="http://homepage3.nifty.com/yasda/Oni/hodaka.htm";

			Mountains[6] =new GPoint(138.513, 35.795); Mname[6]="茅ヶ岳　2001年12月";
			  Madress[6]="http://homepage3.nifty.com/yasda/Oni/kaya.htm";

			Mountains[7] =new GPoint(138.901, 35.586); Mname[7]="高川山　2002年正月";
			  Madress[7]="http://homepage3.nifty.com/yasda/Oni/takagawa.htm";

			Mountains[8] =new GPoint(139.163, 35.454); Mname[8]="塔の岳　2002年2月";
			  Madress[8]="http://homepage3.nifty.com/yasda/Oni/ToNoTake.htm";
			Mis2[8] =1; Mname2[8]="今日のごはん　塔の岳　2005年12月";
			  Madress2[8]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#51";

			Mountains[9] =new GPoint(138.355, 36.019); Mname[9]="北八ヶ岳　2002年10月";
			  Madress[9]="http://homepage3.nifty.com/yasda/Oni/KitaYats.htm";

			Mountains[10]=new GPoint(131.254, 33.095); Mname[10]="くじゅう山　2003年5月";
			  Madress[10]="http://homepage3.nifty.com/yasda/Oni/kuju.htm";

			Mountains[11]=new GPoint(138.236, 35.758); Mname[11]="仙丈岳・甲斐駒ケ岳　2003年9月";
			  Madress[11]="http://homepage3.nifty.com/yasda/Oni/Salps.htm";

			Mountains[12]=new GPoint(139.141, 35.444); Mname[12]="鍋割山　2004年2月";
			  Madress[12]="http://homepage3.nifty.com/yasda/Oni/nabewari.htm";
			Mis2[12] =1; Mname2[12]="鍋割り山ダイヤモンド富士　2006年2月";
			  Madress2[12]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#60";

			Mountains[13]=new GPoint(138.320, 36.088); Mname[13]="北八ツヶ岳　2004年3月";
			  Madress[13]="http://homepage3.nifty.com/yasda/Oni/kitayatsw.htm";

			Mountains[14]=new GPoint(138.944, 35.855); Mname[14]="雲取山　2004年11月";
			  Madress[14]="http://homepage3.nifty.com/yasda/Oni/0411kumo.htm";
			Mis2[14] =1; Mname2[14]="今日のごはん　雲取山　2006年10月";
			  Madress2[14]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#96";

			Mountains[15]=new GPoint(138.794, 35.238); Mname[15]="愛鷹山　2004年11月";
			  Madress[15]="http://homepage3.nifty.com/yasda/Oni/0411astka.htm";

			Mountains[16]=new GPoint(138.372, 36.011); Mname[16]="本澤温泉・天狗岳　2004年12月";
			  Madress[16]="http://homepage3.nifty.com/yasda/Oni/0412teng.htm";

			Mountains[17]=new GPoint(139.138, 35.486); Mname[17]="蛭ヶ岳　2005年1月";
			  Madress[17]="http://homepage3.nifty.com/yasda/Oni/0501hil.htm";

			Mountains[18]=new GPoint(138.294, 36.104); Mname[18]="蓼科　2005年3月";
			  Madress[18]="http://homepage3.nifty.com/yasda/Oni/0503tatesna.htm";

			Mountains[19]=new GPoint(137.712, 36.407); Mname[19]="燕岳　2005年6月";
			  Madress[19]="http://homepage3.nifty.com/yasda/Oni/0506tbacro.htm";
			Mis2[19] =1; Mname2[19]="GWの表銀座　2008年5月";
			  Madress2[19]="http://homepage3.nifty.com/yasda/Oni/0805ginza.htm";

			Mountains[20]=new GPoint(138.298, 35.712); Mname[20]="鳳凰山　2005年11月";
			  Madress[20]="http://homepage3.nifty.com/yasda/Oni/0511hooh.htm";

			Mountains[21]=new GPoint(138.728, 35.909); Mname[21]="甲武信岳　2006年3月";
			  Madress[21]="http://homepage3.nifty.com/yasda/Oni/0603kobsi.htm";

			Mountains[22]=new GPoint(139.191, 35.436); Mname[22]="三の塔　2003年2月";
			  Madress[22]="http://yasda.hp.infoseek.co.jp//photo/ToNoTake/3noto/java.htm";

			Mountains[23]=new GPoint(137.756, 36.759); Mname[23]="白馬岳　2006年8月";
			  Madress[23]="http://homepage3.nifty.com/yasda/Oni/0608srouma.htm";

			Mountains[24]=new GPoint(138.367,35.967); Mname[24]="赤岳　2006年12月";
			  Madress[24]="http://homepage3.nifty.com/yasda/Oni/0612akadake.htm";

			Mountains[25]=new GPoint(138.937,36.822); Mname[25]="谷川岳　2007年1月";
			  Madress[25]="http://homepage3.nifty.com/yasda/Oni/0701tanigawa.htm";

			Mountains[26]=new GPoint(138.804,35.853); Mname[26]="雁峠　2008年2月";
			  Madress[26]="http://homepage3.nifty.com/yasda/Oni/0802gan.htm";

		for (var i = 1; i <27; i++) {
			if(Mis2[i]==1){
				map.addOverlay(createMarker2(Mountains[i], Mname[i],Madress[i],0,Mname2[i],Madress2[i]));
			}else{
				map.addOverlay(createMarker(Mountains[i], Mname[i],Madress[i],0));
			}
		}
		//島の場所
		var Islands = [];
		var Iname = [];
		var Iadress = [];
		var Mis2 = [];
		var Mname2 = [];
		var Madress2 = [];

//			 Islands[1] =new GPoint(139.1531, 34.2039); Iname[1]="神津島";
//			 Iadress[1]="http://homepage3.nifty.com/yasda/journey/5-2.htm";
			 Islands[2] =new GPoint(142.2060, 27.0887); Iname[2]="父島";
			 Iadress[2]="http://homepage3.nifty.com/yasda/journey/oga/index.htm";

			 Islands[3] =new GPoint(142.1579, 26.6396); Iname[3]="小笠原　2005年GW";
		     Iadress[3]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#17";
			Mis2[3] =1; Mname2[3]="母島　2006年GW";
			  Madress2[3]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#70";

			 Islands[4] =new GPoint(139.3986, 34.7348); Iname[4]="大島　2005年3月";
		     Iadress[4]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#12";

			 Islands[5] =new GPoint(139.8162, 33.0667); Iname[5]="八丈島　2005年7月";
		     Iadress[5]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#28";
			Mis2[5] =1; Mname2[5]="八丈島　2006年4月";
			  Madress2[5]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#66";

			 Islands[6] =new GPoint(139.5095, 34.0493); Iname[6]="三宅島　2005年8月";
		     Iadress[6]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#33";
			 Islands[7] =new GPoint(139.2626, 34.3808); Iname[7]="新島　2005年9月";
		     Iadress[7]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#37";

			 Islands[8] =new GPoint(139.2096, 34.3302); Iname[8]="式根島　2005年12月";
		     Iadress[8]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#51";
			Mis2[8] =1; Mname2[8]="式根島　2006年11月";
			  Madress2[8]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#97";

			 Islands[9] =new GPoint(127.2913, 26.2288); Iname[9]="座間味島　2006年1月";
		     Iadress[9]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#56";
			Islands[10] =new GPoint(139.5915, 33.8947); Iname[10]="御蔵島　2006年5月";
		    Iadress[10]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#74";

//今日のごはん
			Islands[11] =new GLatLng(34.974,138.854);Iname[11]="達磨山　2005年1月";
		    Iadress[11]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#5";
			Mis2[11] =1; Mname2[11]="達磨山　2005年12月";
			  Madress2[11]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#50";

			Islands[12] =new GLatLng(36.471,138.868); Iname[12]="榛名　わかさぎ";
		    Iadress[12]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#6";

			Islands[13] =new GLatLng(36.644,138.525); Iname[13]="ツール･ド･草津2005";
		    Iadress[13]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#13";
			Mis2[13] =1; Mname2[13]="ツール･ド･草津2006";
			  Madress2[13]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#67";

			Islands[14] =new GLatLng(34.663,138.788); Iname[14]="カヤックフィスティバル";
		    Iadress[14]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#25";
			Islands[15] =new GLatLng(34.902,139.114); Iname[15]="エクシブ伊豆";
		    Iadress[15]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#26";
			Islands[16] =new GLatLng(35.177,139.62); Iname[16]="三浦　カヤック";
		    Iadress[16]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#31";

			Islands[17] =new GLatLng(35.675,138.239); Iname[17]="北岳　2005年8月";
		    Iadress[17]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#32";
			Mis2[17] =1; Mname2[17]="北岳　2006年10月";
			  Madress2[17]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#93";

			Islands[18] =new GLatLng(34.753,138.776); Iname[18]="カヤック　ピア松崎";
		    Iadress[18]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#33";
			Islands[19] =new GLatLng(35.28,140.319); Iname[19]="房総１８きっぷの旅　2006年1月";
		    Iadress[19]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#52";
			Islands[20] =new GLatLng(36.435,138.401); Iname[20]="湯の丸山スノーシュー　2006年2月";
		    Iadress[20]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#57";
			Islands[21] =new GLatLng(35.919,138.474); Iname[21]="飯盛山　2006年　2006年2月";
		    Iadress[21]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#58";
			Islands[22] =new GLatLng(44.104,145.051); Iname[22]="知床～阿寒湖　2006年3月";
		    Iadress[22]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#61";
			Islands[23] =new GLatLng(35.681,138.377); Iname[23]="甘利山 輪行　2006年4月";
		    Iadress[23]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#65";

			Islands[24] =new GLatLng(34.981,138.463); Iname[24]="清水　2006年4月";
		    Iadress[24]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#68";

			Islands[25] =new GLatLng(34.79,139.036); Iname[25]="スバル・コガミヤタカップ　2006年7月";
		    Iadress[25]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#80";

			Islands[26] =new GLatLng(35.782,137.809); Iname[26]="木曽駒ケ岳　2006年11月";
		    Iadress[26]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#100";

			Islands[27] =new GLatLng(36.71,139.476); Iname[27]="半月山　2006年12月";
		    Iadress[27]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#102";

			Islands[28] =new GLatLng(34.521,139.281); Iname[28]="利島　2006年12月";
		    Iadress[28]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#102";

			Islands[28] =new GLatLng(34.521,139.281); Iname[28]="利島　2006年12月";
		    Iadress[28]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#102";

			Islands[29] =new GLatLng(37.625,140.296); Iname[29]="あだたら山　2007年3月";
		    Iadress[29]="http://homepage3.nifty.com/yasda/ddiary/DinningDiary.htm#116";

		for (var i = 2; i <30; i++) {
			if(Mis2[i]==1){
				map.addOverlay(createMarker2(Islands[i], Iname[i],Iadress[i],1,Mname2[i],Madress2[i]));
			}else{
				map.addOverlay(createMarker(Islands[i], Iname[i],Iadress[i],1));
			}
		}


// 三浦編
var points = [];
  points.push(new GLatLng(35.298,139.642));//camp1
  points.push(new GLatLng(35.246,139.593));//camp2
for (var i = 0; i <2; i++) {
				map.addOverlay(createMarker(points[i],"三浦半島自転車旅行","http://homepage3.nifty.com/yasda/journey/Miura/Miura.htm",2));
		}


// 能登編
var ntpt = [];

ntpt[0]=new GLatLng(35.990,139.092);//camp1
ntpt[1]=new GLatLng(36.193,138.753);//camp2
ntpt[2]=new GLatLng(36.478,138.146);//camp3
ntpt[3]=new GLatLng(37.176,138.236);//camp4
ntpt[4]=new GLatLng(37.113,138.002);//camp5
ntpt[5]=new GLatLng(37.01,137.746);//camp6
ntpt[6]=new GLatLng(36.762,137.234);//camp7
ntpt[7]=new GLatLng(37.107,137.05);//camp8
ntpt[8]=new GLatLng(37.152,136.701);//stay9
ntpt[9]=new GLatLng(37.242,136.702);//stay10
ntpt[10]=new GLatLng(36.556,136.684);//stay12,13
ntpt[11]=new GLatLng(36.691,137.142);//stay14,15
ntpt[12]=new GLatLng(36.332,137.294);//camp16このへん
ntpt[13]=new GLatLng(35.805,137.242);//camp17
ntpt[14]=new GLatLng(35.225,137.103);//camp18
ntpt[15]=new GLatLng(34.68,137.591);//camp19
ntpt[16]=new GLatLng(34.603,138.219);//camp20
ntpt[17]=new GLatLng(35.04,138.488);//camp21
ntpt[18]=new GLatLng(35.345,139.143);//camp22


		for (var i = 1; i <19; i++) {
				map.addOverlay(createMarker(ntpt[i],"能登自転車旅行","http://homepage3.nifty.com/yasda/journey/Noto00.htm",2));
		}




//伊豆１
var points = [];
points.push(new GLatLng(35.308,139.317));//camp1
points.push(new GLatLng(35.044,139.08));//camp2
map.addOverlay(createMarker(points[0],"自転車旅行　東伊豆","http://homepage3.nifty.com/yasda/journey/photo.htm",2));
map.addOverlay(createMarker(points[1],"自転車旅行　東伊豆","http://homepage3.nifty.com/yasda/journey/photo.htm",2));

//伊豆2
var points = [];
points.push(new GLatLng(34.98,138.948));//camp2
points.push(new GLatLng(34.974,138.777));//camp3
points.push(new GLatLng(34.635,138.89));
points.push(new GLatLng(34.198,139.151));

for (var i = 0; i <4; i++) {
				map.addOverlay(createMarker(points[i],"自転車旅行　西伊豆-神津島","http://homepage3.nifty.com/yasda/journey/4-28.htm",2));
		}

//4-9
var points = [];
var adress = [];
var date = [];
points[0]=new GLatLng(35.191,139.138);//camp1
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-2.htm");
date.push("8/2");
points[1]=new GLatLng(34.943,139.125);//camp2-4
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-3.htm");
date.push("8/3-4");
points[2]=new GLatLng(35.108,138.827);//camp5
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-5.htm");
date.push("8/5");
points[3]=new GLatLng(34.814,138.136);//camp6
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-6.htm");
date.push("8/6");
points[4]=new GLatLng(34.685,137.583);//camp7
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-7.htm");
date.push("8/7");
points[5]=new GLatLng(34.706,136.521);//camp8
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-8.htm");
date.push("8/8");
points[6]=new GLatLng(34.689,135.197);//stay9,10
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-9.htm");
date.push("8/9-10");
points[7]=new GLatLng(34.396,134.128);//stay11
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-11.htm");
date.push("8/11");
points[8]=new GLatLng(34.029,134.588);//stay12
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-12.htm");
date.push("8/12");
points[9]=new GLatLng(34.077,134.545);//camp13
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-13.htm");
date.push("8/13");
points[10]=new GLatLng(33.867,134.091);//camp14
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-14.htm");
date.push("8/14");
points[11]=new GLatLng(33.854,134.11);//camp15
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-15.htm");
date.push("8/15");
points[12]=new GLatLng(33.901,134.676);//camp16
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-16.htm");
date.push("8/16");
points[13]=new GLatLng(33.669,134.424);//camp17
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-17.htm");
date.push("8/17");
points[14]=new GLatLng(33.268,134.162);//camp18
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-18.htm");
date.push("8/18");
points[15]=new GLatLng(33.504,133.569);//camp19
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-19.htm");
date.push("8/20");
points[17]=new GLatLng(33.467,132.963);//camp21
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-21.htm");
date.push("8/21");
points[18]=new GLatLng(33.974,132.772);//camp22
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-22.htm");
date.push("8/22");
points[19]=new GLatLng(33.975,132.629);//nakasima
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-23.htm");
date.push("8/23");
points[20]=new GLatLng(33.673,132.621);//camp24
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-24.htm");
date.push("8/24");
points[21]=new GLatLng(33.344,132.015);//SadaMisaki camp25
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-25.htm");
date.push("8/25");
points[22]=new GLatLng(33.282,131.501);//camp26
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-26.htm");
date.push("8/26");
points[23]=new GLatLng(33.432,131.708);//camp27
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-27.htm");
date.push("8/27");
points[24]=new GLatLng(33.606,131.588);//camp28
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-28.htm");
date.push("8/28");
points[25]=new GLatLng(33.635,130.803);//stay29
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-29.htm");
date.push("8/29");
points[26]=new GLatLng(33.591,130.418);//stay31
adress.push("http://homepage3.nifty.com/yasda/journey/02j/8-31.htm");


		for (var i = 0; i <28; i++) {
				map.addOverlay(createMarker(points[i],"四国-九州　自転車旅行<BR>"+date[i],adress[i],2));
		}
//europe
var points = [];
points.push(new GLatLng(43.701,7.263));//stay1
points.push(new GLatLng(43.479,6.928));//stay2
points.push(new GLatLng(43.313,6.667));//camp3
points.push(new GLatLng(43.081,6.149));//camp4
points.push(new GLatLng(43.222,5.578));//camp5
points.push(new GLatLng(43.302,5.375));//stay6
points.push(new GLatLng(44.665,6.616));//camp7
points.push(new GLatLng(44.685,6.978));//camp8
points.push(new GLatLng(44.678,6.978));//camp9
points.push(new GLatLng(44.568,7.379));//camp10
points.push(new GLatLng(45.061,7.678));//Torino
points.push(new GLatLng(43.468,11.869));//Arezzo
points.push(new GLatLng(41.897,12.48));//Roma
for (var i = 0; i <12; i++) {
				map.addOverlay(createMarker(points[i],"フランス-イタリア自転車旅行","http://www.m-lagoon.com/cgi-bin/ysd/Euro/index.htm",2));
}


//NZ1

var points = [];
var adress= [];
var name = [];

adress.push("http://homepage3.nifty.com/yasda/journey/nz/006.htm");
points.push(new GLatLng(-44.704,169.174));//wanaka
name.push("Wanaka");

adress.push("http://homepage3.nifty.com/yasda/journey/nz/0010.htm");
points.push(new GLatLng(-45.421,167.728));//TeAnau
name.push("Te Anau");

adress.push("http://homepage3.nifty.com/yasda/journey/nz/014.htm");
points.push(new GLatLng(-44.68,167.93));//Milford
name.push("Millford Sound");

adress.push("http://homepage3.nifty.com/yasda/journey/nz/015.htm");
points.push(new GLatLng(-44.871,168.142));//MckellarHut
name.push("Green Stone Track");

adress.push("http://homepage3.nifty.com/yasda/journey/nz/021.htm");
points.push(new GLatLng(-43.473,170.015));//FoxGlacier
name.push("Fox Glacier");

adress.push("http://homepage3.nifty.com/yasda/journey/nz/022.htm");
points.push(new GLatLng(-42.948,171.566));//As pass
name.push("Arther's Pass");

points.push(new GLatLng(-43.803,172.973));//Akaroa
adress.push("http://homepage3.nifty.com/yasda/journey/nz/026.htm");
name.push("Akaroa");


for (var i = 0; i <8; i++) {
				map.addOverlay(createMarker(points[i],"NZ旅行記1　2003年2月<BR>"+name[i],adress[i],2));
}

//NZ2
var points = [];
points.push(new GLatLng(-43.532,172.628));//CHCH
points.push(new GLatLng(-44.001,170.466));//tekapo
points.push(new GLatLng(-43.719,170.093));//MtCookCamp
points.push(new GLatLng(-43.721,170.064));//MuellorHut
points.push(new GLatLng(-42.405,173.664));//Kaikoura
for (var i = 0; i <5; i++) {
				map.addOverlay(createMarker(points[i],"NZ旅行記2　2005年10月","http://www.m-lagoon.com/cgi-bin/ysd/NZ2/index.htm",2));
}



		}
	}