function disp(url){ 
	window.open(url, "window_name", "scrollbars=no,resizable=yes,status=no"); 
}
