function neu(url) {

neufenster=window.open(url,"detail","width=515,height=390,scrollbars=no,menubar=no,status=no,resizeable=no,top=100,left=150");
document.close();
}

function zu() {
self.close()
}
