// JavaScript Document

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