﻿function popupContent(url, name)
{
  var n = 'rubicor';
  if((typeof(name) != 'undefined') && (name != null)) {
    n = name;
  }
  window.open(url, n, 'height=560,width=560,menubar=no,toolbar=no,status=no,resizable=yes,scrollbars=yes');
}
