{
	var fpath = window.location.pathname.replace(/^\//,'').split(/\//)[0];
	var gn_a = {home:'', catv:'', internet:'', 'ip-phone':'', support:''};
	var gn_h = {home:' class="hover"', catv:' class="hover"', internet:' class="hover"', 'ip-phone':' class="hover"', support:' class="hover"'};
	if (fpath.match(/index.*\.html$/)) {
		gn_a.home = '_active';
		gn_h.home = '';
	} else {
		switch (fpath) {
			case 'catv':
			case 'internet':
			case 'ip-phone':
			case 'support':
				gn_a[fpath] = '_active';
				gn_h[fpath] = '';
				break;
		}
	}
	document.write(unescape("%3Cul id=%22globalnavi%22 class=%22clearfix%22%3E"));
	document.write(unescape("%3Cli%3E%3Ca href=%22"+up_path+"index.html%22%3E%3Cimg src=%22"+up_path+"images/share/gnavi_btn01"+gn_a.home+".gif%22 alt=%22ホーム%22"+gn_h.home+" /%3E%3C/a%3E%3C/li%3E"));
	document.write(unescape("%3Cli%3E%3Ca href=%22"+up_path+"catv/index.html%22%3E%3Cimg src=%22"+up_path+"images/share/gnavi_btn02"+gn_a.catv+".gif%22 alt=%22ケーブルテレビ%22"+gn_h.catv+" /%3E%3C/a%3E%3C/li%3E"));
	document.write(unescape("%3Cli%3E%3Ca href=%22"+up_path+"internet/index.html%22%3E%3Cimg src=%22"+up_path+"images/share/gnavi_btn03"+gn_a.internet+".gif%22 alt=%22インターネット%22"+gn_h.internet+" /%3E%3C/a%3E%3C/li%3E"));
	document.write(unescape("%3Cli%3E%3Ca href=%22"+up_path+"ip-phone/index.html%22%3E%3Cimg src=%22"+up_path+"images/share/gnavi_btn04"+gn_a['ip-phone']+".gif%22 alt=%22IPフォン%22"+gn_h['ip-phone']+" /%3E%3C/a%3E%3C/li%3E"));
	document.write(unescape("%3Cli class=%22gnavi-support-btn%22%3E%3Ca href=%22"+up_path+"support/index.html%22%3E%3Cimg src=%22"+up_path+"images/share/gnavi_support_btn"+gn_a.support+".gif%22 alt=%22ユーザーサポート%22"+gn_h.support+" /%3E%3C/a%3E%3C/li%3E"));
	document.write(unescape("%3C/ul%3E"));
}

