function MM_openBrWindow(theURL,winName,features,w,h) { //v2.0
  features = features + ',left='+((screen.width/2)-(w/2)-5)+',top='+((screen.height/2)-(h/2)-30);
  window.open(theURL,winName,features);
}