function disp_s(url){
window.open(url, "saimu", "width=670,height=700,resizable=yes,scrollbars=yes,toolbar=no,location=no,status=yes");
}

function movie(url){
window.open(url, "movie", "width=520,height=460,resizable=yes,scrollbars=yes,toolbar=no,location=no,status=yes");
}

function interview(url){
window.open(url, "interview", "width=520,height=460,resizable=yes,scrollbars=yes,toolbar=no,location=no,status=yes");
}

function interview_s(url){
window.open(url, "interview_s", "width=920,height=620,resizable=yes,scrollbars=yes,toolbar=no,location=no,status=yes");
}

