function IWOpenWindow(WebPage, WindowName, Features) {
  SelectWindow = window.open(WebPage, WindowName, Features);
  SelectWindow.focus ();
  SelectWindow.opener = self;  
}
