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