function MM_openBrWindow(theURL,winName,features) { //v2.0
sub = window.open(theURL,winName,features);
  
sx = 618;
sy = 700;
x = (screen.width - sx ) / 2;
y = (screen.height - sy ) / 2;
sub.moveTo(0,0);
}