﻿function popup(location, name, attributes){
  window.open(location, name, attributes);
  }