function bgBloc(obj,img)
{
	obj.style.backgroundImage="url(" + img + ")";
}