function swap(src) {
       document.getElementById('strImgVelka').src = src;
       return false;
}

