function openBrWindow5(theURL,x,y) {
  var h=screen.height;
  var w=screen.width;
  var features;
  var winName;
  winName='mp_popup';
  h=((h-y)/2);
  w=((w-x)/2);
  features='width='+x+',height='+y+',left='+w+',top='+h+',resizable=0,scrollbars=no';
  eval(winName+"=window.open(theURL,'Referencia','"+features+"')");
}
