function launchWindow(theUrl,winName,features) {
  window.open(theUrl,winName,features);
}
