﻿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()", 30);
  }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

/*　物件概要　*/
function out(){
	window.open( "http://www.secom-shl2.jp/new/search/index.php?Command=Detail&id=179", "out", "width=700,height=600,scrollbars=yes,resizable=yes");
}

/*　資料請求　*/
function req(){
	window.open( "https://www.secom-shl.co.jp/syakujii.html", "req", "width=560,height=600,scrollbars=yes,resizable=yes");
}

/*　来場予約　*/
function res(){
	window.open( "https://www.secom-shl.co.jp/syakujii_visit.html", "res", "width=560,height=600,scrollbars=yes,resizable=yes");
}

/*　現地案内図　*/
function map(){
	window.open( "map.html", "map", "width=700,height=600,scrollbars=yes,resizable=yes");
}

/*　お客様の声　*/
function voice(){
	window.open( "review.html", "review", "width=840,height=800,scrollbars=yes,resizable=yes");
}

/*　耐震等級　*/
function strong_point(){
	window.open( "strong_point.html", "strong_point", "width=640,height=600,scrollbars=yes,resizable=yes");
}

/*　ライフインフォメーション　*/
function lifeinfo(){
	window.open( "lifeinformation.html", "lifeinfo", "width=860,height=720,scrollbars=yes,resizable=yes");
}

/*　来場レビューを書く　*/
function rew(){
	window.open( "https://www.secom-shl.co.jp/syakujii_review.html", "rew", "width=560,height=600,scrollbars=yes,resizable=yes");
}
/*　movie　*/
function movie01(){
	window.open( "movie/movie01.html", "movie01", "width=856,height=600,scrollbars=yes,resizable=yes");
}

/*　手付金還元　*/
function kangen(){
	window.open( "kangen.html", "kangen", "width=750,height=600,scrollbars=yes,resizable=yes");
}

/*　富士山フォトギャラリー　*/
function fuji(){
	window.open( "fuji.html", "fuji", "width=740,height=600,scrollbars=yes,resizable=yes");
}