// JavaScript Document


function MoveOver(Obj)
{
	Obj.style.background="#4C565C";
	Obj.style.color="#FCFEFC";
}

function MoveOut(Obj)
{
	Obj.style.background="#CCCACC";
	Obj.style.color="#2C3A2C";
}

function clearword()
{
	document.reseachform.keyid.value="";
} 
