function disp(url){
  window.open(url, "window_name", "width=340,height=420,scrollbars=yes");
}