﻿function tabsImg(src) {
    document.getElementById("mainImgSrc").href = src;
    document.getElementById("bigImg").src = src;    
}


