function fillCollections(element)
{
	$("#collection_select").attr("disabled", "disabled");
	ajax_send("/trading", "", "fillCollections", "manufacturer="+element.value, 'execute_fill_collections');
}
