function funcPopup(DateiURL) {
        neuesFenster = window.open(DateiURL,"Anfahrt","width=515,height=700,left=30,top=30,fullscreen=0,status=0,toolbar=0,titlebar=0,location=0,menubar=0");
		neuesFenster.focus();
}

function funcPopup(DateiURL) {
        neuesFenster = window.open(DateiURL,"ImageView","width=345,height=265,left=0,top=0,fullscreen=0,status=0,toolbar=0,titlebar=0,location=0,menubar=0");
		neuesFenster.focus();
}

function funcPopup_b(DateiURL) {
        neuesFenster = window.open(DateiURL,"ImageView","width=520,height=405,left=0,top=0,fullscreen=0,status=0,toolbar=0,titlebar=0,location=0,menubar=0");
		neuesFenster.focus();
}

function funcPopup2(DateiURL) {
        neuesFenster = window.open(DateiURL,"Anfahrt","width=515,height=700,left=30,top=30,fullscreen=0,status=0,toolbar=0,titlebar=0,location=0,menubar=0");
		neuesFenster.focus();
}

function funcPopupFlyer(DateiURL) {
        neuesFenster = window.open(DateiURL,"Anfahrt","width=435,height=615,left=30,top=30,fullscreen=0,status=0,toolbar=0,titlebar=0,location=0,menubar=0");
		neuesFenster.focus();
}
