function NeFe(bild,titel) {
Fensterle = window.open("","Bildchen",'width=600,height=450,scrollbars=yes,menubar=yes,status=yes,');
with(Fensterle.document){
write('<html><head><title>' + titel + '<\/title><\/head><body><div align=center><IMG SRC="http://www.grundschule-pretzschendorf.de\/Bilder\/'+ bild + '"><br>');
write(titel + '<br><br>');
write('<a href="javascript:self.close()">close window<\/a><\/div><\/body><\/html>')
close()  }
}

