function alterPage(url) {
	url = url || document.getElementById('alterpageform').action;
	window.location.href = url;
}

