function createjsDOMenu() {
  fixedMenu0 = new jsDOMenu(120, "fixed");
  with (fixedMenu0) {
    addMenuItem(new menuItem("目次", "", "help.html"));
    addMenuItem(new menuItem("-"));
    addMenuItem(new menuItem("戻る", "", "javascript:history.back()"));
    addMenuItem(new menuItem("閉じる", "", "javascript:window.close()"));
  }

  fixedMenu1 = new jsDOMenu(190, "fixed");
  with (fixedMenu1) {
   /* addMenuItem(new menuItem("ログイン", "", "login.html"));
    addMenuItem(new menuItem("ログイン名・パスワードの変更", "", "password.html"));
    addMenuItem(new menuItem("リンクの作成", "", "simplelink.html"));
    addMenuItem(new menuItem("浮かぶアイコンのカスタマイズ", "", "movelink.html"));
    addMenuItem(new menuItem("訪問者の確認", "", "visitorinfo.html"));
    addMenuItem(new menuItem("チャットの応答", "", "answer.html"));
    addMenuItem(new menuItem("-"));
    */
    
    addMenuItem(new menuItem("メイン画面", "", "main.html"));
	addMenuItem(new menuItem("アイコン設定の使用例", "", "aicon.html"));
	addMenuItem(new menuItem("チャットの応答", "", "answer_1.html"));
	addMenuItem(new menuItem("チャットの招待", "", "user_definition.html"));
	addMenuItem(new menuItem("ダイレクトチャットの招待", "", "direct_chat.html"));
	addMenuItem(new menuItem("URL送信", "", "operator_url_sub.html"));
	addMenuItem(new menuItem("ファイル送信", "", "file_sub.html"));
	addMenuItem(new menuItem("チャットの転送", "", "chat_forwarding.html"));
	addMenuItem(new menuItem("チャットの終了", "", "chat_end.html"));
	addMenuItem(new menuItem("チャットの削除", "", "chat_delete.html"));
	addMenuItem(new menuItem("内部チャット", "", "inside_chat.html"));
	addMenuItem(new menuItem("訪問者名変更と説明追加", "", "chat_visitor_name.html"));
	addMenuItem(new menuItem("チャット中訪問者の入力情報予知機能", "", "chat_visitor_input.html"));
	addMenuItem(new menuItem("コールセンター機能", "", "webuketuke_call_center.html"));
	addMenuItem(new menuItem("チャットログ", "", "chat_log.html"));
	addMenuItem(new menuItem("伝言ログ", "", "message_log.html"));
	addMenuItem(new menuItem("統計分析", "", "statistics.html"));
    addMenuItem(new menuItem("ダウンロード＆インストール", "", "http://webuketuke.jp/install_help.html"));
  }
  
 /* fixedMenu2 = new jsDOMenu(230, "fixed");
  with (fixedMenu2) {
    addMenuItem(new menuItem("訪問者をチャットに招待する", "", "invite.html"));
    addMenuItem(new menuItem("担当者間対話", "", "internalchat.html"));
    addMenuItem(new menuItem("チャットの転送", "", "transfer.html"));
    addMenuItem(new menuItem("ファイル送受信", "", "sendfile.html"));
    addMenuItem(new menuItem("-"));
    addMenuItem(new menuItem("オンライン状態の変更", "", "changestatus.html"));
    addMenuItem(new menuItem("ユーザーの切替・自動ログインの解除", "", "changeuser.html"));
    addMenuItem(new menuItem("-"));
    addMenuItem(new menuItem("オフライン時の伝言", "", "message.html"));
    addMenuItem(new menuItem("チャットのログ", "", "chatlog.html"));
  }

  fixedMenu3 = new jsDOMenu(160, "fixed");
  with (fixedMenu3) {
    addMenuItem(new menuItem("クイック返信定型文", "", "quickreply.html"));
    addMenuItem(new menuItem("ページタイトル", "", "pagetitle.html"));
    addMenuItem(new menuItem("よく使う招待用定型文", "", "chatrequest.html"));
    addMenuItem(new menuItem("よく使うＵＲＬ", "", "urllist.html"));
    addMenuItem(new menuItem("送信ファイルリスト", "", "filelist.html"));
    addMenuItem(new menuItem("チャットのフォントカラー", "", "chatfont.html"));
    addMenuItem(new menuItem("チャットのパラメーター", "", "chatparam.html"));
    addMenuItem(new menuItem("チャット中の広告", "", "ad.html"));
    addMenuItem(new menuItem("-"));
    addMenuItem(new menuItem("通知", "", "alarm.html"));
    addMenuItem(new menuItem("ネットワークプロキシ", "", "proxy.html"));
  }

  fixedMenu4 = new jsDOMenu(140, "fixed");
  with (fixedMenu4) {
    addMenuItem(new menuItem("協力担当者", "", "friendsetup.html"));
    addMenuItem(new menuItem("権限・セキュリティ", "", "security.html"));
    addMenuItem(new menuItem("サービス部署", "", "department.html"));
  }
  */
 fixedMenu5 = new jsDOMenu(140, "fixed");
  with (fixedMenu5) {
    addMenuItem(new menuItem("オンライン", "", "online.html"));
    addMenuItem(new menuItem("ビジー", "", "biji.html"));
    addMenuItem(new menuItem("退席中", "", "taiseki.html"));
	addMenuItem(new menuItem("ログオフ", "", "logoff.html"));
  }
   fixedMenu6 = new jsDOMenu(220, "fixed");
  with (fixedMenu6) {    	   
  	fixedMenu6_1 = new jsDOMenu(230, "fixed");
	addMenuItem(new menuItem("オペレーター権限と部署の設定", "item6_1"));
	with (fixedMenu6_1) {
	    addMenuItem(new menuItem("権限の設定", "", "authority.html"));
	    addMenuItem(new menuItem("部署・サービス名設定", "", "post_service.html"));
	    addMenuItem(new menuItem("協力関係オペレーターリストの設定", "", "partner.html"));
	    addMenuItem(new menuItem("ログイン制限", "", "login_limit.html"));
	}
	addMenuItem(new menuItem("チャットの自動応答設定", "", "automatic_response.html"));
    addMenuItem(new menuItem("定型文設定", "", "sentence.html"));
	addMenuItem(new menuItem("訪問者カテゴリの設定", "", "category.html"));
	addMenuItem(new menuItem("サイト内ページタイトルの設定", "", "site_title.html"));
	addMenuItem(new menuItem("動くアイコンリンクの設定", "", "movelink.html"));
	fixedMenu6_7 = new jsDOMenu(140, "fixed");
	addMenuItem(new menuItem("チャットウィンドウと招待の設定", "item6_7", ""));
	with (fixedMenu6_7) { 
		fixedMenu6_7_1 = new jsDOMenu(230, "fixed");
		addMenuItem(new menuItem("チャットウィンドウ", "item6_7_1", ""));
		with (fixedMenu6_7_1) { 
		    addMenuItem(new menuItem("お気に入り追加の設定", "", "chat_window.html"));
		    addMenuItem(new menuItem("タイトルの設定", "", "chat_title.html"));
		    addMenuItem(new menuItem("チャット満足度調査の設定", "", "impression.html"));
		    addMenuItem(new menuItem("ツールバーボタンの表示設定", "", "toolbar_button.html"));
			addMenuItem(new menuItem("オフライン時メッセージの設定", "", "offline_message.html"));
			addMenuItem(new menuItem("伝言画面の設定", "", "message_page.html"));
			addMenuItem(new menuItem("前置き説明文の設定", "", "ahead_message.html"));
			addMenuItem(new menuItem("部署・サービス名表示の設定", "", "chat_post_service.html"));
			addMenuItem(new menuItem("スキン（カラー）の設定", "", "skin_color.html"));
			addMenuItem(new menuItem("フォントカラーの設定", "", "chat_font_color.html"));
			addMenuItem(new menuItem("広告エリアの設定", "", "chat_advertisement.html"));
			addMenuItem(new menuItem("チャット時間制限の設定", "", "chat_limit.html"));
			fixedMenu6_7_1_1 = new jsDOMenu(230, "fixed");
			addMenuItem(new menuItem("画面モード切替時前置きメッセージの設定", "item6_7_1_1", ""));
			with (fixedMenu6_7_1_1) { 
				addMenuItem(new menuItem("伝言画面への切替時", "", "chat_ahead_message.html"));
			}
			fixedMenu6_7_1_2 = new jsDOMenu(130, "fixed");
			addMenuItem(new menuItem("チャット開始前画面の設定", "item6_7_1_2", ""));
			with (fixedMenu6_7_1_2) { 
				addMenuItem(new menuItem("表示設定", "", "chat_ahead_window.html"));
				addMenuItem(new menuItem("説明文の設定", "", "chat_ahead_window_explanation.html"));
				addMenuItem(new menuItem("入力項目の設定", "", "chat_ahead_window_input.html"));
			}
			fixedMenu6_7_1_3 = new jsDOMenu(270, "fixed");
			addMenuItem(new menuItem("システムメッセージの表示設定", "item6_7_1_3", ""));
			with (fixedMenu6_7_1_3) { 
				addMenuItem(new menuItem("チャットリクエストの応答待ちタイムアウト時", "", "chat_request_message.html"));
				addMenuItem(new menuItem("オペレーターの返信待ち", "", "chat_operator_message_waiting.html"));
				addMenuItem(new menuItem("訪問者メッセージ送信待ちタイムアウト時", "", "visitor_message_timeout.html"));
				addMenuItem(new menuItem("訪問者メッセージ送信待ちタイムアウト時のチャット自動終了", "", "visitor_chat_waiting_timeout.html"));
			}
		}
		fixedMenu6_7_2 = new jsDOMenu(180, "fixed");
		addMenuItem(new menuItem("招待", "item6_7_2", ""));
		with (fixedMenu6_7_2) { 
			addMenuItem(new menuItem("自動招待時の文章設定", "", "invitation_auto.html"));
			addMenuItem(new menuItem("クイック招待説明文の設定", "", "invitation_quick.html"));
			addMenuItem(new menuItem("招待画面の表示設定", "", "invitation_screen.html"));
			addMenuItem(new menuItem("招待パラメーターの設定", "", "invitation_parameter.html"));
		}
	}
	addMenuItem(new menuItem("チャットリンクと各種コードの作成", "", "chat_link.html"));
 }
 fixedMenu6.items.item6_1.setSubMenu(fixedMenu6_1);
 fixedMenu6.items.item6_7.setSubMenu(fixedMenu6_7);
 fixedMenu6_7.items.item6_7_1.setSubMenu(fixedMenu6_7_1);
 fixedMenu6_7_1.items.item6_7_1_1.setSubMenu(fixedMenu6_7_1_1);
 fixedMenu6_7_1.items.item6_7_1_2.setSubMenu(fixedMenu6_7_1_2);
 fixedMenu6_7_1.items.item6_7_1_3.setSubMenu(fixedMenu6_7_1_3);
 fixedMenu6_7.items.item6_7_2.setSubMenu(fixedMenu6_7_2);

 fixedMenu7 = new jsDOMenu(220, "fixed");
  with (fixedMenu7) {
    addMenuItem(new menuItem("オペレーター名/パスワードの変更", "", "password_change.html"));
	fixedMenu7_2 = new jsDOMenu(190, "fixed");
    addMenuItem(new menuItem("クライアントソフトのプロパティ", "item7_2", ""));
	with (fixedMenu7_2) { 
		addMenuItem(new menuItem("全般", "", "client_property_whole.html"));
		addMenuItem(new menuItem("オペレーター画面の色設定", "", "client_property_operator.html"));
		addMenuItem(new menuItem("ネットワーク接続設定", "", "client_property_network.html"));
		addMenuItem(new menuItem("その他設定", "", "client_property_another.html"));
	}
    addMenuItem(new menuItem("個別のチャットウィンドウ広告", "", "individual_chat_advertisement.html"));
    addMenuItem(new menuItem("表示オペレーター名の変更", "", "operator_name_change.html"));
    addMenuItem(new menuItem("応答後初回メッセージ自動送信", "", "firsttime_message.html"));
    addMenuItem(new menuItem("グループメンバー登録", "", "operator_group.html"));
    addMenuItem(new menuItem("訪問者を探す", "", "visitor_search.html"));
    addMenuItem(new menuItem("訪問者識別フィルター設定", "", "visitor_filter.html"));
    addMenuItem(new menuItem("訪問者拒否の設定解除", "", "visitor_cancel.html"));
    addMenuItem(new menuItem("URL送信リストの登録", "", "url_sub.html"));
    addMenuItem(new menuItem("招待用定型文の登録", "", "chat_invitation.html"));
    addMenuItem(new menuItem("ファイル送信リストの登録", "", "file_liset.html"));
    addMenuItem(new menuItem("オペレーター通知設定", "", "operator_information.html"));
    addMenuItem(new menuItem("ローカル設定をサーバーへ保存", "", "local_server.html"));
    addMenuItem(new menuItem("サーバーから個人用設定をロード", "", "server_local.html"));
    addMenuItem(new menuItem("言語", "", "language.html"));

  }
 fixedMenu7.items.item7_2.setSubMenu(fixedMenu7_2);

  
  
 fixedMenuBar = new jsDOMenuBar("fixed", "helpmenubar", false, "jsdomenubardivhelp");
  with (fixedMenuBar) {
	addMenuBarItem(new menuBarItem("メニュー", fixedMenu0));
	addMenuBarItem(new menuBarItem("初心者ガイド", fixedMenu1));
    /*
    addMenuBarItem(new menuBarItem("主な機能", fixedMenu2));
	addMenuBarItem(new menuBarItem("オプション・設定", fixedMenu3));
    addMenuBarItem(new menuBarItem("高度な機能", fixedMenu4));
    */
    addMenuBarItem(new menuBarItem("ステータス管理", fixedMenu5));
    addMenuBarItem(new menuBarItem("システム設定", fixedMenu6));
    addMenuBarItem(new menuBarItem("個人用設定", fixedMenu7));
	
	if (!(window.name&&(window.name = "helpwin"))) {
      addMenuBarItem(new menuBarItem("「ウェブ受付くん」トップページ", null, "itemtop","","../index.html","bluebold","blueboldover","blueboldclick"));
      items.itemtop.showIcon("icontop", "icontop", "icontop");
    }      
    moveTo(0, 0);    
  }
}
