products = [
  { name: "Other" },
  null,
  { name: "SVG 1.1 Specification",
    chapters: [
      { name: "Other", bugzillaValue: "Index" },
      { name: "1 Introduction", bugzillaValue: "Introduction" },
      { name: "2 Concepts", bugzillaValue: "Concepts" },
      { name: "3 Rendering Model", bugzillaValue: "Rendering Model" },
      { name: "4 Basic Data Types and Interfaces", bugzillaValue: "Basic Data Types" },
      { name: "5 Document Structure", bugzillaValue: "Document Structure" },
      { name: "6 Styling", bugzillaValue: "Styling" },
      { name: "7 Coordinate Systems, Transformations and Units", bugzillaValue: "Coordinate Systems" },
      { name: "8 Paths", bugzillaValue: "Paths" },
      { name: "9 Basic Shapes", bugzillaValue: "Basic Shapes" },
      { name: "10 Text", bugzillaValue: "Text" },
      { name: "11 Painting: Filling, Stroking and Marker Symbols", bugzillaValue: "Fill" },
      { name: "12 Color", bugzillaValue: "Color" },
      { name: "13 Gradients and Patterns", bugzillaValue: "Gradients" },
      { name: "14 Clipping, Masking and Compositing", bugzillaValue: "Clipping" },
      { name: "15 Filter Effects", bugzillaValue: "Filter Effects" },
      { name: "16 Interactivity", bugzillaValue: "Interactivity" },
      { name: "17 Linking", bugzillaValue: "Linking" },
      { name: "18 Scripting", bugzillaValue: "Scripting" },
      { name: "19 Animation", bugzillaValue: "Animation" },
      { name: "20 Fonts", bugzillaValue: "Fonts" },
      { name: "21 Metadata", bugzillaValue: "Metadata" },
      { name: "22 Backwards Compatibility", bugzillaValue: "Backwards Compatibility" },
      { name: "23 Extensibility", bugzillaValue: "Extensibility" },
      { name: "Appendix A: DTD", bugzillaValue: "DTD" },
      { name: "Appendix B: SVG Document Object Model (DOM)", bugzillaValue: "SVG Document Object Model (DOM)" },
      { name: "Appendix C: IDL Definitions", bugzillaValue: "IDL" },
      { name: "Appendix D: Java Language Binding", bugzillaValue: "Java Language Binding" },
      { name: "Appendix E: ECMAScript Language Binding", bugzillaValue: "ECMAScript Language Binding" },
      { name: "Appendix F: Implementation Requirements", bugzillaValue: "Implementation Requirements" },
      { name: "Appendix G: Conformance Criteria", bugzillaValue: "Conformance Criteria" },
      { name: "Appendix H: Accessibility Support", bugzillaValue: "Accessibility Support" },
      { name: "Appendix I: Internationalization Support", bugzillaValue: "Internationalization Support" },
      { name: "Appendix J: Minimizing SVG File Sizes", bugzillaValue: "Minimizing SVG File Sizes" },
      { name: "Appendix K: References", bugzillaValue: "References" },
      { name: "Appendix L: Element Index", bugzillaValue: "Element Index" },
      { name: "Appendix M: Attribute Index", bugzillaValue: "Attribute Index" },
      { name: "Appendix N: Property Index", bugzillaValue: "Property Index" },
      { name: "Appendix O: Feature Strings", bugzillaValue: "Feature Strings" },
      { name: "Appendix P: Index", bugzillaValue: "Index" },
    ]
  },
  { name: "SVG 1.1 Test Suite" },
  { name: "SVG Tiny 1.2 Specification" },
  { name: "SVG Tiny 1.2 Test Suite" },
  { name: "SVG Core 2.0 Specification" },
  { name: "SVG Core 2.0 Test Suite" },
  null,
  { name: "SVG Filters Module" },
  { name: "SVG Filters Module Test Suite" },
];

