// システム通常稼動時、本ファイルをWEBサーバへ転送する

// メンテナンスメッセージの表示（メンテナンス中ではないのでダミー）
function DispMenteMessage() {
}

// 注意事項ポップアップ
function openCaution(url) {
  focusOn(window.open( url + '.html','win_c','scrollbars=yes,resizable=yes,width=350,height=400'));
}

// 現在位置ポップアップ
function openWin(url) {
  focusOn(window.open('../../html/navi_' + url + '.html','guide','toolbar=0,width=240,height=270'));
}

// 市街地への遷移
function toCity(url) {
  this.location = url + ".html"
}

// 詳細地への遷移
function toDetail(url) {
  this.location = url + ".html"
}

// シンボルポップアップ
function openUryo(url) {
  focusOn(window.open('../../../info/uryo/popup/' + url + '.html','pop','scrollbars=yes,resizable=yes,width=550,height=330'));
}

function openRomen(url) {
  focusOn(window.open('../../../info/romen/popup/' + url + '.html','pop','scrollbars=yes,resizable=yes,width=550,height=200'));
}

function openGenzai(url) {
  focusOn(window.open('../../../info/kisei/popup/' + url + '.html','pop','scrollbars=yes,resizable=yes,width=550,height=320'));
}

function openYotei(url) {
  focusOn(window.open('../../../info/yotei/popup/' + url + '.html','pop','scrollbars=yes,resizable=yes,width=550,height=320'));
}

function openChugoku() {
  focusOn(window.open('http://www.cgr.mlit.go.jp/road/frame.htm','new',''));
}
