function Guardian()
	{
	var password = document.form1.password.value;
	var location=password + ".htm";
	this.location.href = location;
	}
