function screenshot (url) {
 popup = window.open(url, "fenster1", "width=650,height=500,status=yes,scrollbars=no,resizable=yes");
 popup.focus();
}
