	//naviarray:サブナビに実際に表示されるテキスト
	//
	//roottext等はvariabletext.jsに記載
	
	
	var naviarray = roottext.concat(comtext,buisinesstext,othertext);
	var altText = "提供サービス";
	
	

	var siteRoot = "../teikyo/";
	var fileName = document.URL.split("/").pop();
	var urlString = fileName.split("#").shift();
	var anchorStr = fileName.split("#").pop();
	
