function bg_over(name)
{
	//name.style.backgroundColor = '#e3e3e3';
	name.style.borderRight = '#999999 5px solid';
	//name.style.cursor = 'pointer';
}

function bg_out(name)
{
	//name.style.backgroundColor = '#EAEAEA';
	name.style.borderRight = '#EAEAEA 5px solid';
}