function ObjectImgSetByImgPreviewId ( object_type, img_id ) {
//  $('ObjectImage').src = 'http://localhost/zalog24/data/img/' + object_type + 'image/' + img_id;
//  alert('http://zalog24.ru/data/img/' + object_type + 'image/' + img_id);
  $('ObjectImage').src = 'http://zalog24.ru/data/img/' + object_type + '/image/' + img_id;
//  alert('http://zalog24.ru/data/img/' + object_type + '/image/' + img_id + ' OK');
}
