
// open window
function openWindow(theURL, windowName, options)
  {
    window.open(theURL, windowName, options);
  }

// -->

