function oeffnewindow(url) {


 window.open(url,"neu","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes, scrollbars=yes,resizable=yes,width=700,height=600"); 


} 

