function pisz_mail(konto, serwer)
{
    adres=(konto+'@'+serwer)
    document.write('<A href=\"mailto:' + adres + '\">' + adres + '</a>')
}

function zmien_fote(link){
    
    big_fota=document.getElementById('produkt_big_fota');
    big_fota.src=link;
    
}


