function Delete(){
	if(window.confirm('削除してよろしいですか？')){
		return true; 
	}else{
		return false;
	}
}
