
function showPic(url){
  document.getElementById("stortBillede").src = url.replace(/_thumb\.jpg/, ".jpg");
}

