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

