//helper file for common error handling
var msgCountLabel, errCountLabel, labelDocument

function errInit() {
	msgCountLabel = selection.document.getElementById("cmsg")
	errCountLabel = selection.document.getElementById("cerr")
	labelDocument = selection.document
}

