// JavaScript Document

function disp(url){
window.open(url, "window_name", "width=620,height=500,scrollbars=yes");
}
