function subscribe(x) {
	x.disabled = true;
	getForm('content','AJAX.subscribe.asp');
	if ($('email').className.indexOf('err') > -1) x.disabled = false;
	toTop();
}

function activate(x) {
	x.disabled = true;
	getForm('content','AJAX.activate.asp');
	toTop();
}

function resend(x) {
	x.disabled = true;
	getForm('content','AJAX.resend.asp');
	toTop;
}

function updateDetails(x) {
	x.disabled = true;
	getForm('content','AJAX.update.asp');
	if ($('email').className.indexOf('err') > -1) x.disabled = false;
	toTop;
}