//採用情報
function newwin_info(){
var win1=window.open('saiyo.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=630,height=475');
}

//アクセス
function newwin_map(){
var win1=window.open('access.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=730,height=610');
}

//map(東京)
function newwin_tokyo(){
var win1=window.open('access.htm#tokyo','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=730,height=550');
}

//map(大阪)
function newwin_osaka(){
var win1=window.open('access.htm#osaka','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=730,height=550');
}

//略歴紹介へ
function newwin_career(){
var win1=window.open('Kitamori.htm','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=610,height=600');
}




