function OpenWin01(){

    win=window.open("sub_win01.html","new","width=580,height=550");

}



function OpenWin02(){

    win=window.open("sub_win02.html","new","width=580,height=550");

}



function CloseWin(){

    window.close();

}

