function body_onload(site) {
  if (site == 'galerie') {
    load_foto();
  }
}

function load_foto() {
  init(1);
}