//-------------------------------------------------------------------------
// ヘッダメッセージ表示
//-------------------------------------------------------------------------
function disp_header()
{
  document.writeln("<img src=\"image/banner.jpg\" alt=\"\" usemap=\"#map_banner\" />");
  document.writeln("<map name=\"map_banner\">");
  document.writeln("<area coords=\"7,14,190,56\" alt=\"劇団 黒テント\" href=\"http://www.ne.jp/asahi/kurotent/tokyo/\" target=\"_blank\" />");
  document.writeln("<area coords=\"547,31,667,53\" alt=\"柏ニュース\" href=\"http://news.kashiwastage.net/\" target=\"_blank\" />");
  document.writeln("<area coords=\"576,65,667,78\" alt=\"Studio WUU\" href=\"http://www.wuu.co.jp/\" target=\"_blank\" />");
  document.writeln("<area coords=\"560,146,666,162\" alt=\"monaizo\" href=\"http://members3.jcom.home.ne.jp/monaizo/\" target=\"_blank\" />");
  document.writeln("</map>");
  document.close();
}

//-------------------------------------------------------------------------
// ナビゲーション表示
//-------------------------------------------------------------------------
function disp_navi()
{
  document.writeln("<div id=\"navi_home\"  class=\"tab\"><a href=\"index.shtml\">ホーム</a></div>");
  document.writeln("<div id=\"navi_first\" class=\"tab\"><a href=\"first.shtml\">ごあいさつ</a></div>");
  document.writeln("<div id=\"navi_story\" class=\"tab\"><a href=\"story.shtml\">あらすじ</a></div>");
  document.writeln("<div id=\"navi_point\" class=\"tab\"><a href=\"point.shtml\">見どころ</a></div>");
  document.writeln("<div id=\"navi_cast\"  class=\"tab\"><a href=\"cast.shtml\">キャスト/スタッフ</a></div>");
  document.writeln("<div id=\"navi_blog\"  class=\"tab\"><a href=\"blog.shtml\">準備ブログ保存版</a></div>");
  document.close();
}

//-------------------------------------------------------------------------
// 著作権表示
//-------------------------------------------------------------------------
function disp_copyright()
{
  document.writeln("<div class=\"copyright\">Copyright (C) 2006 Kashiwa news. Some rights reserved.</div>");
  document.close();
}
