
function PopUp( strURL )
{
    objNewWindow = window.open( strURL, "popup", "width=576,height=550,scrollbars=yes,menubar=no,status=yes,resizable=yes, left=200, top=100, screenX=200, screenY=100" );
}

function PopUp1( strURL )
{
    objNewWindow = window.open( strURL, "popup", "width=1010,height=670,scrollbars=auto,menubar=no,status=no,resizable=yes, toolbar=no, left=0, top=0, screenX=0, screenY=0" );
}

function PopUp2( strURL )
{
    objNewWindow = window.open( "../spenden/bildung.html", "popup", "width=270,height=450,scrollbars=auto,menubar=no,status=no,resizable=no, toolbar=no, left=0, top=0, screenX=0, screenY=0" );
}


function genMailURL(name) 
{
      window.open("mailto:"+name+"@"+"dkhw.de");
}


