function MM_openBrWindow(theURL,winName,features) { //v2.0
  swt_popup=window.open(theURL,winName,features);
  if (window.focus){swt_popup.focus();}
}

function ChargeWindow(OrgID)
{
  MM_openBrWindow('https://co.clickandpledge.com/default.aspx?wid=15316','CNPChargeWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=750,height=600');
}
