// JavaScript Document

function popup(url,name,features) {
  window.open(url,name,features);
}