function anfahrtdruck()
{
 MeinFenster =
 window.open("anfahrtdruck.htm", "elapulsanfahrt", "width=220,height=100,scrollbars=no,top=0,left=20");
 MeinFenster.focus();
}
