<!--

// サブウィンドウを開く処理
function disp(url){

window.open(url, "window_name", "width=124,height=330,screenX=373,screenY=895,top=373,left=895,scrollbars=no,resizable=no,status=no");

}

// -->