// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["トップ", "index.html",],
	["コミュニティー", "community.html",
		["通常掲示板", "http://8309.teacup.com/kusanagi/bbs"],
		["お絵描き板", "http://fox.oekakist.com/entrance/"],
		["画像掲示板", "http://www.bannch.com/servlet/bbs/2910"],
		["アンケート", "http://multianq.uic.to/anq.cgi?room=sakurai_t2",
		    ["好きな写真", "http://multianq.uic.to/anq.cgi?room=sakurai_t2"],
		    ["アーティスト", "http://multianq.uic.to/anq.cgi?room=sakurai_t"]
		 ],
		["チャット", "http://sakurai.carbon.cgiboy.com/",
		    ["名簿", "list.html"]
		 ]
	],
	["画像", "image.html",
		["パソコン用", "desktop.html"],
		["携帯用", "keitai.html"],
		["頂き物の写真", "moraimono.html"],
		["イラスト", "picture.html"]
	],
	["リンク集", "link.html",
		["友達", "myfriends.html"],
		["ゲーム", "game.html"],
		["音楽", "music.html"],
		["素材", "material.html"],
		["その他", "addition.html"]
	],
	["その他", "addition2.html",
		["日記", "diary.html"],
		["ＨＴＭＬタグ", "html.html"],
		["プロフィール", "profile.html"]
	],
];

