/*windowsopen*/

function OpenWin1(){
    win1=window.open("http://www.f-k-f.jp/map/map1.html","new","width=680,height=700","scrollbars=yes");
}

function OpenWin2(){
    win1=window.open("http://www.f-k-f.jp/map/map2.html","new","width=680,height=700","scrollbars=yes");
}


function OpenWin3(){
    win1=window.open("http://www.f-k-f.jp/map/map3.html","new","width=680,height=700","scrollbars=yes");
}

function OpenWin4(){
    win1=window.open("http://www.f-k-f.jp/map/map4.html","new","width=680,height=700","scrollbars=yes");
}

function OpenWin5(){
    win1=window.open("http://www.f-k-f.jp/map/map5.html","new","width=680,height=700","scrollbars=yes");
}

function OpenWin6(){
    win1=window.open("http://www.f-k-f.jp/map/map6.html","new","width=680,height=700","scrollbars=yes");
}


/*windowsclose*/

function CloseWin(){
    window.close();
}
