function Agree() {
	document.f1.Agree.disabled= document.f1.Agree.disabled ^ 1;
}
