function setNormal(obj)
{
	obj.style.backgroundColor='';//#43548B
}

function setSelect(obj)
{
	obj.style.cursor='hand';
	obj.style.backgroundColor='#43548B';
}

function setButton(obj, src)
{
	obj.style.cursor='hand';
	obj.src = src;
}

function setSelectEars(obj)
{
	obj.style.cursor='hand';
}