

function popup(a) {
    window.open(a, 'popup', 'width=500, height=500, top=20, left=20, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0');
  }



