function fenster(fotostrecke) {
msgWindow = window.open('','','width=700,height=665,scrollbars=no,menubar=no,toolbar=no,navigation=no,statusbar=no,resizable=no');
msgWindow.location.href =fotostrecke;
}
