function openWindow_ext( url, windowName, windowFeatures ){
  window.open( url, windowName, windowFeatures )
}

