// JavaScript Document
function keepimg(img) {
   var x=document.getElementById("imgkontaktai");
   x.src = 'img/' + img; 
}