
// 사이트이동
function siteGo( map_id)
{
	//alert( map_id);
	document.location.href = '/prog/map/index.php?map_id=' + map_id;
}
