// JavaScript Document

function hiraku(filename) {
	window.open(filename, "window_slide1", "width=970, height=705, left=0, top=0");
}

function hiraku2(filename) {
	window.open(filename, "window_map1", "width=980, height=700, left=0, top=0, resizable=1");
}

