function body_onload(site,dir,browser) {
  if (site == 'foto') {
    load_foto()
  }
}

function load_foto() {
  init(1);
}