function disp(url){

	window.open(url, "notice", "width=450,height=400,scrollbars=no");

}
