// JavaScript Document
function popUpWindow()
{
	window.open('html/map.html','アクセス','height=630,width=510');
	return false;
}

