﻿function galleriByt(namn){

    document.getElementById("storbild").src = "admin/galleri/" + namn + ".jpg";

}
