	function GetPass() {
		pwd = prompt("パスワードをどうぞ","");
		if(pwd) {
			location.href = pwd.toLowerCase() + "/index.htm";
		} else {
			alert("キャンセルされました");
		}
	}
//	function over(n) {
//		document.images["arrow"+n].src = "arrow"+ n +"2.gif";
//	}
//	function out(n) {
//		document.images["arrow"+n].src = "arrow"+ n +".gif";
//	}
//	function over2(n) {
//		document.images["arrow"+n].src = "../arrow"+ n +"2.gif";
//	}
//	function out2(n) {
//		document.images["arrow"+n].src = "../arrow"+ n +".gif";
//	}
