var motifs = [
    {
      name: "Default",
      file: "output-default.css",
      desc: "Browser default colors."
    }, {
      name: "Default (Mozilla faces)",
      file: "output-default-faces.css",
      desc: "Browser default colors, moznet faces."
    },

    {
      name: "Dark",
      file: "output-dark.css",
      desc: "Dark background, light text."
    }, {
      name: "Dark (Mozilla faces)",
      file: "output-dark-faces.css",
      desc: "Dark background, light text, moznet faces."
    },

    {
      name: "Light",
      file: "output-light.css",
      desc: "Light background, dark text."
    }, {
      name: "Light (Mozilla faces)",
      file: "output-light-faces.css",
      desc: "Light background, dark text, moznet faces."
    },

    {
      name: "Bliss",
      file: "output-bliss.css",
      desc: "A deep blue and green motif, with plenty of other colours, by Robin M."
    }, {
      name: "Blue Mozilla",
      file: "output-bluemoz.css",
      desc: "Basic dark motif, plus mozilla background image."
    }, {
      name: "Bug Triage",
      file: "output-bug-triage.css",
      desc: "A theme to put you in the mood for bugday, by Robin M."
    }, {
      name: "LZ",
      file: "output-lz.css",
      desc: "A bright white, orange and blue themed motif, by Fergus Kelley."
    }, {
      name: "Mullusko",
      file: "output-mullusko.css",
      desc: "Light background, makes it slightly easier to see who is saying what."
    }, {
      name: "Red Mozilla",
      file: "output-redmoz.css",
      desc: "Red and orange, mozilla star in background."
    }, {
      name: "Silver",
      file: "output-silver.css",
      desc: "Variation on light motif."
    }, {
      name: "Silver Gecko",
      file: "output-silver-gecko.css",
      desc: "Variation on light motif, with gecko background image."
    }, {
      name: "Summer Sky",
      file: "output-summer-sky.css",
      desc: "A theme to reflect on the days of bygone summers.  Includes matching emoticons, by Robin M."
    }, {
      name: "Sunshine",
      file: "output-sunshine.css",
      desc: "A yellow motif made to match the new emoticons in ChatZilla, by Robin M."
    }, {
      name: "Trioptimum",
      file: "output-trioptimum.css",
      desc: "A Trioptimum (from <a href='http://www.sshock2.com/'>System Shock</a>) theme, by <a href='http://www.strangebedfellows.de/index.php/topic,125.msg248.html'>Kolya</a>."
    }
];

