function open_child_window(url) {
    new_win = this.open(url, "PolitiklexikonPrint", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes, dependent=true, width=715, height=600");
    new_win.focus();
}