//===  Submit support functions ====
function checkFormIsOk(f){
	f = $(f);
	if(validators.length == 0){
		return true;
	}
	return false;
}