function disp(url){

	window.open(url, "inq_form", "width=630,height=630,resizable=1,scrollbars=1,location=0,left=0,top=0");
}