
function OpenWin1(){
win=window.open("hayakawa.html","b_window","width=480,height=500,scrollbars=yes");
}
function OpenWin2(){
win=window.open("fujimori.html","b_window","width=480,height=500,scrollbars=yes");
}

function OpenWin3(){
win=window.open("fmv.html","b_window","width=480,height=480,scrollbars=yes");
}

function CloseWin(){
window.close();
}
