//メニューのデータ項目を設定

 	var menu_data = new Array(
		['intro','フレグランス紹介',base_url + '/doc.php?d=intro&f=index.html'],
		['info','知りたい！',base_url + '/doc.php?d=info&f=index.html'],
		['comm','みんなで語ろう',base_url + '/doc.php?d=comm&f=index.html'],
		['gets','ゲットだぜ',base_url + '/doc.php?d=gets&f=index.html'],
		['site','サイト情報 etc..',base_url + '/doc.php?d=site&f=index.html']
	);
		menu_data.intro = new Array(
			['topics','フレグランストピックス',base_url + '/blog'],
			['ranking','香水ランキング',base_url + '/doc.php?d=ranking&f=index.php'],
			['theme','テーマ別紹介',base_url + '/doc.php?d=theme&f=2007xmas.html'],
			['travel','Minminの旅先レポート',base_url + '/doc.php?d=travel&f=index.html'],
			['getreport','Minminの香水ゲット歴',base_url + '/doc.php?d=getreport&f=index.html']
		);
			menu_data.intro.topics = new Array(
				['blog','香水らいふ',base_url + '/blog/'],
				['oldtopics','過去のトピックス(2005年まで)',base_url + '/doc.php?d=topics&f=200511.html'],
				['tsubuyaki','今月のつぶやき...(2005年まで)',base_url + '/doc.php?d=hitokoto&f=0509.html']
			);
			menu_data.intro.theme = new Array(
				['christmas','クリスマスコフレ特集',base_url + '/doc.php?d=theme&f=2009xmas.html']
			);
			menu_data.intro.travel = new Array(
				['oita','大分香りの森博物館レポート',base_url + '/doc.php?d=travel&f=museparfan.html'],
				['dubai','ドバイ香水お買い物レポート',base_url + '/doc.php?d=travel&f=dubai.html']
/*				['italy','イタリアお買い物レポート',base_url + '/doc.php?d=travel&f=italy.html'],
				['izu','一碧湖・香りの博物館体験記',base_url + '/doc.php?d=topics&f=izu.html'],
				['singapore','シンガポール香水お買い物レポート',base_url + '/doc.php?d=topics&f=singapore.html'] */
			);
			menu_data.intro.getreport = new Array(
				['2008','2008年の記録',base_url + '/getreport/index.php?y=2008'],
				['2007','2007年の記録',base_url + '/doc.php?d=getreport&f=2007.html'],
				['2006','2006年の記録',base_url + '/doc.php?d=getreport&f=2006.html'],
				['2005','2005年の記録',base_url + '/doc.php?d=getreport&f=2005.html'],
				['2004','2004年の記録',base_url + '/doc.php?d=getreport&f=2004.html']
			);		
		menu_data.info = new Array(
			['beginner','フレグランス講座 for ビギナー',base_url + '/doc.php?d=beginner&f=index.html'],
			['news','香水ニュース',base_url + '/news/headline_news.php'],
			['event','香りの講座・イベント情報',base_url + '/news/event_news.php'],
			['faq','香りのＱ＆Ａコーナー',base_url + '/faq'],
			['link','香りのリンク集',base_url + '/doc.php?d=link&f=index.html']
		);
		menu_data.comm = new Array(
			['survey100','香水好き１００人に聞きました！',base_url + '/doc.php?d=survey100&f=index.php'],
			['bottletrouble','香水ボトルで困ったこと',base_url + '/talk/survey.php?k=bottoletrouble']
		);
		menu_data.gets = new Array(
			['onlinshop','評価付香水オンラインショップリンク集',base_url + '/link/index.php?l=shop&v=name'],
			['prize','香水が当たる懸賞情報',base_url + '/news/prize.php']
		);
		menu_data.site = new Array(
			['siteqa','作者とサイトについてのＱ＆Ａ',base_url + '/doc.php?d=profile&f=index.html'],
			['sitetopics','サイトトピックス',base_url + '/doc.php?d=profile&f=newinfo.php'],
			['sitemap','サイトマップ',base_url + '/doc.php?d=profile&f=sitemap.php'],
			['present','今月のプレゼント',base_url + '/doc.php?d=mate&f=present.php'],
			['mate','ふらみんごメイト専用ページ',base_url + '/doc.php?d=fmate&f=mate.html']
		);

