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