// Title: Tigra Tree
// Description: See the demo at url
// URL: http://www.softcomplex.com/products/tigra_menu_tree/
// Version: 1.1 (size optimized)
// Date: 11-12-2002 (mm-dd-yyyy)
// Notes: This script is free. Visit official site for further details.
// Modified by osada.

function tree(tm0,tm1){
	this.tm2=tm1;
	this.tm3=tm0;
	this.tm4=this;
	this.tm5=[];
	this.tm6=null;
	this.tm7=-1;
	var tm8=new Image(),tm9=new Image();
	tm8.src=tm1['icon_e'];
	tm9.src=tm1['icon_l'];
	tm1['im_e']=tm8;tm1['im_l']=tm9;
	this.tmB =function(tmC){var tmD=this.tm5[tmC];tmD.tmE(tmD.tmF)};
	this.tmB2=function(tmC){var tmD=this.tm5[tmC];tmD.tmE(false)};
	this.tmG=function(tmC){return this.tm5[tmC].tmG()};
	this.tmH=function(tmC){this.tm5[tmC].tmI(true)};
	this.tmJ=function(tmC){this.tm5[tmC].tmI()};
	this.tmK=[];
	for(var i=0;i<tm0.length;i++)new tmL(this,i);
	this.tmC=trees.length;
	trees[this.tmC]=this;
	for(var i=0;i<this.tmK.length;i++){
		document.write(this.tmK[i].tmM());
		this.tmK[i].tmE()
	}
}
function tmL(tmN,tmO){
	this.tm7=tmN.tm7+1;
	this.tm3=tmN.tm3[tmO+(this.tm7?3:0)];
	if(!this.tm3)return;
	this.tm4=tmN.tm4;
	this.tmN=tmN;
	this.tmO=tmO;
	this.tmF=!this.tm7;
	this.tmC=this.tm4.tm5.length;
	this.tm4.tm5[this.tmC]=this;
	tmN.tmK[tmO]=this;
	this.tmK=[];
	for(var i=0;i<this.tm3.length-2;i++)new tmL(this,i);
	this.tmP=tmQ;
	this.tmE=tmR;
	this.tmG=tmS;
	this.tmM=tmT;
	this.tmI=tmU;
	this.tmV=function(){
		return this.tmO==this.tmN.tmK.length-1
	}
}
function tmR(tmW){
	var tmX=tmY('i_div'+this.tm4.tmC+'_'+this.tmC);
	if(!tmX)return;
	if(!tmX.innerHTML){
		var tmK=[];
		for(var i=0;i<this.tmK.length;i++)tmK[i]=this.tmK[i].tmM();
		tmX.innerHTML=tmK.join('')
	}
	tmX.style.display=(tmW?'none':'block');
	this.tmF=!tmW;
	var tmZ=document.images['j_img'+this.tm4.tmC+'_'+this.tmC],tma=document.images['i_img'+this.tm4.tmC+'_'+this.tmC];
	if(tmZ)tmZ.src="image/"+this.tmP(true);
	if(tma)tma.src=((this.tm3[2]!='')?this.tm3[2]:("image/"+this.tmP()));
	this.tmI()
}
function tmS(tmb){
	if(!tmb){
		var tmc=this.tm4.tm6;
		this.tm4.tm6=this;
		if(tmc)tmc.tmG(true)
	}
	var tma=document.images['i_img'+this.tm4.tmC+'_'+this.tmC];
	if(tma)tma.src=((this.tm3[2]!='')?this.tm3[2]:("image/"+this.tmP()));
	return Boolean(this.tm3[1]);
}
function tmU(tmd){
	window.setTimeout('window.status="'+(tmd?'':this.tm3[0]+(this.tm3[1]?' ('+this.tm3[1]+')':''))+'"',10);
}
function tmT(){
	var tme=[],tmf=this.tmN;
	for(var i=this.tm7;i>1;i--){
		tme[i]='<img src="image/'+this.tm4.tm2[tmf.tmV()?'icon_e':'icon_l']+'" border="0" align="absbottom">';
		tmf=tmf.tmN;
	}
	return '<table cellspacing="0"><tr><td nowrap>' +
			(this.tm7?
				tme.join('')+
				(this.tmK.length?
					'<a href="javascript:trees['+this.tm4.tmC+'].tmB('+this.tmC+')">'+
						'<img src="image/' + this.tmP(true) + '" border="0" align="absbottom" name="j_img'+this.tm4.tmC+'_'+this.tmC+'">'+
					'</a>'
					:
					'<img src="image/'+this.tmP(true)+'" border="0" align="absbottom">')
				:
				'') +
			'<a href="'+this.tm3[1]+'" target="main" onclick="javascript:trees['+this.tm4.tmC+'].tmB2('+this.tmC+')" id="i_txt'+this.tm4.tmC+'_'+this.tmC+'">' + 
			'<img src="' + ((this.tm3[2]!='')?this.tm3[2]:("image/"+this.tmP())) + '" border="0" align="absbottom" name="i_img'+this.tm4.tmC+'_'+this.tmC+'" class="t'+this.tm4.tmC+'im"> ' +
			this.tm3[0]+'</a></td></tr></table>' + 
			(this.tmK.length?
				'<div id="i_div'+this.tm4.tmC+'_'+this.tmC+'" style="display:none"></div>':
				'')
}
function tmQ(tmg){
	return this.tm4.tm2['icon_'+((this.tm7?0:32)+(this.tmK.length?16:0)+(this.tmK.length&&this.tmF?8:0)+(!tmg&&this.tm4.tm6==this?4:0)+(tmg?2:0)+(tmg&&this.tmV()?1:0))]
}
var trees=[];
tmY=document.all?function(tmh){return document.all[tmh]}:
function(tmh){return document.getElementById(tmh)};

