wx = 600;
wy = 520;

x = (screen.width - wx)/2;
y = (screen.height - wy)/2;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
