
function zielgruppenRedirect( indexId, value ) {
    location = "index.php?id="+indexId+"&zielgruppe=" + value;
}
