function x_newwindow_qmdi(url) {
  var newwindow; newwindow=window.open(url,'name','height=400,width=515,left=50,top=50,resizable=yes,scrollbars=yes,toolbar=no,status=no');
  if (window.focus) {newwindow.focus()}
}

function x_newwindow_wnml(url) {
  var newwindow; newwindow=window.open(url,'name','height=510,width=595,left=50,top=50,resizable=yes,scrollbars=yes,toolbar=no,status=no');
  if (window.focus) {newwindow.focus()}
}
