$(".etazh").click(function(event) {
var etazh = $(this).data('etazh');
$("#etazh").attr('src', '/img/main/map' + etazh + ".jpg");
})