function OpenWindow(theURL,winName,features) { //2.0
  window.open(theURL,winName,features);
}

