// フッタ作成関数
function make_footer()
{
  document.write("<h6>copyright(C)1999-2012 劇団オグオブ All rights reserved.　　　");
  document.write("<a href=\"formobi.htm\">》携帯サイト</a>　　");
  document.write("<a href=\"inquiry.htm\">》お問い合わせ</a>　　");
  document.write("<a href=\"kanri/\">》管理人室</a>　　");
  document.write("<a href=\"link.htm\">》リンク集</a></h6>");
}

// イメージ切り替え関数
function setImage(img, image) {
   if (img) {
      img.src = image;
   }
}


