function fenster(popup)
{
switch (popup)
{

case 0: window.open("anfahrt-ingenhof.html","anfahrt","width=580,height=460");
        break;
}
}