function anfahrt()
{
var win, breite;
breite=screen.availWidth;
win=window.open("anfahrt_btz_handwerk.htm","","width=500,height=660,scrollbars=1");
win.moveTo(breite-510,0);
win.focus();
}
