function OBW(theURL,winName,features) {
  win=window.open(theURL,winName,features);
win.window.focus()
}

var doPopUpX = (screen.width/2)-245;
var doPopUpY = (screen.height/2)-200;
var pos = "left="+doPopUpX+",top="+doPopUpY;
