<!--

// MD_SSValidatorMessage
// --------------------------------------------------------------------------

function MD_SSValidatorMessage(whatMessage) {
	alert(whatMessage);
}

// --------------------------------------------------------------------------

function MD_InputFocus(src, whatAct) {
	if(whatAct == 0) { src.style.backgroundColor = '#E0E7F3'; }
	if(whatAct == 1) { src.style.backgroundColor = ''; }
}

// --------------------------------------------------------------------------

-->