function popup(url) {
  window.open(url, '', 'width=600, height=500, scrollbars=1');
  //window.open(url);
}
