function deleteAlert()
{
	if (confirm("ركورد مورد نظر حذف گردد؟"))
		return true;
	else
		return false;	
}
function deleteAllAlert()
{
	if (confirm("تمامي تاريخچه فعاليت شما حذف گردد؟"))
		return true;
	else
		return false;	
}


