function kartenfenster(vaid) {
    var fenster = window.open("http://theater.magdeburg.de/vvktdl/041097.jsp?vn=" + vaid + "&sp=false","fenster","width=800,height=600,status=yes,scrollbars=no,top=10,left=10");
} 


function move_on(idart) {
    // Weiterleitung nach Frontendlogin (genutzt in Logout-Bereich)
    //document.write("front_content.php?idart="+idart);
    window.location.href = "front_content.php?idart="+idart;
}


