// JavaScript Document
function makeArray(n) {
	this.lenght=n;
	for(i=0;i<n;i++)this[i]="";
}

//
function printMessage(){
d=new Date();
h=d.getHours();
document.write(mes[h]);

}
function globalmenu_on() {
	var pathxx = document.location.pathname;
	var menuid = 'home';
	if (pathxx == '/homepage-shindan/index.html') {menuid = 'home';}
	if (pathxx == '/homepage-shindan/guide.html') {menuid = 'guide';}
	if (pathxx == '/homepage-shindan/about.html') {menuid = 'about';}
	if (pathxx == '/homepage-shindan/intro.html') {menuid = 'intro';}
	if (pathxx == '/homepage-shindan/voice.html') {menuid = 'voice';}
	if (pathxx == '/homepage-shindan/faq.html') {menuid = 'faq';}
	if (pathxx == '/homepage-shindan/service.html') {menuid = 'service';}
	document.getElementById(menuid).style.backgroundImage='url(img/menu_on.jpg)';
	document.getElementById(menuid).style.color='#FFFFFF';
	document.getElementById(menuid).style.textDecoration='none';

}

//Global Variables
mes = new makeArray(24);
mes[0]="こんばんは！日が変わりましたね。";
mes[1]="こんばんは！";
mes[2]="こんばんは！";
mes[3]="こんばんは！夜遅いですが大丈夫ですか？";
mes[4]="こんばんは！";
mes[5]="おはようございます！";
mes[6]="おはようございます！";
mes[7]="おはようございます！";
mes[8]="おはようございます！";
mes[9]="おはようございます！";
mes[10]="おはようございます！";
mes[11]="おはようございます！";
mes[12]="こんにちは！";
mes[13]="こんにちは！";
mes[14]="こんにちは！";
mes[15]="こんにちは！";
mes[16]="こんにちは！";
mes[17]="こんばんは！";
mes[18]="こんばんは！";
mes[19]="こんばんは！";
mes[20]="こんばんは！";
mes[21]="こんばんは！";
mes[22]="こんばんは！";
mes[23]="こんばんは！";


