function backToTop() {
  var x1 = x2 = x3 = 0;
  var y1 = y2 = y3 = 0;
  if (document.documentElement) {
      x1 = document.documentElement.scrollLeft || 0;
      y1 = document.documentElement.scrollTop || 0;
  }
  if (document.body) {
      x2 = document.body.scrollLeft || 0;
      y2 = document.body.scrollTop || 0;
  }
  x3 = window.scrollX || 0;
  y3 = window.scrollY || 0;
  var x = Math.max(x1, Math.max(x2, x3));
  var y = Math.max(y1, Math.max(y2, y3));
  window.scrollTo(Math.floor(x / 2), Math.floor(y / 2));
  if (x > 0 || y > 0) {
      window.setTimeout("backToTop()", 25);
  }
}


function openWin01(){
	window.open("../chapel/photo_l.html",'window1','resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}
function openWin02(){
	window.open("../chapel/photo_p.html",'window1','resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}
function openWin03(){
	window.open("contents/chapel/photo_l.html",'window1','resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,fullscreen=yes');
}


function openOhinasamaplan(){
 window.open("popup.html",'window03','resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=611,height=620,left=200,top=50');
}
function openOhinasamaplan02(){
 window.open("../../popup.html",'window03','resizable=yes,scrollbars=no,menubar=no,directories=no,status=no,location=no,width=595,height=840,left=200,top=50');
}

function open5years(){
 window.open("popup_02.html",'window03','resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=638,height=620,left=200,top=50');
}
function open5years02(){
 window.open("../../popup_02.html",'window03','resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=638,height=620,left=200,top=50');
}

function openKoe(){
 window.open("http://www.st-aqua.jp/contents/visitors_voice/",'window03','resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=717,height=620,left=200,top=50');
}


function openpop(){
 window.open("../../popup_03.html",'window03','resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=910,height=850,left=200,top=50');
}

function openPop06(){
 window.open("../../popup_06.html",'window06','resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=770,height=650,left=100,top=50');
}

function openPop08(){
 window.open("../../popup_05.html",'window07','resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=945,height=802,left=100,top=50');
}

function openPop10(){
 window.open("../../popup_10.html",'window10','resizable=yes,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=903,height=730,left=100,top=50');
}

//-
