function comformErrorcheck(errors) {
	if (errors && (document.getElementById("comform") != null)) {
		document.getElementById("comform").scrollIntoView(true);
	}
}

