// POPUP
function popup(dateinamen,weg) {
detail = window.open(dateinamen,weg,"width=400,height=400,screenX=40,screenY=40,toolbar=0,resizeable=0,scrollbars=yes,location=0");
}

