<!--Javascript include -->
	var FE_PWD = "ikatouni";
	var InData = "";
	function passwdenter(){
		var InData = "";
		InData = document.F1.InArea.value;
		if (InData == FE_PWD){
//			window.parent.top.location="memberframe.html"; 
			window.parent.top.location="http://hpcgi2.nifty.com/unizo/memberframe.cgi?ok"; 
		}else{
			alert("INVALID PASSWORD");
		}
	}
