// 本社マップ表示

function tokyoMap(){
	win=window.open("map_tokyo.html","new","width=550,height=450,scrollbars=no,toolbar=no");
}
function chibaMap(){
	win=window.open("map_chiba.html","new","width=550,height=450,scrollbars=no,toolbar=no");
}

// ウィンドウを閉じる

function CloseWin(){
    window.close();
}
