function MM_openBrWindow(theURL,winName,features) { //v2.0
  var especificaciones="top=130, left=130, toolbar=no, location=no, status=no, menubar=no, scrollbars=1, resizable=no, width=410, height=550" 
  window.open(theURL,winName,especificaciones);
}