var tree_tpl = {
	'target'  : 'main', 
	'icon_e'  : 'empty.gif',
	'icon_l'  : 'lin.gif',

	'icon_32' : 'mypc.gif',
	'icon_36' : 'mypc.gif',

	'icon_48' : 'mypc.gif',
	'icon_52' : 'mypc.gif',
	'icon_56' : 'mypc.gif',
	'icon_60' : 'mypc.gif',
	
	'icon_16' : 'close.gif',
	'icon_20' : 'open.gif',
	'icon_24' : 'open.gif',
	'icon_28' : 'open.gif',

	'icon_0'  : 'file.gif',
	'icon_4'  : 'file.gif',
	
	'icon_2'  : 't.gif',
	'icon_3'  : 't_end.gif',
	'icon_18' : 'plus.gif',
	'icon_19' : 'plus_end.gif',
	'icon_26' : 'minus.gif',
	'icon_27' : 'minus_end.gif'
};

var TREE_ITEMS = [
	['トップページ', 'top.htm', 'image/desktop.gif',
		['ドキュメント', 'document/index.htm', 'image/doc.gif',
			['ノウハウ集', 'document/knowhow/index.htm', '',
				['XMLマスター', 'document/knowhow/xml/index.htm', '',
					['XSLT', 'document/knowhow/xml/xslt.htm', ''],
					['XPath', 'document/knowhow/xml/xpath.htm', ''],
					['DOM', 'document/knowhow/xml/dom.htm', ''],
					['SAX', 'document/knowhow/xml/sax.htm', ''],
					['Webサービス', 'document/knowhow/xml/webservice.htm', ''],
					['模擬問題', 'document/knowhow/xml/test.htm', ''],
					['おまけ', 'document/knowhow/xml/omake.htm', ''],
				],
				['RSS解析','document/knowhow/rss/index.htm','',
					['DOM', 'document/knowhow/rss/dom/index.htm', ''],
					['XSLT', 'document/knowhow/rss/xslt/index.htm', ''],
				],
				['XSLT変換','document/knowhow/xslt/index.htm','',
					['C#版','document/knowhow/xslt/csharp/index.htm',''],
				],
				['Windows関連', 'document/knowhow/windows/index.htm', '',
					['NetSpeed', 'document/knowhow/windows/netspeed/index.htm', ''],
				],
				['Web関連', 'document/knowhow/web/index.htm', '',
					['サムネイル画像拡大表示', 'document/knowhow/web/thumbnail/index.htm', ''],
				],
				['プログラミング関連', 'document/knowhow/programming/index.htm', '',
					['C言語', 'document/knowhow/programming/c/index.htm', ''],
				],
			],
			['ソフトウェア', 'document/software/index.htm', '',
				['掲載誌情報', 'document/software/magazine.htm', ''],
			],
		],
		['ソフトウェア', 'software/index.htm', 'image/mypc.gif',
			['ガジェット', 'software/gadget.htm', 'image/hdd.gif',
				['東京電力メーター', 'software/toden/index.htm', 'software/toden/small.gif',
					['更新履歴', 'software/toden/update.htm', ''],
				],
				['東電電力使用状況', 'software/denryoku/index.htm', 'software/denryoku/small.gif',
					['更新履歴', 'software/denryoku/update.htm', ''],
				],
			],
			['アプリケーション', 'software/application.htm', 'image/hdd.gif',
				['画像位置情報取得ツール', 'software/getgpsinfo/index.htm', 'software/getgpsinfo/small.gif',
					['更新履歴', 'software/getgpsinfo/update.htm', ''],
				],
				['文字作', 'software/mojisaku/index.htm', 'software/mojisaku/small.gif',
					['更新履歴', 'software/mojisaku/update.htm', ''],
				],
				['アフィリサーチ', 'software/affilisearch/index.htm', 'software/affilisearch/small.gif',
					['ヘルプ', 'software/affilisearch/help/index.htm', '',
						['検索方法','software/affilisearch/help/kensaku/index.htm','',
							['ASP','software/affilisearch/help/kensaku/asp.htm',''],
							['検索条件','software/affilisearch/help/kensaku/kensaku.htm',''],
							['選択一覧','software/affilisearch/help/kensaku/sentaku.htm',''],
							['検索結果','software/affilisearch/help/kensaku/kekka.htm',''],
						],
						['広告作成','software/affilisearch/help/koukoku/index.htm','',
							['レイアウト','software/affilisearch/help/koukoku/layout.htm',''],
							['テーブル','software/affilisearch/help/koukoku/table.htm',''],
							['画像','software/affilisearch/help/koukoku/gazo.htm',''],
							['商品情報','software/affilisearch/help/koukoku/syohin.htm',''],
							['詳細情報','software/affilisearch/help/koukoku/syosai.htm',''],
						],
						['オプション','software/affilisearch/help/option/index.htm','',
							['ログイン情報','software/affilisearch/help/option/login.htm','',
								['アマゾン','software/affilisearch/help/option/login_amazon.htm',''],
								],
						],
						['はじめに','software/affilisearch/help/hazimeni.htm',''],
						['チュートリアル','software/affilisearch/help/tutorial.htm',''],
						['ライセンス登録','software/affilisearch/help/license.htm',''],
					],
					['更新履歴', 'software/affilisearch/update.htm', ''],
				],
				['RSS速報', 'software/rsssokuho/index.htm', 'software/rsssokuho/small.gif',
					['ヘルプ', 'software/rsssokuho/help/index.htm', 'image/close.gif',
						['基本操作','software/rsssokuho/help/kihon/index.htm','',
							['初回設定','software/rsssokuho/help/kihon/first.htm',''],
							['RSSの設定方法','software/rsssokuho/help/kihon/rss.htm',''],
							['ポップアップメニュー','software/rsssokuho/help/kihon/menu.htm',''],
						],
						['設定','software/rsssokuho/help/setting/index.htm','',
							['RSS','software/rsssokuho/help/setting/rss.htm',''],
							['書式','software/rsssokuho/help/setting/format.htm',''],
							['動作','software/rsssokuho/help/setting/dousa.htm',''],
							['ブラウザ','software/rsssokuho/help/setting/browser.htm',''],
						],
						['はじめに','software/rsssokuho/help/hazimeni.htm',''],
						['簡易ブラウザ','software/rsssokuho/help/browser/index.htm',''],
					],
					['更新履歴', 'software/rsssokuho/update.htm', ''],
				],
				['タイムスタンプ変更ツール', 'software/chtime/index.htm', 'software/chtime/small.gif',
					['更新履歴', 'software/chtime/update.htm', ''],
				],
				['勤務時間取得ツール', 'software/geteventlog/index.htm', 'software/geteventlog/small.gif',
					['更新履歴', 'software/geteventlog/update.htm', ''],
				],
				['KMeter', 'software/kmeter/index.htm', 'software/kmeter/small.gif',
					['更新履歴', 'software/kmeter/update.htm', ''],
				],
				['VMeter', 'software/vmeter/index.htm', 'software/vmeter/small.gif',
					['スキン', 'software/vmeter/skin/index.htm', 'image/close.gif'],
					['ヘルプ', 'software/vmeter/help/index.htm', 'image/close.gif',
						['VMeterの基本','software/vmeter/help/kihon/index.htm','',
							['セットアップ','software/vmeter/help/kihon/setup.htm',''],
							['基本設定','software/vmeter/help/kihon/kihon.htm',''],
							['ポップアップメニュー','software/vmeter/help/kihon/menu.htm',''],
						],
						['オプション設定','software/vmeter/help/option/index.htm','',
							['表示','software/vmeter/help/option/view.htm',''],
							['モード','software/vmeter/help/option/mode.htm',''],
							['針','software/vmeter/help/option/hari.htm',''],
							['値','software/vmeter/help/option/atai.htm',''],
							['動作','software/vmeter/help/option/operation.htm',''],
						],
						['ライセンス登録','software/vmeter/help/license/index.htm','',
							['ライセンス登録と設定の手順','software/vmeter/help/license/index.htm#tejun',''],
							['ライセンス登録で利用できる機能','software/vmeter/help/license/index.htm#kinou',''],
							['注意事項','software/vmeter/help/license/index.htm#tyui',''],
						],
						['はじめに','software/vmeter/help/hazimeni.htm',''],
						['FAQ','software/vmeter/help/faq/index.htm',''],
					],
					['更新履歴', 'software/vmeter/update.htm', ''],
				],
				['プチカレンダ', 'software/petitcalendar/index.htm', 'software/petitcalendar/small.gif',
					['ヘルプ','software/petitcalendar/help/index.htm','',
						['はじめに','software/petitcalendar/help/html/peti15f8.htm','',
							['プチカレンダについて','software/petitcalendar/help/html/peti15f8.htm',''],
							['インストール','software/petitcalendar/help/html/peti7fcc.htm',''],
							['アンインストール','software/petitcalendar/help/html/peti4vvw.htm',''],
							['スケジュールの作成','software/petitcalendar/help/html/peti4qjp.htm',''],
						],
						['使用方法','software/petitcalendar/help/html/peti5gkj.htm','',
							['基本動作について','software/petitcalendar/help/html/peti5gkj.htm',''],
							['予定の編集','software/petitcalendar/help/html/peti6er8.htm',''],
							['アラーム通知','software/petitcalendar/help/html/peti7xpp.htm',''],
						],
						['Viewer表示','software/petitcalendar/help/html/peti922a.htm','',
							['月間予定一覧','software/petitcalendar/help/html/peti922a.htm#month_list',''],
							['全ての予定一覧','software/petitcalendar/help/html/peti922a.htm#all_list',''],
							['メモ一覧','software/petitcalendar/help/html/peti922a.htm#memo_list',''],
							['ログ','software/petitcalendar/help/html/peti922a.htm#log',''],
						],
						['ポップアップメニュー','software/petitcalendar/help/html/peti6ovp.htm','',
							['新規予定作成','software/petitcalendar/help/html/peti6ovp.htm#popup_new_app',''],
							['○日の予定','software/petitcalendar/help/html/peti6ovp.htm#popup_edit',''],
							['○日の予定削除','software/petitcalendar/help/html/peti6ovp.htm#popup_delete',''],
							['プチカレンダの表示','software/petitcalendar/help/html/peti6ovp.htm#popup_view_calendar',''],
							['Viewerを開く','software/petitcalendar/help/html/peti6ovp.htm#popup_viewer',''],
							['予定の検索','software/petitcalendar/help/html/peti6ovp.htm#find_dialog',''],
							['前月','software/petitcalendar/help/html/peti6ovp.htm#popup_back',''],
							['次月','software/petitcalendar/help/html/peti6ovp.htm#popup_next',''],
							['ジャンプ指定','software/petitcalendar/help/html/peti6ovp.htm#popup_jump',''],
							['オプション設定','software/petitcalendar/help/html/peti6ovp.htm#popup_option',''],
							['常に手前に表示','software/petitcalendar/help/html/peti6ovp.htm#popup_top',''],
							['ヘルプ目次','software/petitcalendar/help/html/peti6ovp.htm#popup_help_index',''],
							['バージョン情報','software/petitcalendar/help/html/peti6ovp.htm#popup_version',''],
							['終了','software/petitcalendar/help/html/peti6ovp.htm#popup_end',''],
						],
						['オプション設定','software/petitcalendar/help/html/peti76if.htm','',
							['表示','software/petitcalendar/help/html/peti76if.htm',''],
							['フォント','software/petitcalendar/help/html/peti7tkk.htm',''],
							['カラー','software/petitcalendar/help/html/peti1lwy.htm',''],
							['背景画','software/petitcalendar/help/html/peti43or.htm',''],
							['サイズ','software/petitcalendar/help/html/peti0cpx.htm',''],
							['アラーム','software/petitcalendar/help/html/peti4lpp.htm',''],
							['透明化','software/petitcalendar/help/html/peti0115.htm',''],
							['動作','software/petitcalendar/help/html/peti967i.htm',''],
							['ログ','software/petitcalendar/help/html/peti4jzb.htm',''],
							['常駐','software/petitcalendar/help/html/peti9hdh.htm',''],
							['プレビュー','software/petitcalendar/help/html/peti2fjr.htm',''],
						],
						['トラブルについて','software/petitcalendar/help/html/peti6gv9.htm','',
							['トラブル報告について','software/petitcalendar/help/html/peti6gv9.htm',''],
						],
						['目次','software/petitcalendar/help/html/peti2abc.htm',''],
						['ジャンプ指定専用ポップアップメニュー','software/petitcalendar/help/html/peti3z1s.htm',''],
					],
					['更新履歴', 'software/petitcalendar/update.htm', ''],
				],
				['AutoShutdown', 'software/autoshutdown/index.htm', 'software/autoshutdown/small.gif',
					['更新履歴', 'software/autoshutdown/update.htm', ''],
				],
				['ShutdownTurboTimer', 'software/shutdownturbotimer/index.htm', 'software/shutdownturbotimer/small.gif',
					['更新履歴', 'software/shutdownturbotimer/update.htm', ''],
				],
				['画像振り分けツール', 'software/mvfile/index.htm', 'software/mvfile/small.gif',
					['更新履歴', 'software/mvfile/update.htm', ''],
				],
			],
		],
		['リンク', 'link/index.htm', 'image/net.gif',
			['管理サイト','link/kanri.htm', 'image/net2.gif'],
			['ソフトウェア', 'link/software.htm', 'image/net2.gif'],
			['プログラミング', 'link/programming.htm', 'image/net2.gif'],
			['F1', 'link/f1.htm', 'image/net2.gif'],
			['相互リンク','link/mutual.htm', 'image/net2.gif'],
		],
		['検索', 'find/index.htm', 'image/find.gif'],
		['掲示板','cgi-bin/wforum/wforum.cgi',''],
		['ごみ箱', 'gomi/index.htm', 'image/gomi.gif',
			['凍結したソフトウェア','gomi/software/index.htm','',
				['MemMeter', 'gomi/software/memmeter/index.htm', 'gomi/software/memmeter/small.gif',
					['更新履歴', 'gomi/software/memmeter/update.htm', ''],
				],
				['文字作', 'gomi/software/mojisaku/index.htm', 'gomi/software/mojisaku/small.gif',
					['ヘルプ','gomi/software/mojisaku/help/index.htm','',
						['はじめに','gomi/software/mojisaku/help/html/moji2abc.htm','',
							['文字作について','gomi/software/mojisaku/help/html/moji5qnp.htm',''],
							['インストール','gomi/software/mojisaku/help/html/moji7fcc.htm',''],
							['アンインストール','gomi/software/mojisaku/help/html/moji4vvw.htm',''],
						],
						['設定画面','gomi/software/mojisaku/help/html/moji8xwp.htm','',
							['メニュー','gomi/software/mojisaku/help/html/moji1gc5.htm','',
								['ファイル','gomi/software/mojisaku/help/html/moji0c4l.htm','',
									['イメージファイルを開く','gomi/software/mojisaku/help/html/moji5z1q.htm',''],
									['設定ファイルを開く','gomi/software/mojisaku/help/html/moji74by.htm',''],
									['設定をファイルに保存','gomi/software/mojisaku/help/html/moji8aud.htm',''],
								],
								['実行','gomi/software/mojisaku/help/html/moji2y7i.htm','',
									['文字作成','gomi/software/mojisaku/help/html/moji8yp1.htm',''],
									['文字コード表','gomi/software/mojisaku/help/html/moji3zvp.htm',''],
									['デフォルトの設定に戻す','gomi/software/mojisaku/help/html/moji3bhj.htm',''],
								],
								['設定','gomi/software/mojisaku/help/html/moji267b.htm','',
									['終了時に設定を保存する','gomi/software/mojisaku/help/html/moji961x.htm',''],
									['子画面を閉じる時に保存確認','gomi/software/mojisaku/help/html/moji2z39.htm',''],
								],
								['ヘルプ','gomi/software/mojisaku/help/html/moji181c.htm','',
									['目次','gomi/software/mojisaku/help/html/moji2054.htm',''],
									['検索','gomi/software/mojisaku/help/html/moji7rhg.htm',''],
									['バージョン情報','gomi/software/mojisaku/help/html/moji8tdg.htm',''],
								],
							],
							['ツールバー','gomi/software/mojisaku/help/html/moji3ueq.htm','',
								['設定またはイメージを開く','gomi/software/mojisaku/help/html/moji31ri.htm',''],
								['設定ファイルの保存','gomi/software/mojisaku/help/html/moji489x.htm',''],
								['文字作成','gomi/software/mojisaku/help/html/moji0i3p.htm',''],
								['文字コード表','gomi/software/mojisaku/help/html/moji5jad.htm',''],
								['ヘルプ','gomi/software/mojisaku/help/html/moji2rg0.htm',''],
							],
						],
						['イメージ画面','gomi/software/mojisaku/help/html/moji6jah.htm','',
							['メニュー','gomi/software/mojisaku/help/html/moji1gc5.htm','',
								['ファイル','gomi/software/mojisaku/help/html/moji0c4l.htm','',
									['イメージファイルを開く','gomi/software/mojisaku/help/html/moji5z1q.htm',''],
									['イメージをファイルに保存','gomi/software/mojisaku/help/html/moji75k5.htm',''],
									['イメージを閉じる','gomi/software/mojisaku/help/html/moji5lb9.htm',''],
								],
								['表示','gomi/software/mojisaku/help/html/moji0853.htm','',
									['再表示','gomi/software/mojisaku/help/html/moji0i7c.htm',''],
									['文字移動モード','gomi/software/mojisaku/help/html/moji2i1x.htm',''],
								],
								['ヘルプ','gomi/software/mojisaku/help/html/moji181c.htm','',
									['目次','gomi/software/mojisaku/help/html/moji2054.htm',''],
									['検索','gomi/software/mojisaku/help/html/moji7rhg.htm',''],
									['バージョン情報','gomi/software/mojisaku/help/html/moji8tdg.htm',''],
								],
							],
							['ツールバー','gomi/software/mojisaku/help/html/moji3ueq.htm','',
								['イメージファイルを開く','gomi/software/mojisaku/help/html/moji7g6m.htm',''],
								['イメージを保存','gomi/software/mojisaku/help/html/moji8mp1.htm',''],
								['再表示','gomi/software/mojisaku/help/html/moji19go.htm',''],
								['文字移動モード','gomi/software/mojisaku/help/html/moji65b9.htm',''],
								['ヘルプ','gomi/software/mojisaku/help/html/moji2rg0.htm',''],
							],
						],
						['目次','gomi/software/mojisaku/help/html/moji2abc.htm',''],
						['トラブル発生時の連絡方法について','gomi/software/mojisaku/help/html/moji6gv9.htm',''],
					],
					['更新履歴', 'gomi/software/mojisaku/update.htm', ''],
				],
				['NetSendMessage', 'gomi/software/netsendmessage/index.htm', 'gomi/software/netsendmessage/small.gif',
					['更新履歴', 'gomi/software/netsendmessage/update.htm', ''],
				],
				['WordSaver', 'gomi/software/wordsaver/index.htm', 'gomi/software/wordsaver/small.gif',
					['更新履歴', 'gomi/software/wordsaver/update.htm', ''],
				],
				['OpenCD', 'gomi/software/opencd/index.htm', 'gomi/software/opencd/small.gif',
					['更新履歴', 'gomi/software/opencd/update.htm', ''],
				],
				['VMeter','gomi/software/vmeter/index.htm','gomi/software/vmeter/small.gif',
					['更新履歴', 'gomi/software/vmeter/update.htm', ''],
				],
			],
			['過去の更新履歴', 'gomi/history/index.htm', ''],
		],
	],
];

