function OpenWin01(){
    win=window.open("cinema01.html","new","width=550,height=650");
}

function OpenWin1(){
    win=window.open("map01.html","new","width=490,height=650");
}

function OpenWin2(){
    win=window.open("map02.html","new","width=590,height=475");
}

function OpenWin3(){
    win=window.open("map03.html","new","width=590,height=650");
}

