// JavaScript Flashにフォーカスをあわせる
function flashload() {
	window.document.orgmap.focus();
}

