function newspop(url) {
 fenster=window.open(url, "_blank", "width=500,height=250,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
 return false;
}

function newspop2(url) {
 fenster=window.open(url, "_top", "width=500,height=250,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
 return false;
}
