 	var menu_data = new Array(
		['news','新着情報','news/news.html'],
		['company','会社案内','company/company.html'],
		['product','自社製品','product/keitai.html'],
		['servise','取扱い製品','service/mapinfo.html'],
		['recruit','採用情報','recruit/recruit.html']
	);

		menu_data.company = new Array(
			['president','社長挨拶','company/company.html'],
			['outline','会社概要','company/gaiyo.html'],
			['business','業務内容','company/gyomu.html'],
			['access','交通案内','company/access.html'],
			['reference','お問い合わせ','contact/otoi.html']
		);

		menu_data.product = new Array(
			['keitai','携帯きっちり','product/keitai.html'],
			['gis','GIS関連ソフト','product/gis.html'],
			['develop','開発支援ソフト','product/sim.html'],
			['caption','字幕制作支援ソフト','product/caption.html']
		);
			menu_data.product.gis = new Array(
				['touchi','等値線ライター','product/gis.html'],
				['mito','MI to DXFコンバータ','product/mito.html'],
				['contour','Contour Generator','product/contour.html'],
				['voronoi','Voronoi generator','product/voroni.html'],
				['convex','Convex hull generator','product/convex.html'],
				['erica','Erica for WIN and UNIX','product/erica.html']
			);
			menu_data.product.develop = new Array(
				['sim','Sim Analyzer','product/sim.html'],
				['asn_ana','ASN.1 Analyzer','product/asn1ana.html'],
				['asn_stu','ASN.1 Studio','product/asn1stu.html'],
				['msc','Msc Editor','product/msc.html']
			);
		menu_data.servise = new Array(
			['mapinfo','MapInfo販売パートナー','service/mapinfo.html'],
			['agent','携帯電話端末販売代理店','service/dairiten.html']
		);
			menu_data.servise.mapinfo = new Array(
				['m_pro','Mapinfo Pro','service/mapinfopro.html'],
				['m_xtreme','MapXtreme','service/maptreme.html'],
				['wpatiaware','SpatiaWare','service/spatiaware.html'],
				['m_markething','MapMarkething Pro','service/mapmarketing.html'],
				['m_noseru','マップのせ〜る','service/mapnose-ru.html']
			);

		menu_data.recruit = new Array(
			['soshiki','組織・チーム編成','recruit/soshiki.html'],
			['syoguu','処遇など','recruit/shogu.html'],
			['study','研修・教育','recruit/shinjin.html'],
			['shinsotsu','新卒の方','recruit/seikyunaitei.html'],
			['career','キャリアの方','recruit/nagare.html']
		);
			menu_data.recruit.study = new Array(
				['shinjin','新人研修','recruit/shinjin.html'],
				['syain','社員・語学研修','recruit/shain.html']
			);
			menu_data.recruit.shinsotsu = new Array(
				['seikyuun','資料請求から内定まで','recruit/seikyunaitei.html'],
				['bosyuu','募集要項','recruit/boshu.html'],
				['obo','応募要項','recruit/obo.html'],
				['shiryoform','資料請求フォーム','recruit/doui_s.html'],
				['qa','Ｑ＆Ａ','recruit/qa.html']
			);
			menu_data.recruit.career = new Array(
				['jobtype','募集職種','recruit/boshushokushu.html'],
				['midwayform','経験者応募フォーム','recruit/doui_k.html']
			);