﻿/* glossar */
function goto_location(url) {
  if ( url != '' && url != null ) window.location.href=url;
}
