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 openTown() {
window.open("town.html",'','resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=yes,width=1024,height=675');
}



function openPlan(){
	window.open("http://www.kkr-town.com/contents/plan/haruaki/index.html",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}
function openPlan02(){
	window.open("http://www.kkr-town.com/contents/plan/bf/index.html",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openWeddingPlan(){
	window.open("http://www.kkr-town.com/contents/plan/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openFair(){
	window.open("http://www.kkr-town.com/contents/fair/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openReserved(){
	window.open("http://www.kkr-town.com/contents/mail/reserve/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openContact(){
	window.open("http://www.kkr-town.com/contents/mail/contact/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openContact(){
	window.open("http://www.kkr-town.com/contents/mail/contact/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openBlog(){
	window.open("http://www.kkr-town.com/blog/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=980,height=700');
}

function openAccess(){
	window.open("http://www.kkr-town.com/contents/access/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openFAQ(){
	window.open("http://www.kkr-town.com/contents/faq.html",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openNews(){
	window.open("http://www.kkr-town.com/contents/news/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openSitemap(){
	window.open("http://www.kkr-town.com/contents/sitemap/",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openSitepolicy(){
	window.open("http://www.kkr-town.com/contents/policy/site.html",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openPrivacypolicy(){
	window.open("http://www.kkr-town.com/contents/policy/privacy_policy.html",'','resizable=no,scrollbars=yes,toolbar=no,menubar=no,directories=no,status=no,location=no,width=900,height=700');
}

function openKey(){
	window.open("http://www.kkr-town.com/treasure/login.html",'','resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,width=920,height=600');
}
function openRoom(){
	window.open("http://www.kkr-town.com/brides_room.html",'','resizable=no,scrollbars=no,toolbar=no,menubar=no,directories=no,status=no,location=no,width=820,height=500');
}



