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