		  function del(){
		  if(window.confirm('本当に削除しますか？')){
		  return true;
		  }else{
		  return false;
		  }
		}
