function popup01(){
    window.open("cast.html", "cast", "width=360px,height=500px,resizable= yes, scrollbars=yes");
}

function popup02(){
    window.open("news02.html", "outline", "width=600px,height=500px,resizable= yes, scrollbars=yes");
}

function popup03(){
    window.open("news01.html", "outline", "width=600px,height=450px,resizable= yes, scrollbars=yes");
}

function popup04(){
    window.open("news03.html", "outline", "width=720px,height=450px,resizable= yes, scrollbars=yes");
}
