function zdjecie(img_src) {
   
   var path = "grafika/about/".concat(img_src);
   document['holder'].src = path;
   
}
