// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  LeftPosition = (screen.width) ? (screen.width-612) / 2 : 100;
  TopPosition=(screen.height)?(screen.height-700)/2:100;
  window.open(theURL,winName,features,'top='+TopPosition+',left='+LeftPosition);
}
