function popuplink(url) {
  window.open(url, 'hspopup', 'width=500,height=400,resizable,scrollbars');
}
