pageAll = {"about_mutenka":[{"Basis":{"title":"化学物質＝NGではない","path_file":"chemical","pickup_flag":"0","id":"2"},"Category":{"cat_path_file":"about_mutenka"}},{"Basis":{"title":"実は無添加化粧品にも？旧指定成分","path_file":"ingredients_label","pickup_flag":"0","id":"3"},"Category":{"cat_path_file":"about_mutenka"}},{"Basis":{"title":"合成界面活性剤","path_file":"synthetic_surfactant","pickup_flag":"0","id":"9"},"Category":{"cat_path_file":"about_mutenka"}},{"Basis":{"title":"パラベン・フェノキシエタノール","path_file":"paraben","pickup_flag":"0","id":"15"},"Category":{"cat_path_file":"about_mutenka"}},{"Basis":{"title":"合成ポリマー","path_file":"synthetic_polymer","pickup_flag":"0","id":"8"},"Category":{"cat_path_file":"about_mutenka"}},{"Basis":{"title":"タール系色素","path_file":"synthetic_color","pickup_flag":"0","id":"16"},"Category":{"cat_path_file":"about_mutenka"}},{"Basis":{"title":"紫外線吸収剤","path_file":"ultraviolet_absorber","pickup_flag":"0","id":"4"},"Category":{"cat_path_file":"about_mutenka"}},{"Basis":{"title":"ナノテク化粧品の最新情報","path_file":"nanotechnology","pickup_flag":"0","id":"5"},"Category":{"cat_path_file":"about_mutenka"}}],"my_recommend_mutenka":[{"Basis":{"title":"私イチオシ無添加コスメ","path_file":"my_recommendation","pickup_flag":"1","id":"1"},"Category":{"cat_path_file":"my_recommend_mutenka"}},{"Basis":{"title":"水との関係性","path_file":"water","pickup_flag":"0","id":"14"},"Category":{"cat_path_file":"my_recommend_mutenka"}},{"Basis":{"title":"ハーブエキス","path_file":"herbal_extracts","pickup_flag":"0","id":"6"},"Category":{"cat_path_file":"my_recommend_mutenka"}}],"beauty_component":[{"Basis":{"title":"アンチエイジングにはEGF","path_file":"egf","pickup_flag":"0","id":"7"},"Category":{"cat_path_file":"beauty_component"}},{"Basis":{"title":"塗るボトックス、アルジルリン","path_file":"argireline","pickup_flag":"0","id":"10"},"Category":{"cat_path_file":"beauty_component"}},{"Basis":{"title":"透明感をもたらすビタミンC誘導体","path_file":"vitamin_C","pickup_flag":"0","id":"11"},"Category":{"cat_path_file":"beauty_component"}},{"Basis":{"title":"保湿には低分子ヒアルロン酸","path_file":"hyaluronic_acid","pickup_flag":"0","id":"12"},"Category":{"cat_path_file":"beauty_component"}},{"Basis":{"title":"肌生成にはコラーゲン","path_file":"collagen_tripeptide","pickup_flag":"0","id":"13"},"Category":{"cat_path_file":"beauty_component"}}]};
google.setOnLoadCallback(function(){
	baseuri = '/';
	jQuery.each(pageAll, function(cname, cdata)
	{
		jQuery.each(cdata, function(pid, pdata)
		{
			$cdiv = jQuery('#SideMenuListHeadLevel1_'+cname);
			$ul = $cdiv.next();
			if($ul.is('ul')===false){
				$cdiv.after('<ul>')
				$ul = $cdiv.next().addClass('SideMenuListLevel1');
			}
			listclass = (pdata.Basis.pickup_flag==1) ? ' class="SideMenuListPickupLevel1"' : '' ;
			linkurl = baseuri+cname+'/'+pdata.Basis.path_file+'.html';
			$ul.append('<li'+listclass+'><a href="'+linkurl+'">'+pdata.Basis.title+'</a></li>');
		});
	});
});
