// １００周年記念特集
function disp1x(url){
opendx=window.open(url, "sub_window1x", "width=880,height=655,scrollbars=1,resizable=1,left=10,top=10");
opendx.focus();
}
// １００周年記念特集メインページのスライド部分
function disp2x(url){
opendx=window.open(url, "sub_window2x", "width=700,height=390,scrollbars=1,resizable=1,left=10,top=10");
opendx.focus();
}

