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