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