// JavaScript Document

// 新規ウィンドウ
function disp(url){
	window.open(url, "window_name");
}

