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