function disp(url){
window.open(url, "window_name", "width=400,height=460,scrollbars=yes,menubar=no");
}