function gotoURL(url){
  top.location.href=url
}

function openwin(datei){
window.open(datei,'_new','width=700,height=500,toolbar=0,resizable=0,status=0,scrollbars=1')
}


