function viewMap(id) {
	window.open("/view_map/index/" + id, "View_Map", "menubar=no,width=490,height=480,toolbar=no,scrollbars=yes,resize=yes");
}