function popimage(imagesrc){
  popwin=window.open('','window','Width=420,Height=500');
	popwin.document.write('<html>\n<head>\n<title>ウィークリーマンション協会　物件写真</title>\n</head>\n<body>\n<A HREF="javascript:window.close();"><img src="'+imagesrc+'" border="0" alt="画面クリックでウィンドウを閉じます"></A><br>\n<center>画像クリックでウィンドウを閉じます。<FORM><INPUT TYPE="button" VALUE="印刷" ONCLICK="print()"></FORM></center>\n</body>\n</html>')
	popwin.focus()
	popwin.document.close()
}
function popimage_map(imagesrc,mapzz){
  popwin=window.open('','window','Width=420,Height=650');
	popwin.document.write('<html>\n<head>\n<title>ウィークリーマンション</title>\n</head>\n<body>\n<A HREF="javascript:window.close();"><img src="'+imagesrc+'" border="0" alt="画面クリックでウィンドウを閉じます"></A><br>\n'+mapzz+'<center>画像クリックでウィンドウを閉じます。<FORM><INPUT TYPE="button" VALUE="印刷" ONCLICK="print()"></FORM></center>\n</body>\n</html>')
	popwin.focus()
	popwin.document.close()
}
function mitsumori(){
	  window.open("",'mitsumori',"width=360,height=400,toolbar=no,location=no,status=no,directories=no,menubar=no,scrollbars=no,resizable=no");
}

offX = 5;
offY = 5;
function setMenu(){
  sx = document.body.scrollLeft;
  sy = document.body.scrollTop;
  fMENU.style.left= sx + offX;
  fMENU.style.top = sy + offY;
}
