
function popupMap(g_location) {
	
	window.open("/maps/showmap.asp?LOC=" + g_location,"EXPLORATION_MAP","width=640,height=480,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,left=50,top=50");
	
	}