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