function hideBackground(element)
{
	element.style.backgroundImage='none';
}
