function disp(url){
	window.open(url, "popup_window", "width=517,height=750,scrollbars=yes");
}