//naviarray:サブナビに実際に表示されるテキスト
	
	
var naviarray = new Array("会社概要,index.html" ,"社長挨拶,index.html#president","MAP,index.html#companymap");
var altText = "会社概要";
	

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