var global_navigation_data = [
{
  "id": "downloads",
  "items": [
  {
    "link": "http://software.opensuse.org/",
    "image": "release-stable",
    "title": "Latest stable release",
    "desc": "Get the latest stable release of openSUSE"
  },
  {
    "link": "http://software.opensuse.org/developer/",
    "image": "release-devel",
    "title": "Latest development release",
    "desc": "Get the latest development release of openSUSE"
  },
  {
    "link": "http://software.opensuse.org/",
    "image": "packages",
    "title": "Search for packages",
    "desc": "Get additional software from openSUSE Build Service"
  },
  {
    "link": "http://en.opensuse.org/Derivatives",
    "image": "derivatives",
    "title": "Derivatives",
    "desc": "Get one of the specialized distributions built on openSUSE"
  }
  ]
},
{
  "id": "support",
  "items": [
  {
    "link": "http://en.opensuse.org/Portal:Support",
    "image": "help",
    "title": "Help",
    "desc": "Go to the Support Portal"
  },
  {
    "link": "http://doc.opensuse.org",
    "image": "development-documentation",
    "title": "Documentation",
    "desc": "Read guides and manuals"
  },
  {
    "link": "http://en.opensuse.org/",
    "image": "wiki",
    "title": "Wiki",
    "desc": "Read and write articles in our Wiki"
  },
  {
    "link": "http://tube.opensuse.org",
    "image": "video",
    "title": "Video",
    "desc": "Watch various tutorials, screencasts and recordings from talks and presentations"
  },
  {
    "link": "http://forums.opensuse.org/",
    "image": "forums",
    "title": "Forums",
    "desc": "Participate in our forums"
  },
  {
    "link": "http://en.opensuse.org/openSUSE:Mailing_lists",
    "image": "lists",
    "title": "Mailing lists",
    "desc": "Subscribe to mailinglists and look into their archives"
  },
  {
    "link": "http://en.opensuse.org/openSUSE:IRC_list",
    "image": "irc",
    "title": "IRC channels",
    "desc": "Communicate online using Internet Relay Chat"
  }
  ]
},
{
  "id": "community",
  "items": [
  {
    "link": "http://connect.opensuse.org/",
    "image": "users",
    "title": "Connect",
    "desc": "Connect with your openSUSE friends"
  },
  {
    "link": "http://planet.opensuse.org/",
    "image": "planet",
    "title": "Planet",
    "desc": "See blogposts aggregated into one stream"
  },
  {
    "link": "http://news.opensuse.org/",
    "image": "news",
    "title": "News",
    "desc": "Latest announcements from the team"
  },
  {
    "link": "http://lizards.opensuse.org/",
    "image": "lizards",
    "title": "Lizards",
    "desc": "Users blog platform"
  },
  {
    "link": "http://shop.opensuse.org/",
    "image": "shop",
    "title": "Shop",
    "desc": "openSUSE gear here!"
  }
  ]
},
{
  "id": "development",
  "items":
  [
  {
    "link": "http://en.opensuse.org/Portal:Development",
    "image": "developer",
    "title": "Developer documentation",
    "desc": "Centralized developer's documentation"
  },
  {
    "link": "http://features.opensuse.org/",
    "image": "features",
    "title": "Features",
    "desc": "Vote and work on upcoming openSUSE features"
  },
  {
    "link": "http://build.opensuse.org/",
    "image": "buildservice",
    "title": "Build Service",
    "desc": "Create, build and enhance packages"
  },
  {
    "link": "http://bugs.opensuse.org/",
    "image": "bugs",
    "title": "Bugs",
    "desc": "Report bugs using Bugzilla"
  },
  {
    "link": "http://susestudio.com",
    "image": "studio",
    "title": "SUSE Studio",
    "desc": "Create your own images using Studio"
  }
  ]
}
];

