function exturl (window1)
{
    newwin = window.open (window1, "newwin","menu=yes,toolbar=yes,scrollbars=yes,location=yes,resizable=yes,status=yes,screenX=50,screenY=50,width=800,height=600");
}

function openD1()
{
    d1=window.open("anmeldung_print.html","Anmeldung" ,"width=600, height=800, location=no, menubar=no, resizable=no,            scrollbars=yes, status=no, toolbar=no");
    d1.moveTo(((screen.width-600)/2),(20));
}