function ablage(txt){
    window.clipboardData.clearData();
    window.clipboardData.setData("Text", txt);
    alert("Link der Webseite in Zwischenablage des Browser kopiert.");
}

function news_druck(id){
	window.open('popup_newsdruck.php?id='+id+'','News','toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,width=550,height=310');
}
