/* URL TO NEW WINDOW */
function new_window(adresa) {
  window.open(adresa,"","");
}

