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