//サブウインドウ//

// サブウィンドウを開く処理
function disp(url){

	window.open(url, "window_name", "width=480,height=400,scrollbars=yes,resizable=yes,status=yes");

}
