function disp(url){ 

window.open(url, "window_name", "width=600,height=660,top=20,left=20,scrollbars=yes,status=0,resizable=0"); 

} 
