/* 
  ------------------------------------------------
  javascript for displaying Gift Aid pop-up
  ------------------------------------------------
*/

function remote(name, title, URL) {
  name = window.open(URL, title, "width=410,height=520");
  name.location = URL;
}
