function subWin()
{
	window.open('','account','width=540,height=640,resizable=yes,status=no,scrollbars=yes,location=no,toolbar=yes,left=0,top=0');
}

//サブウィンドウ（間取り)
function subWin01()
{
	window.open('','sub01','screenX=0,screenY=0,left=0,top=0,width=580,height=640,resizable=yes,status=no,scrollbars=yes,location=no,toolbar=no');
}

//サブウィンドウ（間取り大)
function subWin02()
{
	window.open('','sub02','screenX=0,screenY=0,left=0,top=0,width=750,height=800,resizable=yes,status=no,scrollbars=yes,location=no,toolbar=no');
}

//サブウィンドウ（間取り縦長)
function subWin03()
{
	window.open('','sub03','screenX=0,screenY=0,left=0,top=0,width=580,height=800,resizable=yes,status=no,scrollbars=yes,location=no,toolbar=no');
}

//サブウィンドウ（写真拡大)
function subWinPht(phtFront)
{
front=window.open(phtFront,"pht","screenX=0,screenY=0,left=0,top=0,width=600,height=450,resizable=yes");　　
front.focus();
}

//サブウィンドウ（写真拡大 小さいサイズ)
function subWinPht_s(phtFront)
{
front=window.open(phtFront,"pht","screenX=0,screenY=0,left=0,top=0,width=530,height=400,resizable=yes");　　
front.focus();
}





//google analytics

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-20564834-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  
