function confirm_delete() {
  return confirm ("Do you really wish to completely delete this news item ?!")
}

function openWindow(theURL,winName,features) { //v2.0
  popUp = window.open(theURL,winName,features);
  popUp.focus();
}
