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