﻿function mediumGallery(aGal,aImg){
    document.getElementById('GalBigImg').src='pic_'+ aGal + '/medium/'+ aImg +'.jpg';
    document.getElementById('GalBigLink').href='g_'+ aGal + aImg +'.html'
}
