/** divタグを隠す **/

function toggle(id) {
  var modu = document.getElementById(id);
  if (modu.style.display == "block"){
    modu.style.display = "none";
  }else{
    modu.style.display = "block";
  }
}


/** ポップアップウィンドウ **/

/* 本社 */
function SubWindow1() {
  open("../../company/branch/head.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* すいとぴー新横浜 */
function SubWindow2() {
  open("../../company/branch/home/shin_yokohama.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* すいとぴー金沢八景 */
function SubWindow3() {
  open("../../company/branch/home/hakkei.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* すいとぴー三ツ境 */
function SubWindow4() {
  open("../../company/branch/home/mitsukyo.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* すいとぴー港南台 */
function SubWindow15() {
  open("../../company/branch/home/konandai.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* 日総ニフティ福祉事業部（新横浜） */
function SubWindow5() {
  open("../../company/branch/care/shin_yokohama.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* すいとぴー介護ステーション　日吉 */
function SubWindow6() {
  open("../../company/branch/care/hiyoshi.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* すいとぴー介護ステーション　金沢八景 */
function SubWindow7() {
  open("../../company/branch/care/hakkei.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* すいとぴー介護ステーション　吉野町 */
function SubWindow8() {
  open("../../company/branch/care/yoshino.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* 中央台1 */
function SubWindow9() {
  open("../../company/branch/care/tyuuo1.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* 中央台2 */
function SubWindow10() {
  open("../../company/branch/care/tyuuo2.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* 北茨城 */
function SubWindow12() {
  open("../../company/branch/care/kitaibaraki.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* 勿来 */
function SubWindow14() {
  open("../../company/branch/care/nakoso.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* 常磐 */
function SubWindow13() {
  open("../../company/branch/care/jyoban.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}

/* 平窪 */
function SubWindow11() {
  open("../../company/branch/care/hirakubo.html", "Window00", "resizable=1, scrollbars=1, menubar=0, directories=0, status=0, location=0, width=800, height=600")
}




