function disp(url){

	window.open(url, "window_name", "width=630,height=660,scrollbars=yes,resizable=yes,status=yes");

}
