function op(a) {
  d = window.open(a, 'popup', 'location=false,width=400,height=400,scrollbars=0,resize=0');
  d.focus();
}
