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