<!--サブウィンドウ表示-->
				
function subwindow_flash_01(url) {

					open_window_flash_01 = window.open(url, "flash","width=300,height=300,toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=no,menubar=no,top=200,left=200","_blank")

					open_window_flash_01.focus();

				}