function putGalleries(data) {
	window.galleriesList = JSON.parse(data).galeries;
	listGalleries();
}
