// JavaScript Document



function clearField(what) {
	if (what.value == what.defaultValue)  what.value="";
}

function be(what){
   what.style.backgroundColor="#565E8F";
}

function ki(what){
  what.style.backgroundColor="#4F5584"; 
}
